dc.Panel

The <dc.Panel> tag builds a distinct section with a title at top, a border and a white background. Typically used for forms.

Attributes

  • Title: title for the panel header

  • Scope: Default, Primary, Success, Info, Warning, Danger

Usage Notes

TODO none

Examples

<dc.Panel> <dcf.Form> <dcf.Text Label="Title" Name="Title" Required="true" /> <dcf.FormButtons> <dcf.SubmitButton Label="Save" /> </dcf.FormButtons> </dcf.Form> </dc.Panel>

Output:

Enter Category

Save

See Also

  • TODO