blob: fa6206448c5713015cb319ec0f7874edbb4cdac3 [file] [log] [blame]
<?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>