Files
openide/plugins/javaFX/testData/highlighting/absenceOfDefineAttributes.fxml

3 lines
177 B
XML

<fx:root type="javafx.scene.layout.GridPane" xmlns:fx="http://javafx.com/fxml">
<fx:define <error descr="Attribute source is not allowed here">source</error>=""/>
</fx:root>