Class Quform_Admin_Page_Tools_ExportForm
-
Quform_Admin_Page
-
Quform_Admin_Page_Tools
-
Quform_Admin_Page_Tools_ExportForm
Methods summary
public
|
#
init( )
Initialize this page
Subclasses can override this method to add their own bootstrap functionality.
Overrides
|
protected
|
|
protected
array
|
|
protected
string
|
|
public
string
|
#
getNavHtml( array $currentForm = null, array $extra = array() )
Get the HTML for the admin navigation menu
Get the HTML for the admin navigation menu
Parameters
- $currentForm
- The data for the current form (if any)
- $extra
- Extra HTML to add to the nav, the array key is the hook position
Returns
string
Overrides
|
public
|
#
process( )
Process this page and send data to the view
Process this page and send data to the view
Overrides
|
Methods inherited from Quform_Admin_Page
__construct(),
addMessage(),
bootstrap(),
display(),
enqueueAssets(),
enqueueStyles(),
getExtraHtml(),
getFormSwitcherItemHtml(),
getMessages(),
getMessagesHtml(),
setAdminTitle()
|