mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
javafx: exclude from attributes included static/default attributes
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user