コンストラクタ HTML_QuickForm_password() (Previous) (Next) HTML_QuickForm_password::setSize()

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

HTML_QuickForm_password::setMaxlength()

HTML_QuickForm_password::setMaxlength() -- password 要素の maxlength を設定する

説明

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


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

パラメータ

string $maxlength

password フィールドの最大長。

例外・エラー

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

注意

since 1.0

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

コンストラクタ HTML_QuickForm_password() (Previous) (Next) HTML_QuickForm_password::setSize()

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.