提交 84f34156 编写于 作者: U unknown

门户页面,修复页面设计脚本附签显示不正常的问题

上级 a25f5779
......@@ -61,6 +61,7 @@ var apps = [
{ "folder": "x_component_process_StatDesigner", "tasks": ["move", "min"] },
{ "folder": "x_component_process_TaskCenter", "tasks": ["move", "min"] },
{ "folder": "x_component_process_ViewDesigner", "tasks": ["move", "min"] },
{ "folder": "x_component_process_WidgetDesigner", "tasks": ["move", "min"] },
{ "folder": "x_component_process_Work", "tasks": ["move", "min"] },
{ "folder": "x_component_process_Xform", "tasks": ["move", "min"] },
{ "folder": "x_component_Profile", "tasks": ["move", "min"] },
......
<div id="MWFFormToolbar">
<span MWFnodetype="MWFToolBarSeparator"></span>
<span MWFnodetype="MWFToolBarButton" MWFButtonImage="save.gif" title="保存表单" MWFButtonAction="savePage" MWFButtonText=""></span>
<span MWFnodetype="MWFToolBarButton" MWFButtonImage="saveNew.gif" title="保存为模板" MWFButtonAction="savePageAsTemplate" MWFButtonText=""></span>
<!-- <span MWFnodetype="MWFToolBarButton" MWFButtonImage="saveNew.gif" title="保存为模板" MWFButtonAction="savePageAsTemplate" MWFButtonText=""></span>-->
<span MWFnodetype="MWFToolBarButton" MWFButtonImage="preview.png" title="预览" MWFButtonAction="previewPage" MWFButtonText=""></span>
<span MWFnodetype="MWFToolBarButton" MWFButtonImage="print.gif" title="打印" MWFButtonAction="printPage" MWFButtonText=""></span>
......
<div id="MWFFormToolbar">
<span MWFnodetype="MWFToolBarSeparator"></span>
<span MWFnodetype="MWFToolBarButton" MWFButtonImage="save.gif" title="保存表单" MWFButtonAction="savePage" MWFButtonText=""></span>
<span MWFnodetype="MWFToolBarButton" MWFButtonImage="saveNew.gif" title="保存为模板" MWFButtonAction="savePageAsTemplate" MWFButtonText=""></span>
<!-- <span MWFnodetype="MWFToolBarButton" MWFButtonImage="saveNew.gif" title="保存为模板" MWFButtonAction="savePageAsTemplate" MWFButtonText=""></span>-->
<span MWFnodetype="MWFToolBarButton" MWFButtonImage="preview.png" title="预览" MWFButtonAction="previewPage" MWFButtonText=""></span>
<span MWFnodetype="MWFToolBarButton" MWFButtonImage="print.gif" title="打印" MWFButtonAction="printPage" MWFButtonText=""></span>
......
......@@ -360,4 +360,23 @@
"border": "1px solid #999",
"background": "url("+"/x_component_portal_PageDesigner/$Main/bottom/editCancel_bg.png) no-repeat"
},
"designTabScriptAreaNode": {
"height": "100%"
},
"designTabHtmlAreaNode": {
"height": "100%"
},
"designTabScriptPcAreaNode": {
"height": "100%"
},
"designTabScriptMobileAreaNode": {
"height": "100%",
"display": "none"
},
"scriptPageDragNode": {
"opacity": 0.7,
"border": "2px dashed #999",
"background-color": "#CCC",
"position": "absolute"
}
}
\ No newline at end of file
......@@ -358,5 +358,24 @@
"box-shadow": "0px 0px 0px #666",
"border": "1px solid #999",
"background": "url("+"/x_component_portal_PageDesigner/$Main/default/editCancel_bg.png) no-repeat"
}
},
"designTabScriptAreaNode": {
"height": "100%"
},
"designTabHtmlAreaNode": {
"height": "100%"
},
"designTabScriptPcAreaNode": {
"height": "100%"
},
"designTabScriptMobileAreaNode": {
"height": "100%",
"display": "none"
},
"scriptPageDragNode": {
"opacity": 0.7,
"border": "2px dashed #999",
"background-color": "#CCC",
"position": "absolute"
}
}
\ No newline at end of file
<div id="MWFFormToolbar">
<span MWFnodetype="MWFToolBarSeparator"></span>
<span MWFnodetype="MWFToolBarButton" MWFButtonImage="save.gif" title="保存表单" MWFButtonAction="savePage" MWFButtonText=""></span>
<span MWFnodetype="MWFToolBarButton" MWFButtonImage="saveNew.gif" title="保存为模板" MWFButtonAction="savePageAsTemplate" MWFButtonText=""></span>
<!-- <span MWFnodetype="MWFToolBarButton" MWFButtonImage="saveNew.gif" title="保存为模板" MWFButtonAction="savePageAsTemplate" MWFButtonText=""></span>-->
<span MWFnodetype="MWFToolBarButton" MWFButtonImage="preview.png" title="预览" MWFButtonAction="previewPage" MWFButtonText=""></span>
<span MWFnodetype="MWFToolBarButton" MWFButtonImage="print.gif" title="打印" MWFButtonAction="printPage" MWFButtonText=""></span>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册