IconPicker
图标选择
API
IIconPickerProps
| 参数 | 类型 | 说明 | 默认值 |
|---|---|---|---|
| placeholder | string | 默认占位文本 | - |
| url | string | iconfont 外部 js 资源 | - |
用法
<View title="Image" version="2"> <Form model="trantor_doc_Person" title="编辑态"> <Fields> <Field name="image"> <RenderType> <IconPicker maxWidth="#{10}" maxHeight="#{10}" /> </RenderType> </Field> </Fields> </Form></View>注意:当前例子为0.17.x 版本