与えられた種類の要素をフォームに作成します。This method accepts variable number of parameters, their meaning and count depending on $elementType.
Parameters starting from second will be passed to the element's constructor, consult the docs for the appropriate element to find out which parameters to pass.
表 40-1PEAR_Error の値
| エラーコード | エラーメッセージ | 原因 | 解決 |
|---|---|---|---|
| QUICKFORM_UNREGISTERED_ELEMENT | Element '$element' does not exist in HTML_QuickForm::_loadElement() | 未知の種類の要素の作成をしようとした。 | HTML_QuickForm::registerElementType() を使ってタイプ名のつづりを確認してください。 |