tag_table.ascx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:5k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Control Inherits="CuteEditor.EditorUtilityCtrl" Language="c#" AutoEventWireup="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
  2. <fieldset><legend>[[TABLE]]</legend>
  3. <table class="normal">
  4. <tr>
  5. <td>[[CellSpacing]]:</td>
  6. <td><input type="text" id="inp_cellspacing"  size="14" onkeypress="return CancelEventIfNotDigit()" /></td>
  7. <td>[[CellPadding]]:</td>
  8. <td><input type="text" id="inp_cellpadding"  size="14" onkeypress="return CancelEventIfNotDigit()" /></td>
  9. </tr>
  10. <tr>
  11. <td>[[ID]]:</td>
  12. <td><input type="text" id="inp_id" size="14" />&nbsp;&nbsp;</td>
  13. <td>[[Border]]:</td>
  14. <td><input type="text" id="inp_border"  size="14" onkeypress="return CancelEventIfNotDigit()" /></td>
  15. </tr>
  16. <tr>
  17. <td>[[Backgroundcolor]]:
  18. </td>
  19. <td><input autocomplete="off" type="text" id="inp_bgcolor"  size="14" style='behavior:url(Load.ashx?type=htc&file=ColorPicker.htc)'
  20. oncolorchange="this.value=this.selectedColor; this.style.backgroundColor=this.selectedColor" />
  21. </td>
  22. <td>[[BorderColor]]:
  23. </td>
  24. <td><input autocomplete="off" type="text" id="inp_bordercolor" size="14" style='behavior:url(Load.ashx?type=htc&file=ColorPicker.htc)'
  25. oncolorchange="this.value=this.selectedColor; this.style.backgroundColor=this.selectedColor" />
  26. </td>
  27. </tr>
  28. <tr>
  29. <td valign="middle" style="white-space:nowrap" >[[Rules]]:</td>
  30. <td><select id="sel_rules">
  31. <option value="">[[NotSet]]</option>
  32. <option value="all">all</option>
  33. <option value="rows">rows</option>
  34. <option value="cols">cols</option>
  35. <option value="none">none</option>
  36. </select>
  37. </td>
  38. <td colspan="2">
  39. <input type="checkbox" id="inp_collapse" />
  40. <label for="inp_collapse">[[CollapseBorder]]</label>&nbsp;
  41. </td>
  42. </tr>
  43. </table>
  44. <table class="normal">
  45. <tr>
  46. <td style='width:60px'>[[Summary]] :</td>
  47. <td>
  48. <textarea id="inp_summary" rows="3" cols="20" style="width:320px"></textarea>
  49. </td>
  50. </tr>
  51. </table>
  52. <table class="normal" id="CaptionTable">
  53. <tr>
  54. <td style='width:60px'>[[Caption]] :</td>
  55. <td>
  56.      <input id="btn_editcaption" type="button" value="[[Insert]]" />
  57.      <input id="btn_delcaption" type="button" value="[[Delete]]" />
  58. </td>
  59. <td>&nbsp;</td>
  60. <td>[[THEAD]]:</td>
  61. <td>
  62.     <input id="btn_insthead" type="button" value="[[Insert]]" />
  63. </td>
  64. <td>&nbsp;</td>
  65. <td>[[TFOOT]]:</td>
  66. <td>
  67.     <input id="btn_instfoot" type="button" value="[[Insert]]" />
  68. </td>
  69. <td style="width:5"></td>
  70. <td><img src="Load.ashx?type=image&file=Accessibility.gif" alt="Accessibility" /></td>
  71. </tr>
  72. </table>
  73. </fieldset>
  74. <fieldset><legend>[[Common]]</legend>
  75. <table class="normal">
  76. <tr>
  77. <td style='width:60px'>[[CssClass]]:</td>
  78. <td><input type="text" id="inp_class" style="width:80px" /></td>
  79. <td>[[Width]]:</td>
  80. <td style="white-space:nowrap">
  81. <input type="text" id="inp_width" style="width:42px" />
  82. <select id="sel_width_unit">
  83. <option value="px">px</option>
  84. <option value="%">%</option>
  85. </select>
  86. </td>
  87. <td>[[Height]]:</td>
  88. <td style="white-space:nowrap">
  89. <input type="text" id="inp_height" style="width:42px" />
  90. <select id="sel_height_unit">
  91. <option value="px">px</option>
  92. <option value="%">%</option>
  93. </select>
  94. </td>
  95. </tr>
  96. </table>
  97. <table class="normal">
  98. <tr>
  99. <td style='width:60px'>[[Alignment]]:</td>
  100. <td><select id="sel_align">
  101. <option value="">[[NotSet]]</option>
  102. <option value="left">[[Left]]</option>
  103. <option value="center">[[Center]]</option>
  104. <option value="right">[[Right]]</option>
  105. </select></td>
  106. <td>
  107. [[Text-Align]] :</td>
  108. <td><select id="sel_textalign">
  109. <option value="">[[NotSet]]</option>
  110. <option value="left">[[Left]]</option>
  111. <option value="center">[[Center]]</option>
  112. <option value="right">[[Right]]</option>
  113. <option value="justify">[[Justify]]</option>
  114. </select></td>
  115. <td>[[Float]]:
  116. </td>
  117. <td><select id="sel_float">
  118. <option value="">[[NotSet]]</option>
  119. <option value="left">[[Left]]</option>
  120. <option value="right">[[Right]]</option>
  121. </select></td>
  122. </tr>
  123. </table>
  124. <table class="normal">
  125. <tr>
  126. <td style='width:60px'>[[Title]] :</td>
  127. <td>
  128. <textarea id="inp_tooltip" rows="3" cols="20" style="width:320px"></textarea>
  129. </td>
  130. </tr>
  131. </table>
  132. </fieldset>
  133. <script type="text/javascript" src="Load.ashx?type=dialogscript&file=Dialog_Tag_Table.js"></script>