×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
text. $mform->addElement('text', 'name', get_string('forumname', 'forum'), $attributes);. シンプルなテキスト要素のためのものです。ここでの第4引数がテキスト ...
... addElement('header', 'main', $this->_config['label']['main']); // フィールド $form->addElement('text', 'title', $this->_config['label']['title'], $this ...
Parseing an YAML/JSON. YAML format: JSON format: · Creating setDefaults() codes · Creating addElement()/createElement() codes · Createing addRule()/addGrouoRule() ...
2023/08/02 · Hi there and greetings! The text above has been created dynamically. ウェブコンポーネントの例. 以下の例の断片は ...
text. addElement('text', string element-name, // text boxの名称 string label, // ラベル mixed attributes); // 属性の文字列もしくは配列. textarea. addElement ...
Appends (adds at the tail) an element to the vector. Namespace: Euresys::Open_eVision_22_12. [C++]. void AddElement( EC24 element ). Parameters. element. The ...
... addElement('text', 'email', 'メールアドレス', 'size=30 maxlength=30'); $form ... $submitは $form->addElementで追加されたフォームだけが渡されます。 アンダー ...
... text form input element for the userId. ... addElement(sysPrompt); panel. ... HTMLForm form = new HTMLForm(servletURI); form.addElement(panel); form.addElement( ...
... addElement('text', 'zip' , '郵便番号' , array('size'=>10, 'maxlength'=>8)); $this->_form->addElement('text', 'address' , 'ご住所' , array('size'=>50 ...