We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is a basic <input/>. Used as base class for all kind of inputs.
Extends: Control » Renderable
Subclasses: Button, CheckBox, FileInput, HiddenInput, PasswordInput, RadioButton, SubmitButton, TextInput
Creates a label element for this input. Note that this only ensures that the label is correctly assigned to this input. It will not add it somewhere!
Definition: public function CreateLabel($text)
public function CreateLabel($text)
Returns: Label The created label element
Parameters:
string $text
Sets the name attribute.
Definition: public function setName($name)
public function setName($name)
Returns: static
static
string $name
Sets the type attribute.
Definition: public function setType($type)
public function setType($type)
string $type
Sets the value attribute.
Definition: public function setValue($value)
public function setValue($value)
string $value