Files
openide/plugins/javaFX/testData/completion/includedRootAttributes.fxml
anna cbfb02a480 javafx: fx:include attributes should accept included file root tag
(cherry picked from commit bc88e3c312fabb6ea8b9b94c53c0553ba819c1e2)
2013-03-22 21:35:46 +01:00

6 lines
172 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.*?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<fx:include source="foo.fxml" <caret> />
</GridPane>