Commit 37a2c7e7 authored by 高洋's avatar 高洋

Track 1 files into repository.

- modified 前端组件/hlsTextArea.md

Auto commit by GitBook Editor
parent 16473148
# hlsTextArea # hlsTextArea(文本域)
文本框 文本框
...@@ -14,3 +14,10 @@ ...@@ -14,3 +14,10 @@
| 属性 | 类型 | 说明 | | 属性 | 类型 | 说明 |
| -------- | -------- | -------- | | -------- | -------- | -------- |
| id | String | 唯一英文标识 |
| promptColspan | number | 该数字将会与col-sm-?进行拼接,替代问号,生成对应bootstrap的css样式,渲染文本域中描述的样式 |
| promptClassName | String | 描述的样式名称,会将对应的样式添加到描述中 |
| promptImage | String | 描述前面的一个文本图像,在设置为必填的时候会出现一个红色的* |
| prompt | String | 文本域前面的中文描述 |
| colspan| number | 该数字会与col-sm-?进行拼接,替代问号,生成对应bootStrap的css样式,渲染文本框的样式 |
| hlsClassName | String | 包裹文本框的div的样式名称 |
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment