datatemplate.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. <div style="background-color: #FFF; overflow: hidden">
  2. <div title="{{$.lp.base}}" class="MWFTab">
  3. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  4. <tr>
  5. <td class="editTableTitleWithoutWith" width="80px">{{$.lp.id}}:</td>
  6. <td class="editTableValue"><input type="text" name="id" value="text{$.id}" class="editTableInput"/></td>
  7. </tr>
  8. <tr>
  9. <td class="editTableTitle">{{$.lp.name}}:</td>
  10. <td class="editTableValue"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
  11. </tr>
  12. <tr>
  13. <td class="editTableTitle">{{$.lp.description}}:</td>
  14. <td class="editTableValue"><input type="text" name="description" value="text{$.description}" class="editTableInput"/></td>
  15. </tr>
  16. </table>
  17. <div style="height:24px; text-align: center; line-height: 24px; background-color: #EEE; border-top: 1px solid #999;position: relative;">
  18. {{$.lp.outerSideModuleId}}
  19. <div class="MWFHelp" style="position: absolute;height: 16px;width: 16px;top:4px;right:4px;background: url('../x_component_process_FormDesigner/$Main/default/formtoolbar/question.png')">
  20. {{$.lp.datatemplateOuterNote}}
  21. </div>
  22. </div>
  23. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  24. <tr>
  25. <td class="editTableTitleWithoutWith" width="80px">{{$.lp.addButtonId}}:</td>
  26. <td class="editTableValue">
  27. <input type="text" name="outerAddActionId" value="text{$.outerAddActionId}" class="editTableInput"/>
  28. </td>
  29. </tr>
  30. <tr>
  31. <td class="editTableTitle">{{$.lp.deleteSelectedButtonId}}:</td>
  32. <td class="editTableValue">
  33. <input type="text" name="outerDeleteActionId" value="text{$.outerDeleteActionId}" class="editTableInput"/>
  34. </td>
  35. </tr>
  36. <tr>
  37. <td class="editTableTitle">{{$.lp.selectAllModuleId}}:</td>
  38. <td class="editTableValue">
  39. <input type="text" name="outerSelectAllId" value="text{$.outerSelectAllId}" class="editTableInput"/>
  40. </td>
  41. </tr>
  42. <tr>
  43. <td class="editTableTitle">{{$.lp.selectedValue}}:</td>
  44. <td class="editTableValue">
  45. <input type="text" name="outerSelectAllSelectedValue" value="text{$.outerSelectAllSelectedValue}" class="editTableInput"/>
  46. </td>
  47. </tr>
  48. </table>
  49. <div style="height:24px; text-align: center; line-height: 24px; background-color: #EEE; border-top: 1px solid #999;position: relative;">
  50. {{$.lp.innerSideModuleId}}
  51. <div class="MWFHelp" style="position: absolute;height: 16px;width: 16px;top:4px;right:4px;background: url('../x_component_process_FormDesigner/$Main/default/formtoolbar/question.png')">
  52. {{$.lp.datatemplateInnerNote}}
  53. </div>
  54. </div>
  55. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  56. <tr>
  57. <td class="editTableTitleWithoutWith" width="80px">{{$.lp.addButtonId}}:</td>
  58. <td class="editTableValue">
  59. <input type="text" name="addActionId" value="text{$.addActionId}" class="editTableInput"/>
  60. </td>
  61. </tr>
  62. <tr>
  63. <td class="editTableTitle">{{$.lp.deleteButtonId}}:</td>
  64. <td class="editTableValue">
  65. <input type="text" name="deleteActionId" value="text{$.deleteActionId}" class="editTableInput"/>
  66. </td>
  67. </tr>
  68. <tr>
  69. <td class="editTableTitle">{{$.lp.sequenctModuleId}}:</td>
  70. <td class="editTableValue">
  71. <input type="text" name="sequenceId" value="text{$.sequenceId}" class="editTableInput"/>
  72. </td>
  73. </tr>
  74. <tr>
  75. <td class="editTableTitle">{{$.lp.selectModuleId}}:</td>
  76. <td class="editTableValue">
  77. <input type="text" name="selectorId" value="text{$.selectorId}" class="editTableInput"/>
  78. </td>
  79. </tr>
  80. <tr>
  81. <td class="editTableTitle">{{$.lp.selectedValue}}:</td>
  82. <td class="editTableValue">
  83. <input type="text" name="selectorSelectedValue" value="text{$.selectorSelectedValue}" class="editTableInput"/>
  84. </td>
  85. </tr>
  86. </table>
  87. <div style="height:24px; text-align: center; line-height: 24px; background-color: #EEE; border-top: 1px solid #999;">{{$.lp.count}}</div>
  88. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  89. <tr>
  90. <td class="editTableTitleWithoutWith" width="80px">{{$.lp.defaultShow}}:</td>
  91. <td class="editTableValue">
  92. <input type="text" name="defaultCount" value="text{$.defaultCount}" class="editTableInputNoWidth" style="width: 100px;"/>{{$.lp.item}}
  93. </td>
  94. </tr>
  95. <tr>
  96. <td class="editTableTitle">{{$.lp.maxItemCount}}:</td>
  97. <td class="editTableValue">
  98. <input type="text" name="maxCount" value="text{$.maxCount}" class="editTableInputNoWidth" style="width: 100px;"/>{{$.lp.item}}
  99. </td>
  100. </tr>
  101. <tr>
  102. <td class="editTableTitle">{{$.lp.minItemCount}}:</td>
  103. <td class="editTableValue">
  104. <input type="text" name="minCount" value="text{$.minCount}" class="editTableInputNoWidth" style="width: 100px;"/>{{$.lp.item}}
  105. </td>
  106. </tr>
  107. </table>
  108. <div class="MWFScriptArea" name="editableScript" title="{{$.lp.canEdit}}(S)"></div>
  109. <div class="MWFMaplist" name="styles" collapse="true" title="{{$.lp.style}}"></div>
  110. <div class="MWFMaplist" name="properties" collapse="true" title="{{$.lp.attribute}}"></div>
  111. <div class="MWFScriptArea" name="defaultData" title="{{$.lp.defaultData}}(S)"></div>
  112. <div class="MWFValidation" name="validationConfig"></div>
  113. <div class="MWFScriptArea" name="validation" title="{{$.lp.verificationScript}} (S)"></div>
  114. </div>
  115. <div title="{{$.lp.import}}" class="MWFTab">
  116. <!-- <div style="height:24px; text-align: center; line-height: 24px; background-color: #EEE; border-top: 1px solid #999;">导出导入</div>-->
  117. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  118. <tr>
  119. <td class="editTableTitle">{{$.lp.enabled}}:</td>
  120. <td class="editTableValue">
  121. <input type="radio" name="impexpType" value="none" text{(!$.impexpType || $.impexpType==='none')?'checked':''}
  122. onclick="if (this.checked){ $('text{$.pid}impexpArea').setStyle('display', 'none')}" />{{$.lp.disabled}}
  123. <input type="radio" name="impexpType" value="impexp" text{($.impexpType==='impexp')?'checked':''}
  124. onclick="if (this.checked){ $('text{$.pid}impexpArea').setStyle('display', 'block')}" />{{$.lp.exportImport}}
  125. <input type="radio" name="impexpType" value="exp" text{($.impexpType==='exp')?'checked':''}
  126. onclick="if (this.checked){ $('text{$.pid}impexpArea').setStyle('display', 'block')}" />{{$.lp.onlyExport}}
  127. <input type="radio" name="impexpType" value="imp" text{($.impexpType==='imp')?'checked':''}
  128. onclick="if (this.checked){ $('text{$.pid}impexpArea').setStyle('display', 'block')}" />{{$.lp.onlyImport}}
  129. </td>
  130. </tr>
  131. </table>
  132. <div id="text{$.pid}impexpArea" style="display: text{($.impexpType && $.impexpType!=='none')?'block':'none'};">
  133. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  134. <tr>
  135. <td class="editTableTitleWithoutWith" width="80px"></td>
  136. <td class="editTableValue">
  137. {{$.lp.dtImportInfor}}
  138. </td>
  139. </tr>
  140. <tr>
  141. <td class="editTableTitle">{{$.lp.importButtonId}}:</td>
  142. <td class="editTableValue">
  143. <input type="text" name="importActionId" value="text{$.importActionId}" class="editTableInput"/>
  144. </td>
  145. </tr>
  146. <tr>
  147. <td class="editTableTitle">{{$.lp.exportButtonId}}:</td>
  148. <td class="editTableValue">
  149. <input type="text" name="exportActionId" value="text{$.exportActionId}" class="editTableInput"/>
  150. </td>
  151. </tr>
  152. </table>
  153. <div class="MWFFormulaArea" name="excelName" title="{{$.lp.exportFileName}}"></div>
  154. <div style="height:24px; text-align: center; line-height: 24px; background-color: #EEE; border-top: 1px solid #999;">{{$.lp.importExporConfig}}</div>
  155. <div class="MWFFieldConfigArea" name="excelFieldConfig"></div>
  156. <div style="height:24px; text-align: center; line-height: 24px; background-color: #EEE; border-top: 1px solid #999;">{{$.lp.validationPopFormConfig}}</div>
  157. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  158. <tr>
  159. <td class="editTableTitleWithoutWith" width="80px">{{$.lp.validationPopFormWidth}}:</td>
  160. <td class="editTableValue">
  161. <input type="text" name="impExpDlgWidth" value="text{$.impExpDlgWidth}" class="editTableInputNoWidth" style="width: 100px;"/>px
  162. </td>
  163. </tr>
  164. <tr>
  165. <td class="editTableTitle">{{$.lp.validationPopFormHeight}}:</td>
  166. <td class="editTableValue">
  167. <input type="text" name="impExpDlgHeight" value="text{$.impExpDlgHeight}" class="editTableInputNoWidth" style="width: 100px;"/>px
  168. </td>
  169. </tr>
  170. </table>
  171. <div class="MWFMaplist" name="impExpTableStyles" collapse="true" title="{{$.lp.validationTableStyle}}"></div>
  172. <div class="MWFMaplist" name="impExpTableTitleStyles" collapse="true" title="{{$.lp.validationTitleTdStyle}}"></div>
  173. <div class="MWFMaplist" name="impExpTableContentStyles" collapse="true" title="{{$.lp.validationContentTdStyle}}"></div>
  174. <div class="MWFMaplist" name="impExpTableProperties" collapse="true" title="{{$.lp.validationTableAttribute}}"></div>
  175. </div>
  176. </div>
  177. <div title="{{$.lp.event}}" class="MWFTab">
  178. <div class="MWFEventsArea" name="events"></div>
  179. </div>
  180. <div title="HTML" class="MWFTab">
  181. <div class="MWFHTMLArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
  182. </div>
  183. <div title="JSON" class="MWFTab">
  184. <div class="MWFJSONArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
  185. </div>
  186. </div>