HTML_QuickForm_text::setMaxlength() (Previous) (Next) Class Summary HTML_QuickForm_textarea

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

HTML_QuickForm_text::setSize()

HTML_QuickForm_text::setSize() -- Sets size of text field

Leírás

This is just a shortcut for


<?php
$element->updateAttributes(array('size' => $size));
?>

Paraméterek

string $size

Size of text field

Lehetséges hibaértékek

throws no exceptions thrown

Megjegyzés

since 1.3

Ez a függvény nem hívható statikusan.

HTML_QuickForm_text::setMaxlength() (Previous) (Next) Class Summary HTML_QuickForm_textarea

Download Documentation Last updated: Sun, 01 Jul 2007
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.