|
发表于 2016-5-13 17:22:56
|
显示全部楼层
<?xml version="1.0" encoding="utf-8"?>
<xui:window xmlns:xui="http://www.justep.com/xui" xmlns="http://www.justep.com/xui"
xmlns:xforms="http://www.justep.com/xforms" xmlns:xhtml="http://www.w3.org/1999/xhtml" component="/UI/system/components/window.xbl.xml#window" id="window">
<xforms:model id="model1" style="top:293px;left:63px;height:auto;">
<data component="/UI/system/components/data.xbl.xml#bizData" update-mode="whereVersion"
data-type="json" auto-load="false" id="bizData1" concept="JI_WPXX" auto-new="true" store-type="simple">
<creator id="default1" action="/jianrong/one/logic/action/createJI_WPXXAction"/>
<reader id="default2" action="/jianrong/one/logic/action/queryJI_WPXXAction"/>
<writer id="default3" action="/jianrong/one/logic/action/saveJI_WPXXAction"/>
<rule id="dataBizRule1" relation="version"/>
<rule id="dataBizRule2" relation="fWPBM"/>
<rule id="dataBizRule3" relation="fGG"/>
<rule id="dataBizRule4" relation="fWPMC"/>
<rule id="dataBizRule5" relation="fDW"/>
</data>
</xforms:model>
<xui:view id="rootView" auto-load="true">
<xui:layout style="height:100%;width:100%" id="rootLayout">
<xui:place control="attachmentEditor21" id="controlPlace1" style="width:100%;height:300px;"/>
<xui:place control="attachmentEditor22" id="controlPlace2"/>
</xui:layout>
<xhtml:div component="/UI/system/components/attachmentEditor2.xbl.xml#attachmentEditor2"
display-buttons="upload:true;template:true;download:true;edit:true;delete:true;history:true;"
limit="-1" runtime="html4" id="attachmentEditor21" class="xui-attachmentEditor2"
ref="data('bizData1')/fGG" sub-path="concat('办公室/信息管理','/',currentPersonMemberName(),toString((dateFormat(currentDate(),'yyyyMMdd'))))" access="duud" onUploadCompleted="mainActivity.attachmentEditor21UploadCompleted"/>
<xhtml:div component="/UI/system/components/attachmentEditor2.xbl.xml#attachmentEditor2"
display-buttons="upload:true;template:true;download:true;edit:true;delete:true;history:true;"
limit="-1" runtime="html4" id="attachmentEditor22" class="xui-attachmentEditor2"
ref="data('bizData1')/fWPBM" sub-path="concat('办公室/信息管理','/',currentPersonMemberName(),toString((dateFormat(currentDate(),'yyyyMMdd'))))" onUploadCompleted="mainActivity.attachmentEditor22UploadCompleted"/>
</xui:view>
<xui:resource id="resource1"><xhtml:script id="htmlScript1" src="mainActivity.js"></xhtml:script></xui:resource>
</xui:window>
|
|