aspx:ViewPanel
An area of a page that uses styling similar to the appearance of a Magentrix detail/edit page, but without any default content.
Using this component you can create the basic look and feel for Magentrix page for both mobile and classic view.
<aspx:ViewPanel runat='server' title='Contact Edit'>
<action>
<!-- panel's actions -->
</action>
<body>
<!-- panel's body content -->
</body>
</aspx:ViewPanel>
The component's attributes are:
Title
Mode { Detail, Edit, List (default), Wizard, RelatedList }
ButtonsLocation { Top, Bottom, Both (default) }
The component's areas are:
Body [the body of the panel]
Action [include main action into this area]
SecondaryActions [include all other action links and buttons into this area]
ReturnAction [include return link or "cancel" button in this area]
HelpSection [an area shown on the top-right corner of the panel]
Header [an header on the top of the panel]
RelatedLists [an area on the bottom of the panel where related list tabs are shown]