PHP Class Prado\Web\UI\WebControls\TWizardNavigationButtonStyle
TWizardNavigationButtonStyle defines the style applied to a wizard navigation button.
The button type can be specified via {@link setButtonType ButtonType}, which
can be 'Button', 'Image' or 'Link'.
If the button is an image button, {@link setImageUrl ImageUrl} will be
used to load the image for the button.
Otherwise, {@link setButtonText ButtonText} will be displayed as the button caption.
Mostrar archivo
Open project: pradosoft/prado
Class Usage Examples
Public Methods
Method Details
Applies this style to the specified button
If a style field is set in the new style, the corresponding field
in this style will be overwritten.
getButtonText()
public method
getImageUrl()
public method
mergeWith()
public method
If a style field is not set in this style, it will be overwritten by
the new one.
This method overrides the parent implementation by
resetting additional TWizardNavigationButtonStyle specific attributes.
setButtonText()
public method
setImageUrl()
public method