Class \Prado\Web\UI\WebControls\TWizardNavigationButtonType
TWizardNavigationButtonType class.
TWizardNavigationButtonType defines the enumerable type for the possible types of buttons that can be used in the navigation part of a TWizard.
The following enumerable values are defined:
- Button: a regular click button
- Image: an image button
- Link: a hyperlink button
Class hierarchy
- \Prado\Web\UI\WebControls\TWizardNavigationButtonType
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
Button
|
'Button'
|
public
mixed
|
Image
|
'Image'
|
public
mixed
|
Link
|
'Link'
|