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

📄 defaultcs.aspx

📁 Telerik是很大的第三方软件制造商
💻 ASPX
字号:
<%@ Page CodeBehind="DefaultCS.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="Telerik.EditorExamplesCSharp.Editor.Examples.ContextMenus.DefaultCS" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.QuickStart" Assembly="Telerik.QuickStart" %>
<%@ Register TagPrefix="telerik" TagName="Header" Src="~/Common/Header.ascx" %>
<%@ Register TagPrefix="telerik" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %>
<%@ Register TagPrefix="telerik" TagName="Footer" Src="~/Common/Footer.ascx" %>
<%@ Register TagPrefix="radE" Namespace="Telerik.WebControls" Assembly="RadEditor" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
	<head runat="server">
		<telerik:HeadTag runat="server" ID="Headtag1"></telerik:HeadTag>
		<style type="text/css">
			.xmltag
			{
				font-family:Courier New;
				color:#0000ff;
				font-size:2;
			}
			.xmltagname
			{
				font-family:Courier New;
				color:#800000;
				font-size:2;
			}
			.xmlattribute
			{
				font-family:Courier New;
				color:#ff0000;
				font-size:2;
			}
			.xmlvalue
			{
				font-family:Courier New;
				color:#0000ff;
				font-size:2;
			}

		</style>
	</head>
	<body class="BODY">
		<form runat="server" id="mainForm" method="post" style="width:100%;">
			<telerik:Header runat="server" ID="Header1" NavigationLanguage="C#"></telerik:Header>

			<radE:RadEditor ID="editor1" Runat="server"
				Width="600px"
				Height="400px"
				ToolsFile = "~/Editor/Examples/ContextMenus/ExtendedToolsFile.xml"

				HasPermission="True"
				SaveInFile="true"

				Skin="Default"

				ImagesPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
				UploadImagesPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
				DeleteImagesPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"

				FlashPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
				UploadFlashPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
				DeleteFlashPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"

				MediaPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
				UploadMediaPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
				DeleteMediaPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"

				DocumentsPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
				UploadDocumentsPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
				DeleteDocumentsPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"

				AllowThumbGeneration="true"
				ThumbAppendix="thumb">

				Right-click on image to see custom menu<img style="marign-left: 6px" height=94
			src="../../Img/productBox.gif"
			width=72/>.<br/><br/>
			<p>Right-click here to see the custom Paragraph menu.<br/></p><br/>Right-click on
			the link to see the default link menu disabled: <a
			href="http://www.telerik.com">www.telerik.com</a>
				</radE:RadEditor>

			<telerik:Footer runat="server" ID="Footer1"></telerik:Footer>
		</form>
	</body>
</html>

⌨️ 快捷键说明

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