previousconstructor HTML_QuickForm_static() (Previous) (Next) Using groupsnext

View this page in Last updated: Tue, 02 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_QuickForm_static::setText()

HTML_QuickForm_static::setText() – Sets the text

Synopsis

require_once 'HTML/QuickForm/static.php';

void HTML_QuickForm_static::setText ( string $text )

Description

This text is essentially the static element itself. Note that setValue() is an alias for setText().

Parameter

string $text

text of the element

Throws

throws no exceptions thrown

Note

This function can not be called statically.

previousconstructor HTML_QuickForm_static() (Previous) (Next) Using groupsnext

Download Documentation Last updated: Tue, 02 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.