提交 7a5d4d7e 编写于 作者: U unknown

数据模板的导入导出字段配置增加导入功能

上级 8429cb5f
......@@ -7,8 +7,8 @@ MWF.xApplication.cms.FormDesigner.Module.Form = MWF.CMSFCForm = new Class({
"style": "default",
"propertyPath": "../x_component_cms_FormDesigner/Module/Form/form.html",
"mode": "PC",
"fields": ["Calendar", "Checkbox", "Datagrid", "Datagrid$Title", "Datagrid$Data", "Datatable", "Datatable$Title", "Datatable$Data", "Datatemplate", "Htmleditor", "Number", "Office",
"Orgfield", "Personfield", "Readerfield", "Authorfield", "Org", "Reader", "Author", "Radio", "Select", "Textarea", "Textfield", "Address","Combox"],
"fields": ["Calendar", "Checkbox", "Datagrid", "Datagrid$Title", "Datagrid$Data", "Datatable", "Datatable$Title", "Datatable$Data",
"Datatemplate", "Htmleditor", "Number", "Office", "Orgfield", "Personfield", "Readerfield", "Authorfield", "Org", "Reader", "Author", "Radio", "Select", "Textarea", "Textfield", "Address","Combox"],
"injectActions" : [
{
"name" : "top",
......
......@@ -186,6 +186,9 @@ MWF.xApplication.process.FormDesigner.LP = {
"clearNoDomModuleTitle": "Clear the component configuration that is not in the HTML tree",
"clearNoDomModuleContent": "Do you want to clear the component configuration that is not in the HTML tree? It needs to be saved after clearing to take effect.",
"refreshDatatemplateImpExpTitle": "Import field confirmation",
"refreshDatatemplateImpExpContent": "This operation gets the fields from the internal components of the data template. If you perform this operation, the previously configured fields will be replaced. Do you want to continue?",
"filter": {
"and": "and",
"or": "Or",
......
......@@ -184,6 +184,9 @@ MWF.xApplication.process.FormDesigner.LP = {
"clearNoDomModuleTitle" : "清除未在HTML树中的组件配置",
"clearNoDomModuleContent" : "是否清除未在HTML树中的组件配置?清除后需要保存生效。",
"refreshDatatemplateImpExpTitle": "导入字段确认",
"refreshDatatemplateImpExpContent": "本操作从数据模板的内部组件获取字段。如果执行本操作,之前配置的字段会被替换,是否继续?",
"filter": {
"and": "并且",
"or": "或者",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册