Files
openide/plugins/javaFX/testData/completion/childrenInsideGridPaneRoot_after.fxml
anna 1686e08dc4 javafx: accept property tags inside fx:root; completion inside fx:root tag
(cherry picked from commit a2d537c110cf7ce277e5f9881cd21e313be6d115)
2013-03-21 10:40:33 +01:00

6 lines
181 B
XML

<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Label?>
<fx:root type="javafx.scene.layout.GridPane" xmlns:fx="http://javafx.com/fxml">
<children
</fx:root>