| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- {
- "label": {
- "icon": "label.png",
- "text": "文本",
- "className": "Label"
- },
- "textfield": {
- "icon": "textfield.png",
- "text": "文本字段",
- "className": "Textfield"
- },
- "number": {
- "icon": "number.png",
- "text": "数字字段",
- "className": "Number"
- },
- "personfield": {
- "icon": "personfield.png",
- "text": "人员",
- "className": "Personfield"
- },
- "orgfield": {
- "icon": "orgfield.png",
- "text": "组织",
- "className": "Orgfield"
- },
- "calendar": {
- "icon": "calendar.png",
- "text": "日期选择",
- "className": "Calendar"
- },
- "textarea": {
- "icon": "textarea.png",
- "text": "多行文本",
- "className": "Textarea"
- },
- "select": {
- "icon": "select.png",
- "text": "下拉框",
- "className": "Select"
- },
- "radio": {
- "icon": "radio.png",
- "text": "单选框",
- "className": "Radio"
- },
- "checkbox": {
- "icon": "checkbox.png",
- "text": "多选框",
- "className": "Checkbox"
- },
- "combox": {
- "icon": "combox.png",
- "text": "组合框",
- "className": "Combox"
- },
- "opinion": {
- "icon": "opinion.png",
- "text": "意见框",
- "className": "Opinion"
- },
- "button": {
- "icon": "button.png",
- "text": "按钮",
- "className": "Button"
- },
- "Address": {
- "icon": "address.png",
- "text": "地址",
- "className": "Address"
- },
- "Actionbar": {
- "icon": "actionbar.png",
- "text": "操作条",
- "className": "Actionbar"
- },
- "Sidebar": {
- "icon": "sidebar.png",
- "text": "侧边操作条",
- "className": "Sidebar"
- },
- "image": {
- "icon": "image.png",
- "text": "图片",
- "className": "Image"
- },
- "imageclipper": {
- "icon": "imageclipper.png",
- "text": "图片编辑",
- "className": "ImageClipper"
- },
- "attachment": {
- "icon": "attachment.png",
- "text": "附件",
- "className": "Attachment"
- },
- "div": {
- "icon": "div.png",
- "text": "容器",
- "className": "Div"
- },
- // "splitdiv": {
- // "icon": "splitdiv.png",
- // "text": "分布数据容器",
- // "className": "Div"
- // },
- "table": {
- "icon": "table.png",
- "text": "表格",
- "className": "Table"
- },
- "datagrid": {
- "icon": "datagrid.png",
- "text": "数据网格",
- "className": "Datagrid"
- },
- "subform": {
- "icon": "subform.png",
- "text": "子表单",
- "className": "Subform"
- },
- "ViewSelector": {
- "icon": "viewSelector.png",
- "text": "选择视图",
- "className": "ViewSelector"
- },
- "view": {
- "icon": "view.png",
- "text": "嵌入视图",
- "className": "View"
- },
- "stat": {
- "icon": "stat.png",
- "text": "嵌入统计",
- "className": "Stat"
- },
- "html": {
- "icon": "html.png",
- "text": "HTML",
- "className": "Html"
- },
- "common": {
- "icon": "common.png",
- "text": "通用元素",
- "className": "Common"
- },
- "tab": {
- "icon": "tabs.png",
- "text": "分页",
- "className": "Tab"
- },
- "tree": {
- "icon": "tree.png",
- "text": "树",
- "className": "Tree"
- },
- "log": {
- "icon": "log.png",
- "text": "流程记录",
- "className": "Log"
- },
- "monitor": {
- "icon": "monitor.png",
- "text": "流程监控",
- "className": "Monitor"
- },
- "iframe": {
- "icon": "iframe.png",
- "text": "Iframe",
- "className": "Iframe"
- },
- // "documenteditor": {
- // "icon": "documenteditor.png",
- // "text": "公文编辑器",
- // "className": "Documenteditor"
- // },
- "htmledit": {
- "icon": "htmleditor.png",
- "text": "HTML编辑器",
- "className": "Htmleditor"
- },
- "office": {
- "icon": "office.png",
- "text": "Office控件",
- "className": "Office"
- }
- }
|