Class Submit
A submit button is used in forms to indicate the button that is automatically clicked if the user confirms the form (i.e. by hitting the enter key in a non-multiline input field). It is slightly highlighted from other buttons and has a default icon.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\View\Driver\coreui\Control implements Core\Configurable
- Core\View\Driver\coreui\Control\Button
- Core\View\Driver\coreui\Control\Button\Submit
Package: CoreUI\Control
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at View/Driver/coreui/Control/Button/Submit.inc.php
Methods summary
public
|
Methods inherited from Core\View\Driver\coreui\Control\Button
__toString()
,
id()
,
setAccessKey()
,
setIcon()
,
setImage()
,
setName()
,
setText()
,
setValue()
Methods inherited from Core\View\Driver\coreui\Control
_T()
,
__clone()
,
derive()
,
on()
,
setOption()
,
setOptions()
,
setTitle()
,
setTranslator()
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType