WizardStepButtonBuilder
Methods
Click(System.String)
A click handler that defines the logic to be executed upon button click.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
Click(System.Func)
A click handler that defines the logic to be executed upon button click.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Enabled(System.Boolean)
Specifies whether the Button in question is enabled or not.
Parameters
value - System.Boolean
The value for Enabled
Name(System.String)
Specifies the name of the Button. The default buttons have "reserved" names (those names are "previous", "next", "done", "reset"). That would allow additional customization of that Buttons' text and behavior.
Parameters
value - System.String
The value for Name
Primary(System.Boolean)
Specifies whether the Button will have the k-primary class assigned or not.
Parameters
value - System.Boolean
The value for Primary
Primary()
Specifies whether the Button will have the k-primary class assigned or not.
Text(System.String)
Specifies the text to be displayed in the Button.
Parameters
value - System.String
The value for Text