AnswerViewDefinition AnswerViewDefinition(
)
|
|
Default Constructor.
void setButtonLabel(
$label
)
|
|
Parameters:
void setHiddenValues(
array
$hidden
)
|
|
Set some hidden values, that should not appear within the Link.
These values are Key-Value Pairs in an Array. For example:
array('name' => 'foo', 'description' => 'bar');
Parameters:
|
array |
$hidden: |
all Values that will mormally be submitted in hidden input types |
void setMessageValues(
$msg
)
|
|
Parameters:
void setStateIcon(
String
$icon
)
|
|
Sets the Name of the State Icon. Pass a full Filename of an Image that is located below the Styles Root Directory.
You even may pass something like 'images/test.gif'....
Parameters:
|
String |
$icon: |
the Name of the Image File |
void setTitleIcon(
$icon
)
|
|
Parameters: