HTML_QuickForm_password::setMaxlength() (Previous) (Next) HTML_QuickForm_radio クラス概要

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

HTML_QuickForm_password::setSize()

HTML_QuickForm_password::setSize() -- password 要素のサイズを設定する

説明

これは、単に以下の処理と同じことをします。


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

パラメータ

string $size

password フィールドのサイズ。

例外・エラー

例外はスローされません。

注意

since 1.0

この関数は、スタティックにコールする ことはできません。

HTML_QuickForm_password::setMaxlength() (Previous) (Next) HTML_QuickForm_radio クラス概要

Download Documentation Last updated: Sun, 05 Oct 2008
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.