?? tag_div.ascx
字號:
<%@ Control Inherits="CuteEditor.EditorUtilityCtrl" Language="c#" AutoEventWireup="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table width=100% align=center 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 id=tblBorderApplyTo 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 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 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 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 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 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 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 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="padding:3" nowrap>
<div style='overflow:auto;border:gray 1 solid;width:55;height:127'>
<table id=tblBorderApplyTo 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='../images/border_none.gif' alt='No Border'>
</td>
</tr>
<tr>
<td valign=top onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doPart('')" style="height:30;padding:4;border:white 1 solid;" >
<img src='../images/border_outside.gif' alt='All'>
</td>
</tr>
<tr>
<td valign=top onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doPart('left')" style="height:30;padding:4;border:white 1 solid;" >
<img src='../images/border_left.gif' alt='[[Left]]'>
</td>
</tr>
<tr>
<td valign=top onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doPart('top')" style="height:30;padding:4;border:white 1 solid;" >
<img src='../images/border_top.gif' alt='[[Top]]'>
</td>
</tr>
<tr>
<td valign=top onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doPart('right')" style="height:30;padding:4;border:white 1 solid;" >
<img src='../images/border_right.gif' alt='[[Right]]'>
</td>
</tr>
<tr>
<td valign=top onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" onclick="doPart('bottom')" style="height:30;padding:4;border:white 1 solid;" >
<img src='../images/border_bottom.gif' alt='[[Bottom]]'>
</td>
</tr>
</table>
<input type=hidden name=sel_part id="sel_part">
</div>
</td>
<td valign=top style="padding:0 5px 3px 8px" nowrap>
<table cellpadding=0 cellspacing=0 style="padding-bottom:10">
<tr>
<td nowrap>[[Bordercolor]]:<br>
<input type="text" id="bordercolor" name="bordercolor" size="7" style="WIDTH:57px">
<img id="bordercolor_Preview" src="../images/colorpicker.gif" align="absMiddle" style='BEHAVIOR:url(../ColorPicker.htc.aspx?culture=[[_culture_]]&[[DNN_Arg]])'
oncolorchange="bordercolor.value=this.selectedColor; bordercolor.style.backgroundColor=this.selectedColor">
</td>
</tr>
<tr>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -