ver4/関数リファレンス/Mailform/control
提供: baserCMS公式ガイド
[このコンテンツは内容調整中です]
説明
メールフィールドのデータよりコントロールを生成する
使い方
<?php $this->Mailform->control( $type , $fieldName , [$options] , [$attributes] ); ?>
パラメーター
- (string) $type
- コントロールタイプ
- (string) $fieldName
- フィールド文字列
- (array|) $options
- コントロールソース
- (array|) $attributes
- HTML属性
戻り値
- (string)
- フォームコントロールのHTMLタグ