Class Form
Wrap FORM tag around a Panel object
Attributes
- string name the view element that overrides the action attribute
- string action the url (relative to the current module) set on the HTML FORM "action" attribute
- string method "post" (default), or "get"
-
Nethgui\Widget\AbstractWidget
implements
Nethgui\Renderer\WidgetInterface,
Nethgui\Log\LogConsumerInterface
-
Nethgui\Widget\XhtmlWidget
implements
Nethgui\View\CommandReceiverInterface
-
Nethgui\Widget\Xhtml\Panel
-
Nethgui\Widget\Xhtml\Form
implements
Nethgui\Utility\SessionConsumerInterface
Methods summary
protected
|
|
public
SessionConsumerInterface
|
|
Methods inherited from Nethgui\Widget\XhtmlWidget
applyDefaultLabelAlignment(),
canEscapeUnobstrusive(),
closeTag(),
controlTag(),
escapeUnobstrusive(),
executeCommand(),
getChoices(),
getControlName(),
getRenderer(),
getTranslateClosure(),
hashToDatasource(),
insertPlugins(),
labeledControlTag(),
openTag(),
optGroups(),
render(),
selfClosingTag()
|
Methods inherited from Nethgui\Widget\AbstractWidget
__construct(),
__toString(),
getAttribute(),
getChildren(),
getClientEventTarget(),
getInstanceCounter(),
getLog(),
hasAttribute(),
hasChildren(),
insert(),
prepend(),
renderChildren(),
setAttribute(),
setLog(),
wrapChild()
|