📄 gecko_tag_form.ascx
字号:
<%@ Control Inherits="CuteEditor.EditorUtilityCtrl" Language="c#" AutoEventWireup="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<fieldset>
<legend>[[InsertForm]]</legend>
<table class="normal" width="98%" cellpadding=4 cellspacing=2>
<tr>
<td style='width:60px'>[[Name]]:</td>
<td><input type="text" id="inp_name" style="width:200px"></td>
</tr>
<tr>
<td style='width:60px'>[[ID]]:</td>
<td><input type="text" id="inp_id" style="width:200px"></td>
</tr>
<tr>
<td style='width:60px'>[[Action]]:</td>
<td><input type="text" id="inp_action" style="width:200px"></td>
</tr>
<tr>
<td>[[Method]]:</td>
<td>
<select id="sel_Method" style="width:200px">
<option value="post">post</option>
<option value="get">get</option>
</select>
</td>
</tr>
</table>
</fieldset>
<script>
var OxO1801=["inp_name","inp_id","inp_action","sel_Method","name","value","id","action","method"];var inp_name=document.getElementById(OxO1801[0x0]);var inp_id=document.getElementById(OxO1801[0x1]);var inp_action=document.getElementById(OxO1801[0x2]);var sel_Method=document.getElementById(OxO1801[0x3]); function SyncToView(){ inp_name[OxO1801[0x5]]=element[OxO1801[0x4]] ; inp_id[OxO1801[0x5]]=element[OxO1801[0x6]] ; inp_action[OxO1801[0x5]]=element[OxO1801[0x7]] ; sel_Method[OxO1801[0x5]]=element[OxO1801[0x8]] ;} ; function SyncTo(){if(inp_name[OxO1801[0x5]]){ element[OxO1801[0x4]]=inp_name[OxO1801[0x5]] ;} ;if(inp_id[OxO1801[0x5]]){ element[OxO1801[0x6]]=inp_id[OxO1801[0x5]] ;} ;if(inp_action[OxO1801[0x5]]){ element[OxO1801[0x7]]=inp_action[OxO1801[0x5]] ;} ;if(sel_Method[OxO1801[0x5]]){ element[OxO1801[0x8]]=sel_Method[OxO1801[0x5]] ;} ;} ;
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -