checkbox
[[HtmlHelper]]::checkbox (
$fieldName,
$title = null,
$htmlAttributes = [[array]](),
$return = false
)
…checkboxの部品を作成します。
Parameters:
string $fieldName : "Modelname/fieldname"のようなフィールド名。
string $title :
array $htmlAttributes : 属性の配列。modelで定義?
boolean $return Wheter this method should return a value or output it. This overrides AUTO_OUTPUT.
Returns:
mixed Either string or echos the value, depends on AUTO_OUTPUT and $return. public
最終更新:2007年07月30日 17:23