fix new xml validation errors
This commit is contained in:
parent
c83f0f85a4
commit
9c8fab1758
|
@ -48,7 +48,6 @@
|
||||||
</children>
|
</children>
|
||||||
<interface>
|
<interface>
|
||||||
<field id="selectedItem" type="node" alwaysNotify="true" />
|
<field id="selectedItem" type="node" alwaysNotify="true" />
|
||||||
<field id="focusedChild" type="node" onChange="focusChanged" />
|
|
||||||
<field id="itemAlphaSelected" type="string" />
|
<field id="itemAlphaSelected" type="string" />
|
||||||
</interface>
|
</interface>
|
||||||
</component>
|
</component>
|
5
components/data/JFContentItem.bs
Normal file
5
components/data/JFContentItem.bs
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
' Called whenever m.top.json changes.
|
||||||
|
' It is expected that each node that extends JFContentItem will override this function
|
||||||
|
sub setFields()
|
||||||
|
|
||||||
|
end sub
|
Loading…
Reference in New Issue
Block a user