Files
openide/plugins/javaFX/testData/completion/multipleStylesheetsAttribute_after.fxml

4 lines
223 B
XML

<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10"
fx:id="myGridPane" stylesheets="@mystyle.css, @very/deeply/located/small.css">
</GridPane>