Class FOFViewForm
FrameworkOnFramework Form class. It preferrably renders an XML view template instead of a traditional PHP-based view template.
- FOFUtilsObject
-
FOFView
-
FOFViewRaw
-
FOFViewHtml
-
FOFViewForm
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 2.0
Located at fof/view/form.php
Methods summary
public
boolean|null
|
|
public
string
|
#
getRenderedForm( )
Returns the HTML rendering of the FOFForm attached to this view. Very useful for customising a form page without having to meticulously hand- code the entire form. |
protected
boolean
|
Methods inherited from FOFViewHtml
__construct(),
postRender(),
preRender(),
setPageTitle()
Methods inherited from FOFViewRaw
getLists(),
getPerms(),
hasAjaxOrderingSupport(),
onBrowse(),
onDisplay(),
onEdit(),
onRead()
Methods inherited from FOFView
_addPath(),
_createFileName(),
_setPath(),
addHelperPath(),
addTemplatePath(),
assign(),
assignRef(),
escape(),
findRenderer(),
get(),
getLayout(),
getLayoutTemplate(),
getModel(),
getName(),
getRenderer(),
getViewOptionAndName(),
loadAnyTemplate(),
loadHelper(),
loadTemplate(),
registerRenderer(),
setEscape(),
setLayout(),
setLayoutExt(),
setModel(),
setPostRender(),
setPreRender(),
setRenderer()
Methods inherited from FOFUtilsObject
__toString(),
def(),
getError(),
getErrors(),
getProperties(),
set(),
setError(),
setProperties()
Magic methods summary
Properties summary
protected
|
$form |
#
The form to render |
Properties inherited from FOFViewHtml
$defaultPageTitle,
$setFrontendPageTitle
Properties inherited from FOFViewRaw
Properties inherited from FOFView
$_basePath,
$_charset,
$_defaultModel,
$_escape,
$_layout,
$_layoutExt,
$_layoutTemplate,
$_models,
$_name,
$_output,
$_path,
$_template,
$config,
$doPostRender,
$doPreRender,
$input,
$rendererObject,
$renderers
