string|null getRawValue(
)
|
|
Returns the element's value
The value is only returned if the following is true
- button has 'type' attribute set to 'submit' (or no 'type' attribute)
- the form was submitted by clicking on this button
This method returns the actual value submitted by the browser. Note that different browsers submit different values!
Overrides
HTML_QuickForm2_Node::getRawValue() (Returns the element's value without filters applied)