Files
openide/plugins/javaFX/testData/intentions/collapseToAttr/styleclass_after.fxml
anna 124689fa7b javafx: collapse tag to attr: accept tags with multiple subtags with fx:value attributes
(cherry picked from commit 173a039f4f4b09ae8a107d514ae71414be1cc5d4)
2013-03-26 21:42:59 +01:00

5 lines
160 B
XML

<?import javafx.scene.layout.GridPane?>
<?import java.lang.String?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:id="foo" styleClass="foo, foo1">
</GridPane>