Files
openide/plugins/javaFX/testData/highlighting/handlerWithoutPageLanguage.fxml
2013-01-31 20:29:38 +04:00

7 lines
277 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<Button onAction=<error descr="Page language not specified.">"foo"</error> text="foo" fx:id="b1" />
</GridPane>