tag_form.ascx

来自「在线网页编辑器.net 2.0版!不错的在线网页编辑器」· ASCX 代码 · 共 45 行

ASCX
45
字号
<%@ Control Inherits="CuteEditor.EditorUtilityCtrl" Language="c#" AutoEventWireup="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<fieldset><legend>[[InsertForm]]</legend>
	<table class="normal">
		<tr>
			<td style="width:100">[[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>
		<tr>
			<td>[[Name]]:</td>
			<td><input type="text" id="inp_name" style="width:200px" /></td>
		</tr>
		<tr>
			<td>[[ID]]:</td>
			<td><input type="text" id="inp_id" style="width:200px" /></td>
		</tr>
		<tr>
			<td>[[EncodingType]]:</td>
			<td><input type="text" id="inp_encode" style="width:200px" /></td>
		</tr>
		<tr>
			<td>[[Target]]:</td>
			<td>				
				<select id="sel_target" name="sel_target">
					<option value=""></option>
					<option value="_blank">_blank</option>
					<option value="_self">_self</option>
					<option value="_top">_top</option>
					<option value="_parent">_parent</option>
				</select>
			</td>
		</tr>
	</table>
</fieldset>

<script type="text/javascript" src="Load.ashx?type=dialogscript&file=Dialog_Tag_Form.js"></script>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?