Changes

XML Section Builder

889 bytes added, 21:22, 20 January 2012
Created page with 'The XML Section Builder can be used to create XML templates without knowing advanced HTML or XML. To enable: * Select the '''Enable Builder''' checkbox on the custom field sett…'
The XML Section Builder can be used to create XML templates without knowing advanced HTML or XML.

To enable:
* Select the '''Enable Builder''' checkbox on the custom field settings page and click Save.
* Click the '''Section Builder''' button at the top of the page to enter the builder.

==Builder==

* Node names must not contain spaces.
* CSS classes specified can either be the system defined classes, or you can create your own CSS classes and include them in the <style> tag on the Template



==Template==
Within the XML Field template you can pull the sections you have created using the following syntax:
* <font size="2">'''@section.''sectionname''@</font>

Example
<pre>
<table>
<tr><td>Revenue</td></tr>
<tr><td>@section.Revenue@</td></tr>
<tr><td><br>Expenses</td></tr>
<tr><td>@section.Expenses@</td></tr>
</table>
</pre>




[[Category:Custom Fields]]
0
edits