123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- {
- "div": {
- "icon": "div.png",
- "text": MWF.APPPOD.LP.modules.div,
- "className": "Div"
- },
- "label": {
- "icon": "label.png",
- "text": MWF.APPPOD.LP.modules.label,
- "className": "Label"
- },
- "source": {
- "icon": "source.png",
- "text": MWF.APPPOD.LP.modules.source,
- "className": "Source"
- },
- "SubSource": {
- "icon": "subSource.png",
- "text": MWF.APPPOD.LP.modules.subSource,
- "className": "SubSource"
- },
- "sourceText": {
- "icon": "sourceText.png",
- "text": MWF.APPPOD.LP.modules.sourceText,
- "className": "SourceText"
- },
- "table": {
- "icon": "table.png",
- "text": MWF.APPPOD.LP.modules.table,
- "className": "Table"
- },
- "tab": {
- "icon": "tabs.png",
- "text": MWF.APPPOD.LP.modules.tab,
- "className": "Tab"
- },
- "image": {
- "icon": "image.png",
- "text": MWF.APPPOD.LP.modules.image,
- "className": "Image"
- },
- "button": {
- "icon": "button.png",
- "text": MWF.APPPOD.LP.modules.button,
- "className": "Button"
- },
- "iframe": {
- "icon": "iframe.png",
- "text": MWF.APPPOD.LP.modules.iframe,
- "className": "Iframe"
- },
- "html": {
- "icon": "html.png",
- "text": MWF.APPPOD.LP.modules.html,
- "className": "Html"
- },
- "common": {
- "icon": "common.png",
- "text": MWF.APPPOD.LP.modules.common,
- "className": "Common"
- },
- "tree": {
- "icon": "tree.png",
- "text": MWF.APPPOD.LP.modules.tree,
- "className": "Tree"
- },
- "view": {
- "icon": "view.png",
- "text": MWF.APPPOD.LP.modules.view,
- "className": "View"
- },
- "stat": {
- "icon": "stat.png",
- "text": MWF.APPPOD.LP.modules.stat,
- "className": "Stat"
- },
- "textfield": {
- "icon": "textfield.png",
- "text": MWF.APPPOD.LP.modules.textfield,
- "className": "Textfield"
- },
- // "personfield": {
- // "icon": "personfield.png",
- // "text": "人员",
- // "className": "Personfield"
- // },
- "org": {
- "icon": "personfield.png",
- "text": MWF.APPPOD.LP.modules.org,
- "className": "Org"
- },
- "calendar": {
- "icon": "calendar.png",
- "text": MWF.APPPOD.LP.modules.calendar,
- "className": "Calendar"
- },
- "textarea": {
- "icon": "textarea.png",
- "text": MWF.APPPOD.LP.modules.textarea,
- "className": "Textarea"
- },
- "select": {
- "icon": "select.png",
- "text": MWF.APPPOD.LP.modules.select,
- "className": "Select"
- },
- "radio": {
- "icon": "radio.png",
- "text": MWF.APPPOD.LP.modules.radio,
- "className": "Radio"
- },
- "checkbox": {
- "icon": "checkbox.png",
- "text": MWF.APPPOD.LP.modules.checkbox,
- "className": "Checkbox"
- },
- "address": {
- "icon": "address.png",
- "text": MWF.APPPOD.LP.modules.address,
- "className": "Address"
- },
- "combox": {
- "icon": "combox.png",
- "text": MWF.APPPOD.LP.modules.combox,
- "className": "Combox"
- },
- "statement": {
- "icon": "statement.png",
- "text": MWF.APPPOD.LP.modules.statement,
- "className": "Statement"
- },
- "datagrid": {
- "icon": "datagrid.png",
- "text": MWF.APPPOD.LP.modules.datagrid,
- "className": "Datagrid"
- },
- "datatable": {
- "icon": "datagrid.png",
- "text": MWF.APPPOD.LP.modules.datatable,
- "className": "Datatable"
- },
- "datatemplate": {
- "icon": "datatemplate.png",
- "text": MWF.APPPOD.LP.modules.datatemplate,
- "className": "Datatemplate"
- },
- "importer": {
- "icon": "importer.png",
- "text": MWF.APPPOD.LP.modules.importer,
- "className": "Importer"
- }
- // "SmartBI": {
- // "icon": "smartbi.png",
- // "text": MWF.APPPOD.LP.modules.SmartBI,
- // "className": "SmartBI"
- // }
- }
|