HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/static.php'; |
void HTML_QuickForm_static::setText (
string $text
)
This text is essentially the static element itself. Note that setValue() is an alias for setText().
text of the element
throws no exceptions thrown
This function can not be called statically.
HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |