Files
openide/plugins/javaFX/testData/highlighting/handlerWithoutController.fxml
Aleksandra Zolushkina b6fd543844 Fix JavaFXHighlightingTest.testHandlerWithoutController
GitOrigin-RevId: 65b062cf735cccbee325fc232a578927d0e0ec7c
2020-11-30 22:18:09 +00:00

7 lines
303 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="No controller is specified for the top-level element">"#foo"</error> text="foo" fx:id="b1" />
</GridPane>