📄 tag_div.ascx
字号:
<%@ Control Inherits="CuteEditor.EditorUtilityCtrl" Language="c#" AutoEventWireup="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" style="padding:5;padding-bottom:0;height:100%">
<table>
<tr>
<td valign="top" style="padding:3">
<div style="overflow:auto;border:gray 1 solid;width:115;height:127;">
<table id="tblBorderStyle" cellpadding="5" cellspacing="0" width="100%" style="table-layout:fixed;background:white">
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doBorderStyle('')"
style="cursor:default;height:25;padding:4;border:white 1 solid;">
<div style="border:none;height:10;width:100%">[[NotSet]]</div>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doBorderStyle('solid')"
style="cursor:default;height:25;padding:4;border:white 1 solid;">
<div style="border-bottom:black 1 solid;height:10;width:100%" title="solid"></div>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doBorderStyle('dotted')"
style="cursor:default;height:25;padding:4;border:white 1 solid;">
<div style="border-bottom:black dotted;height:10;width:100%" title="dotted"></div>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doBorderStyle('dashed')"
style="cursor:default;height:25;padding:4;border:white 1 solid;">
<div style="border-bottom:black dashed;height:10;width:100%" title="dashed"></div>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doBorderStyle('double')"
style="cursor:default;height:25;padding:4;border:white 1 solid;">
<div style="border-bottom:black dotted;height:10;width:100%" title="double"></div>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doBorderStyle('groove')"
style="cursor:default;height:25;padding:4;border:white 1 solid;">
<div style="border-style:groove;height:10;width:100%" title="groove"></div>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doBorderStyle('ridge')"
style="cursor:default;height:25;padding:4;border:white 1 solid;">
<div style="border-style:ridge;height:10;width:100%" title="ridge"></div>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doBorderStyle('inset')"
style="cursor:default;height:25;padding:4;border:white 1 solid;">
<div style="border-style:inset;height:10;width:100%" title="inset"></div>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doBorderStyle('outset')"
style="cursor:default;height:25;padding:4;border:white 1 solid;">
<div style="border-style:outset;height:10;width:100%" title="outset"></div>
</td>
</tr>
</table>
</div>
<input type="hidden" name="sel_style" id="sel_style" />
</td>
<td valign="top" style="padding:3">
<div style='overflow:auto;border:gray 1 solid;width:115;height:127'>
<table cellpadding="5" cellspacing="0" width="100%" style='table-layout:fixed;background:white'>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doWidth('1px')"
style="height:25;padding:1;border:white 1 solid;">
<table width="100%">
<tr>
<td style="height:25">1px</td>
<td valign="top" style="width:100%">
<table style='border-bottom:black 1px solid;height:16;' width="100%">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doWidth('2px')"
style="height:25;padding:1;border:white 1 solid;">
<table width="100%">
<tr>
<td style="height:25">2px</td>
<td valign="top" style="width:100%">
<table style='border-bottom:black 2px solid;height:16;' width="100%">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doWidth('3px')"
style="height:25;padding:1;border:white 1 solid;">
<table width="100%">
<tr>
<td style="height:25">3px</td>
<td valign="top" style="width:100%">
<table style='border-bottom:black 2px solid;height:16;' width="100%">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doWidth('4px')"
style="height:25;padding:1;border:white 1 solid;">
<table width="100%">
<tr>
<td style="height:25">4px</td>
<td valign="top" style="width:100%">
<table style='border-bottom:black 4px solid;height:16;' width="100%">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doWidth('5px')"
style="height:25;padding:1;border:white 1 solid;">
<table width="100%">
<tr>
<td style="height:25">5px</td>
<td valign="top" style="width:100%">
<table style='border-bottom:black 5px solid;height:16;' width="100%">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doWidth('6px')"
style="height:25;padding:1;border:white 1 solid;">
<table width="100%">
<tr>
<td style="height:25">6px</td>
<td valign="top" style="width:100%">
<table style='border-bottom:black 6px solid;height:16;' width="100%">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doWidth('7px')"
style="height:25;padding:1;border:white 1 solid;">
<table width="100%">
<tr>
<td style="height:25">7px</td>
<td valign="top" style="width:100%">
<table style='border-bottom:black 7px solid;height:16;' width="100%">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<input type="hidden" name="sel_border" id="sel_border" />
</div>
</td>
<td valign="top" style="white-space:nowrap;padding:3" >
<div style='overflow:auto;border:gray 1 solid;width:55;height:127'>
<table cellpadding="5" cellspacing="0" width="100%" style='table-layout:fixed;background:white'>
<tr>
<td valign="top" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doPart('none')"
style="height:30;padding:4;border:white 1 solid;">
<img src='Load.ashx?type=image&file=border_none.gif' alt='No Border' />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -