Defaultlisting (attribute of entity)
From JRapid
(Redirected from Defaultlisting)
The "defaultlisting" attribute specifies which listing will be shown by default from the menu.
Usage
<entity name = NAME label = LABEL menu = MENU defaultlisting = LISTING> </entity>
Example
<entity name="Property" label="Property" defaultlisting="imageList" >
...
</entity>
