javafx: exclude from attributes included static/default attributes

This commit is contained in:
anna
2013-03-27 21:56:12 +01:00
parent 8017988deb
commit 1db7e740ab
7 changed files with 48 additions and 8 deletions
@@ -0,0 +1,6 @@
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<fx:define>
<fx:include source="sample.fxml" <caret>/>
</fx:define>
</GridPane>
@@ -0,0 +1,6 @@
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<fx:define>
<fx:include source="sample.fxml" blendMode=""/>
</fx:define>
</GridPane>