Files
openide/plugins/javaFX/testData/intentions/collapseToAttr/styleclass.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

9 lines
246 B
XML

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