跳转到内容

IconPicker

图标选择

API

IIconPickerProps

参数类型说明默认值
placeholderstring默认占位文本-
urlstringiconfont 外部 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 版本