Files
openide/plugins/javaFX/testData/highlighting/idOutOfHierarchy.fxml
2013-03-21 10:40:38 +01:00

11 lines
273 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.image.*?>
<AnchorPane xmlns:fx="http://javafx.com/fxml" fx:controller="MyController">
<fx:define>
<fx:include fx:id="foo" source="btn.fxml"/>
</fx:define>
</AnchorPane>