Class: atkWizardBase
Source Location: /wizard/class.atkwizardbase.inc
Class atkWizardBase
Descendants
| atkWizard |
atkWizard class which is capable of using atknodes as wizardpanels.
|
Methods
atkController atkWizardBase(
)
|
|
Constructor of atkWizardBase
API Tags:
Array getFormButtons(
String
$action, array
$record
)
|
|
Returns the form buttons for a certain page.
Can be overridden by derived classes to define custom buttons.
Parameters:
|
String |
$action: |
The action for which the buttons are retrieved. |
|
array |
$record: |
The record currently displayed/edited in the form. This param can be used to define record specific buttons. |
API Tags:
| Return: | with html code elements with buttons ToDo/Fixme this function has been refactored in atkController. It should be refactored in the same way. |
Redefinition of:
- atkController::getFormButtons()
- Returns the form buttons for a certain page.
Boolean showFinishButton(
)
|
|
Determine if this panel should show a finish button