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

OA系统

开发平台:

C#

  1. <%@ Control Inherits="CuteEditor.EditorUtilityCtrl" Language="c#" AutoEventWireup="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
  2. <fieldset><legend>[[Attributes]]</legend>
  3. <table class="normal">
  4. <tr>
  5. <td style='width:60px'>[[CssClass]]:</td>
  6. <td><input type="text" id="inp_class" style="width:80px" /></td>
  7. <td>&nbsp;</td>
  8. <td>[[Width]] :</td>
  9. <td><input type="text" id="inp_width" style="width:60px" onkeypress="return CancelEventIfNotDigit()" /></td>
  10. <td>&nbsp;</td>
  11. <td>[[Height]] :</td>
  12. <td><input type="text" id="inp_height" style="width:60px" onkeypress="return CancelEventIfNotDigit()" /></td>
  13. </tr>
  14. <tr>
  15. <td style='width:60px'>[[Alignment]]:</td>
  16. <td><select id="sel_align" style="width:80px">
  17. <option value="">[[NotSet]]</option>
  18. <option value="left">[[Left]]</option>
  19. <option value="center">[[Center]]</option>
  20. <option value="right">[[Right]]</option>
  21. </select>
  22. </td>
  23. <td>&nbsp;</td>
  24. <td>[[Text-Align]]:</td>
  25. <td><select id="sel_textalign">
  26. <option value="">[[NotSet]]</option>
  27. <option value="left">[[Left]]</option>
  28. <option value="center">[[Center]]</option>
  29. <option value="right">[[Right]]</option>
  30. <option value="justify">[[Justify]]</option>
  31. </select>
  32. </td>
  33. <td>&nbsp;</td>
  34. <td>
  35. [[Float]]:
  36. </td>
  37. <td><select id="sel_float">
  38. <option value="">[[NotSet]]</option>
  39. <option value="left">[[Left]]</option>
  40. <option value="right">[[Right]]</option>
  41. </select>
  42. </td>
  43. </tr>
  44. <tr>
  45. <td style='width:60px'>
  46. [[ForeColor]]</td>
  47. <td>
  48. <input autocomplete="off" type="text" id="inp_forecolor" name="inp_forecolor" size="7" style="WIDTH:57px" />
  49. <img alt="" id="img_forecolor" src="Load.ashx?type=image&file=colorpicker.gif" style='vertical-align:inherit;behavior:url(Load.ashx?type=htc&file=ColorPicker.htc)'
  50. oncolorchange="inp_forecolor.value=this.selectedColor; this.style.backgroundColor=inp_forecolor.style.backgroundColor=this.selectedColor; FireUIChanged()" /></td>
  51. <td>&nbsp;</td>
  52. <td>[[BackColor]]</td>
  53. <td colspan="4">
  54. <input autocomplete="off" type="text" id="inp_backcolor" name="inp_backcolor" size="7" style="WIDTH:57px" />
  55. <img alt="" id="img_backcolor" src="Load.ashx?type=image&file=colorpicker.gif" style='vertical-align:inherit;behavior:url(Load.ashx?type=htc&file=ColorPicker.htc)'
  56. oncolorchange="inp_backcolor.value=this.selectedColor; this.style.backgroundColor=inp_backcolor.style.backgroundColor=this.selectedColor; FireUIChanged()" /></td>
  57. </tr>
  58. </table>
  59. <table class="normal">
  60. <tr>
  61. <td style='width:60px'>[[title]]:</td>
  62. <td>
  63. <textarea id="inp_tooltip" rows="3" cols="20" style="width:320px"></textarea>
  64. </td>
  65. </tr>
  66. </table>
  67. </fieldset>
  68. <script type="text/javascript" src="Load.ashx?type=dialogscript&file=Dialog_Tag_Common.js"></script>