Combining root-node style and normal property editors on one page [message #1636062] |
Thu, 26 February 2015 03:11  |
Jason Pell Messages: 55 Registered: February 2011 |
Member |
|
|
I would like to be able to have a page with some simple properties at the top and then the root-node style for the bottom of the page. I don't see to be able to get this to work, and I can't find an example.
<form-editor-page>
<id>MappingsPage</id>
<page-name>Mappings</page-name>
<page-header-text>Mappings</page-header-text>
<initial-selection>Mappings</initial-selection>
<element-type>GeneratorConfig</element-type>
<content>
<section>
<content>
<property-editor>MappingType</property-editor>
</content>
</section>
<section>
<root-node>
<node>
<label>Mappings</label>
<section>
<content>
<actuator>
<action-id>Sapphire.Add</action-id>
<label>New Mapping</label>
</actuator>
</content>
<description>Use this editor to manage your mapping config.</description>
</section>
<node-factory>
<property>Mappings</property>
<case>
<label>${ operationName == null ? "<operation>" : operationName }</label>
<section>
<label>Mapping</label>
<content>
<include>MappingForm</include>
</content>
</section>
</case>
</node-factory>
</node>
</root-node>
</section>
</content>
</form-editor-page>
[Updated on: Thu, 26 February 2015 03:24] Report message to a moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01849 seconds