|
XOOPS
2.6.0
|

Private Attributes | |
| $showDelete | |
Additional Inherited Members | |
Public Attributes inherited from Xoops\Form\Element | |
| $customValidationCode = array() | |
Protected Attributes inherited from Xoops\Form\Element | |
| $value = '' | |
Protected Attributes inherited from Xoops\Html\Attributes | |
| $attributes = array() | |
Definition at line 25 of file ButtonTray.php.
| Xoops\Form\ButtonTray::__construct | ( | $name, | |
$value = '', |
|||
$type = '', |
|||
$onclick = '', |
|||
$showDelete = false |
|||
| ) |
__construct
| string | $name | name |
| string | $value | value |
| string | $type | Type of button. This could be either "button", "submit", or "reset" |
| string | $onclick | onClick JS code |
| boolean | $showDelete | show delete confirmation |
Definition at line 47 of file ButtonTray.php.
References $name, Xoops\Form\ButtonTray\$showDelete, $type, Xoops\Form\Element\$value, Xoops\Html\Attributes\setAttribute(), Xoops\Form\Element\setExtra(), and Xoops\Form\Element\setValue().

| Xoops\Form\ButtonTray::getType | ( | ) |
getType
Definition at line 65 of file ButtonTray.php.
References Xoops\Html\Attributes\getAttribute().

| Xoops\Form\ButtonTray::render | ( | ) |
render
Definition at line 75 of file ButtonTray.php.
References Xoops\Html\Attributes\$attributes, XoopsLocaleEn_US\A_CANCEL, XoopsLocaleEn_US\A_DELETE, XoopsLocaleEn_US\A_RESET, Xoops\Html\Attributes\addAttribute(), Xoops\Form\Element\getClass(), Xoops\Form\Element\getExtra(), Xoops\Form\Element\getValue(), and Xoops\Form\Element\renderAttributeString().

|
private |
Definition at line 36 of file ButtonTray.php.
Referenced by Xoops\Form\ButtonTray\__construct().