dc.PagePanel
The
<dc.PagePanel>
tag helps build a dialog window, typically used for forms or searches. The title of the form automatically comes from the title of the page, and appears in a title bar above the form. There is also a close control and sometimes a back (history) control and a help control in the title bar.
Attributes
None
Usage Notes
TODO none
Examples
<dc.Html>
<Meta Name="Title">
<Tr Locale="en" Value="Enter Category" />
</Meta>
<dc.Body>
<dc.PagePanel>
<dcf.Form>
<dcf.Text Label="Title" Name="Title" Required="true" />
<dcf.FormButtons>
<dcf.SubmitButton Label="Save" />
</dcf.FormButtons>
</dcf.Form>
</dc.PagePanel>
</dc.Body>
</dc.Html>
Creates a dialog with the page title. Output similar to this (only in dialog):
Enter Category
See Also
- Overview of Structural Tags