<?xml version="1.0" encoding="utf-8" ?>


<!--
XML Structure for APNSoft TreeView.
Version: HTMLTags 4.1
Created: 06/07/2006
Updated: 04/13/2011
Copyright (C) APNSoft. All rights reserved.
http://www.apnsoft.com

Free for commercial and non-commercial use.
You can distribute and modify it freely.
-->


<TreeView>
<item title="Text formatting:">
        <item title="[b]Bold text[/b]" />
        <item title="[i]Italic text[/i]" />
        <item title="[u]Underline text[/u]" />
        <item title="[font color='Green']Green text[/font]" />
        <item title="[b]M[/b]i[i]xed[/i] [u]F[/u]or[font color='Blue']m[b]at[/b]t[/font][s]ing[/s]" />
    </item>
    <item title="Tables and images:">
        <item title="Item with image [img src='~/Images/New.gif' border=0 width=29 height=15 hspace=2 vspace=0 align=absmiddle]" />
        <item title="
            [table border=1 width=110 cellpadding=0 cellspacing=0]
            [tr]
            [td bgcolor=red]&amp;nbsp;[/td]
            [td bgcolor=blue]&amp;nbsp;[/td]
            [/tr][tr]
            [td bgcolor=green]&amp;nbsp;[/td]
            [td bgcolor=yellow]&amp;nbsp;[/td]
            [/tr]
            [/table]
        " />
    </item>
    <item title="HTML controls:">
        <item title="Radio buttons: [input type='radio' name='rb' value='' /][input type=radio name=rb value='']" />
        <item title="Check Box: [input type=checkbox name=cb value='']" />
        <item title="Input Box: [input type=text name=tb value='']" />
        <item title="Submit button: [input type=submit name=sb value='[[Submit]]']" />
    </item>
</TreeView>