Click here for an image example
Property | Assignment Type | Comments |
strTitle | String | The title to show on top. |
Opened | Boolean | If, when first loaded, is opened or not. |
Method | Comments |
Add(Object) | Add an object to the contents of the displayor. |
Event | Comments |
OnChange | When the state of the Displayor (opened or closed) is changed. |
<TP:Displayor runat="server" [strTitle="Title String"] [Opened=Boolean] [OnChange=Sub for event] > [Content to show and hide] </TP:Displayor>
The brackets [ ] are used to show the optional. Italics are used to show the text you need to type according to your preferences.
e.g. <TP:Displayor runat="server" strTitle="Requirements for the site..." ID="ReqDisp" Opened=False><asp:placeholder runat="server"> <table cellpadding="5" cellspacing="5" width="100%" height="100%" class="defaulttext"><tr><td style="font-size:12px;color:white">The website just needs CSS stylesheets support.</td></tr></table> </asp:placeholder></TP:Displayor>