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

OA系统

开发平台:

C#

  1. <%@ Control Inherits="CuteEditor.EditorUtilityCtrl" Language="c#" AutoEventWireup="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
  2. <fieldset>
  3. <legend>
  4. [[Cursor]]
  5. </legend>
  6. <select id="sel_cursor">
  7. <option value="">[[NotSet]]</option>
  8. <option value="Default">[[Default]]</option>
  9. <option value="Move">[[Move]]</option>
  10. <option value="Text">Text</option>
  11. <option value="Wait">Wait</option>
  12. <option value="Help">Help</option>
  13. <!-- x-resize -->
  14. </select>
  15. </fieldset>
  16. <fieldset>
  17. <legend>
  18. [[Filter]]
  19. </legend>
  20. <input type="text" id="inp_filter" style="width:240px" /> <!--button filter builder-->
  21. </fieldset>
  22. <div id="outer"><div id="div_demo">[[DemoText]]</div></div>
  23. <script type="text/javascript">
  24. var OxO431a=["sel_cursor","inp_filter","outer","div_demo","cssText","style","cursor","value","filter"];var sel_cursor=Window_GetElement(window,OxO431a[0x0],true);var inp_filter=Window_GetElement(window,OxO431a[0x1],true);var outer=Window_GetElement(window,OxO431a[0x2],true);var div_demo=Window_GetElement(window,OxO431a[0x3],true); function UpdateState(){ div_demo[OxO431a[0x5]][OxO431a[0x4]]=element[OxO431a[0x5]][OxO431a[0x4]] ;}  ; function SyncToView(){ sel_cursor[OxO431a[0x7]]=element[OxO431a[0x5]][OxO431a[0x6]] ;if(Browser_IsWinIE()){ inp_filter[OxO431a[0x7]]=element[OxO431a[0x5]][OxO431a[0x8]] ;} ;}  ; function SyncTo(element){ element[OxO431a[0x5]][OxO431a[0x6]]=sel_cursor[OxO431a[0x7]] ;if(Browser_IsWinIE()){ element[OxO431a[0x5]][OxO431a[0x8]]=inp_filter[OxO431a[0x7]] ;} ;}  ;
  25. </script>