⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.aspx

📁 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
<%@ Page Language="C#" %>
<HTML>
	<HEAD>
		<title>Cute Editor Menus and Toolbars</title>
		<META NAME="KEYWORDS" CONTENT="ASP.NET, HTML, WYSIWYG, Editor, richtextbox, HTML Editor, ASP.NET Content Management,ASP.NET WYSIWYG">
		<META NAME="DESCRIPTION" CONTENT="Menus and Toolbars">
		<style> TD { font:normal 12px Arial; }
	H1 { FONT-SIZE: 18px; MARGIN-BOTTOM: 10px; MARGIN-Top: 5px; FONT-FAMILY: verdana,arial,helvetica; COLOR: #003399; }
	BODY { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: arial,helvetica; BACKGROUND-COLOR: #ffffff }
	</style>
		<script>
			var OxO8d0c=["onload"]; window[OxO8d0c[0x0]]=function (){ window.focus() ;}  ;
		</script>
	</HEAD>
	<body>
		<h1 align="center">Menus and Toolbars</h1>
		<p><IMG src="../Images/standardtoolbar.gif" border="0">&nbsp;</p>
		<table cellSpacing="1" cellPadding="4" width="760">
			<tr bgColor="#efefef">
				<td vAlign="top"><B>Menu/Button</B></td>
				<td vAlign="top"><B>Function Description</B></td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/save.gif" align="absMiddle" border="0">&nbsp;<B>Save</B></td>
				<td vAlign="top">save the active content in the editor's content area</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/print.gif" align="absMiddle" border="0">&nbsp;<B>Print</B></td>
				<td vAlign="top">print the current page</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/bspreview.gif" align="absMiddle" border="0">&nbsp;<B>Preview</B></td>
				<td vAlign="top">preview the current page</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/find.gif" align="absMiddle" border="0">&nbsp;<B>Find 
						and replace</B></td>
				<td vAlign="top">find and replace the text in the editor's content area</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><B><IMG src="../Themes/Office2003/Images/fit.gif" align="absMiddle" border="0">&nbsp;Full-Screen</B></td>
				<td vAlign="top">edit in full screen mode, maximizing your available space</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/cleanup.gif" align="absMiddle" border="0">&nbsp;<B>Code 
						Cleaner</B></td>
				<td vAlign="top">clean up all "garbage" HTML-tags</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/spell.gif" align="absMiddle" border="0">&nbsp;<STRONG>Spell</STRONG>
				</td>
				<td vAlign="top">launch the spell checker</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/cut.gif" align="absMiddle" border="0">&nbsp;<B>Cut</B></td>
				<td vAlign="top">perform normal function of cutting</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/copy.gif" align="absMiddle" border="0">&nbsp;<B>Copy</B></td>
				<td vAlign="top">copy the current selection and store it in the clipboard</td>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/paste.gif" align="absMiddle" border="0">&nbsp;<B>Paste</B></td>
				<td vAlign="top">insert content from the clipboard into the editor at the selected 
					position</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/PasteText.gif" align="absMiddle" border="0">&nbsp;<B>Paste 
						Plain Text</B></td>
				<td vAlign="top">
					paste the plain text (no formatting) into the editor</td>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG language="javascript" id="IMG1" onclick="return IMG1_onclick()" src="../Themes/Office2003/Images/Pasteword.gif"
						align="absMiddle" border="0">&nbsp;<STRONG>Paste from word</STRONG></td>
				<td vAlign="top">paste the content copied form the microsoft word and remove the 
					web-unfriendly tags</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/delete.gif" align="absMiddle" border="0">&nbsp;<B>Delete</B></td>
				<td vAlign="top">delete the current selection</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/undo.gif" align="absMiddle" border="0">&nbsp;<B>Undo</B></td>
				<td vAlign="top">undo the last operation in the editor</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/redo.gif" align="absMiddle" border="0">&nbsp;<B>Redo</B></td>
				<td vAlign="top">redo the last operation in the editor</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/break.gif" align="absMiddle" border="0">&nbsp;<B>Break</B></td>
				<td vAlign="top">insert the line break</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/paragraph.gif" align="absMiddle" border="0">&nbsp;<B>Paragraph</B></td>
				<td vAlign="top">Insert a paragraph</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/InsertPageBreak.gif" align="absMiddle" border="0">&nbsp;<B>Insert 
						Page Break</B></td>
				<td vAlign="top">Insert the print page break</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/insertdate.gif" align="absMiddle" border="0">&nbsp;<B>Insert 
						the current date</B></td>
				<td vAlign="top">Insert the current date. The date format used is the date format 
					configured on the clients machine</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/timer.gif" align="absMiddle" border="0">&nbsp;
					<B>Insert the current time</B></td>
				<td vAlign="top">Insert the current time. The time format used is the time format 
					configured on the clients machine</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/borders.gif" align="absMiddle" border="0">&nbsp;
					<B>Visible Borders</B></td>
				<td vAlign="top">make table borders visible, which can make editing easier</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/specialchar.gif" align="absMiddle" border="0">&nbsp;
					<B>Special Chars</B></td>
				<td vAlign="top">insert a special character from a predefined list</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/emotion.gif" align="absMiddle" border="0">&nbsp;
					<B>Insert Emotion</B></td>
				<td vAlign="top">insert an emotion image at the selected position in the editor</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/text.gif" align="absMiddle" border="0">&nbsp;
					<B>Text Frame</B></td>
				<td vAlign="top">allows you to insert, edit, or reposition text regions</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/keyboard.gif" align="absMiddle" border="0">&nbsp;
					<B>Universal Keyboard</B></td>
				<td vAlign="top">Universal Online Keyboard</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><B><IMG src="../Themes/Office2003/Images/layer.gif" align="absMiddle" border="0">&nbsp;<B>insert 
							a layer </B></B>
				</td>
				<td vAlign="top">allows you to insert a layer(absolutely-positioned div)
				</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><B><IMG src="../Themes/Office2003/Images/GroupBox.gif" align="absMiddle" border="0">&nbsp;<B>GroupBox</B></B></td>
				<td vAlign="top">allows you to a group box (FieldSet) at the selected position in 
					the editor</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><B><IMG src="../Themes/Office2003/Images/image.gif" align="absMiddle" border="0">&nbsp;Insert 
						Image </B>
				</td>
				<td vAlign="top">insert a local image from the image gallery folder; thumbnail 
					images are dynamically created; Supports upload new images</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><B><IMG src="../Themes/Office2003/Images/eximage.gif" align="absMiddle" border="0">&nbsp;Insert 
						Image </B>
				</td>
				<td vAlign="top">insert an image at the selected position in the editor and let you 
					set its properties</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><B><IMG src="../Themes/Office2003/Images/flash.gif" align="absMiddle" border="0">&nbsp;Insert 
						Flash</B></td>
				<td vAlign="top">insert a flash animation at the selected position and let you set 
					its properties</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><B><IMG src="../Themes/Office2003/Images/media.gif" align="absMiddle" border="0">&nbsp;Insert 
						Media</B></td>
				<td vAlign="top">insert awindows media objectat the selected position and let you 
					set its properties</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><B><IMG src="../Themes/Office2003/Images/document.gif" align="absMiddle" border="0">&nbsp;Insert 
						Document</B></td>
				<td vAlign="top">insert a link to a document on the server (PDF,DOC, ZIP,etc.) at 
					the selected position
				</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><B><IMG src="../Themes/Office2003/Images/template.gif" align="absMiddle" border="0">&nbsp;Insert 
						Template</B></td>
				<td vAlign="top">Load thepredefined templates on the current selection.
				</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/instable.gif" align="absMiddle" border="0">&nbsp;
					<B>Insert Table</B></td>
				<td vAlign="top">insert a table into your web page</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/insrow_t.gif" align="absMiddle" border="0">&nbsp;
					<B>Insert Rows</B></td>
				<td vAlign="top">insert a row above the selected row</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/insrow_b.gif" align="absMiddle" border="0">&nbsp;<STRONG>Insert 
						Row Below</STRONG></td>
				<td vAlign="top">insert a row below the selected row</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/delrow.gif" align="absMiddle" border="0">&nbsp;
					<B>Delete Rows</B></td>
				<td vAlign="top">delete the selected row</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/inscol_l.gif" align="absMiddle" border="0">&nbsp;<STRONG>Insert 
						Column to the Left</STRONG></td>
				<td vAlign="top">insert a column to the left of the selected cell</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/inscol_r.gif" align="absMiddle" border="0">&nbsp;<STRONG>Insert 
						Column to the Right</STRONG></td>
				<td vAlign="top">insert a column to the right of the selected cell</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/delcol.gif" align="absMiddle" border="0">&nbsp;
					<B>Delete columns</B></td>
				<td vAlign="top">delete the selected column</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/inscell.gif" align="absMiddle" border="0">&nbsp;
					<B>Insert cells</B></td>
				<td vAlign="top">insert cells into the selected row.
				</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/delcell.gif" align="absMiddle" border="0">&nbsp;
					<B>Delete cells</B></td>
				<td vAlign="top">delete the selected cell</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/row.gif" align="absMiddle" border="0">&nbsp;
					<STRONG>Row properties</STRONG></td>
				<td vAlign="top">edit row properties</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/cell.gif" align="absMiddle" border="0">&nbsp;
					<STRONG><STRONG>Cell properties</STRONG></STRONG></td>
				<td vAlign="top">edit cell properties</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/mrgcell_r.gif" align="absMiddle" border="0">&nbsp;<STRONG>Merge 
						right</STRONG></td>
				<td vAlign="top">merge the current cell with the one to its right</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/mrgcell_b.gif" align="absMiddle" border="0">&nbsp;<STRONG>Mergebelow</STRONG></td>
				<td vAlign="top">merge the current cell with the one below it</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/spltcell_r.gif" align="absMiddle" border="0">&nbsp;<STRONG>Horizontal 
						split </STRONG>
				</td>
				<td vAlign="top">split a cell into columns</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/spltcell_b.gif" align="absMiddle" border="0">&nbsp;<STRONG>Vertical 
						split</STRONG></td>
				<td vAlign="top">Split a cell intorows</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/form.gif" align="absMiddle" border="0">&nbsp;<STRONG>Form</STRONG></td>
				<td vAlign="top">insert a form at the selected position
				</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/textarea.gif" align="absMiddle" border="0">&nbsp;<STRONG>TextArea</STRONG></td>
				<td vAlign="top">insert atextarea at the selected position
				</td>
			</tr>
			<tr bgColor="#f8f8f8">
				<td vAlign="top"><IMG src="../Themes/Office2003/Images/textbox.gif" align="absMiddle" border="0">&nbsp;<STRONG>Input 
						Text Box</STRONG></td>
				<td vAlign="top">insert ainput text box at the selected position
				</td>
			</tr>

⌨️ 快捷键说明

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