> Outline
Index of every tag and its suggested order. Click a tag to learn more. For a more basic example see XML View
<views>
<version>1.0.0</version>
<description>example using all tags</description>
<view>
<name>diploma</name>
<schema>db1</schema>
<table>
<name>diploma</name>
<title>diploma</title>
<parent>person</parent>
<fields>fname as first_name,dob as birthdate,school,class,addressid,diploma_pdf</fields>
<primarykey>diplomaid</primarykey>
<foreignkey>personid</foreignkey>
<filter>first_name:"arild"</filter>
<sort>first_name</sort>
<rubyview>diploma</rubyview>
<header>school</header>
<footer>class</footer>
<export>print,download</export>
<filename>diploma_pdf</filename>
<preview>false</preview>
<search>false</search>
<rows>50</rows>
<edit>birthdate[0..9]</edit>
<lookup>
<foreignkey>addressid</foreignkey>
<table>address</table>
<primarykey>id</primarykey>
<fields>street,city,country</fields>
</lookup>
</table>
</view>
</views>