本书未发布
字段:文本框 TextArea
文档尚未来得及翻译,欢迎以改进的方式提交译文。
Field Type - Textarea
Usage

The textarea field type should be any text-like type in your database.
'name' => array(
'type' => 'textarea',
'title' => 'Name',
'limit' => 300, //optional, defaults to no limit
'height' => 130, //optional, defaults to 100
)
In the edit form, an admin user will be presented with a textarea.
The limit option lets you set a character limit for the field.
The height option lets you set the height of the textarea in pixels.
Administrator 开发文档
关于 LearnKu
推荐文章: