|
|
(Next) HTML_QuickForm_textarea クラス概要 |
||||
| |
|||||
|
|||||
void HTML_QuickForm_text::setSize (
string $size
)
これは、単に以下の処理と同じことをします。
<?php
$element->updateAttributes(array('size' => $size));
?>
テキストフィールドのサイズ。
例外はスローされません。
since 1.3
This function can not be called statically.
|
|
(Next) HTML_QuickForm_textarea クラス概要 |
||||||||
| |
|||||||||
|
|||||||||