- 快速上手
布局
- 卡片 card
- 表格 ui.table
表单
- 上传组件 KLUpload
- 复选框 check
- 复选组 check.group
- 日期选择 date.picker
- 表单项 form.item
- 多级选择 multi.select
- 单选组 radio.group
- 联动选择 select.group
- 按钮 ui.button
- 表单 ui.form
- 输入框 ui.input
- 下拉选择 ui.select
- 展示文本 ui.text
- 文本输入 ui.textarea
通知
- 遮罩 mask
- 模态框 modal
- 通知 notify
- 确认提示 pop.confirm
导航
- 面包屑 KLCrumb
- 两级菜单 menu
- 分页 pager
- 菜单栏 sidebar
- 步骤 steps
- 选项卡 tabs
其它
- 图标 KLIcon
- 文字提示 tooltip
代码演示
基本形式
大部分属性的用法与<textarea>
一致。
|
表单项
在表单中使用
|
验证
|
|
字数实时统计
|
|
API
Classes
Members
- Component
TextArea2 输入扩展
Functions
- config()
- validate() 根据
rules
验证组件的值是否正确() ⇒object
TextArea
Kind: global class
Extend: Component
new TextArea()
Param | Type | Default | Description |
---|---|---|---|
[options.data] | object |
= 绑定属性 | |
[options.data.value] | string |
<=> 文本框的值 | |
[options.data.placeholder] | string |
=> 占位符 | |
[options.data.state] | string |
<=> 文本框的状态 | |
[options.data.maxlength] | number |
=> 文本框的最大长度 | |
[options.data.rules] | Array.<object> |
[] |
=> 验证规则 |
[options.data.autofocus] | boolean |
false |
=> 是否自动获得焦点 |
[options.data.height] | number |
120 |
=> 高度 |
[options.data.required] | boolean |
false |
=> 是否必填 |
[options.data.message] | string |
"''" |
=> 必填校验失败提示的消息 |
[options.data.hideTip] | boolean |
false |
=> 是否显示校验错误信息 |
[options.data.readonly] | boolean |
false |
=> 是否只读 |
[options.data.disabled] | boolean |
false |
=> 是否禁用 |
[options.data.visible] | boolean |
true |
=> 是否显示 |
[options.data.class] | string |
=> 补充class | |
[options.data.size] | string |
=> 组件大小, sm/md/lg | |
[options.data.width] | number |
=> 组件宽度 |
Component
TextArea2 输入扩展
Kind: global variable
Author: sensen(rainforest92@126.com)
config()
Kind: global function
Access: protected
validate() 根据rules
验证组件的值是否正确() ⇒ object
Kind: global function
Returns: object
- result 结果
Access: public
← 展示文本
想让文档更完善?
来 GitHub 提个 PR 吧!