如何安全使用fineui htmleditor
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何安全使用fineui htmleditor相关的知识,希望对你有一定的参考价值。
参考技术A View Raw Code当前路径:FineUI.Examples/form/htmleditor.aspx <%@ Page Language="C#" ValidateRequest="false" AutoEventWireup="true" CodeBehind="htmleditor.aspx.cs"
Inherits="FineUI.Examples.form.htmleditor" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
<link href="../css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<x:PageManager ID="PageManager1" runat="server" />
<x:SimpleForm ID="SimpleForm1" BodyPadding="5px" EnableBackgroundColor="true" runat="server"
Title="表单" Width="750px">
<Items>
<x:HtmlEditor runat="server" Label="文本编辑器" ID="HtmlEditor1" Height="250px">
</x:HtmlEditor>
<x:TextArea ID="TextArea1" Label="多行文本框" runat="server" Height="150px">
</x:TextArea>
<x:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="获取 HTML 编辑器的内容"
CssClass="inline">
</x:Button>
<x:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="设置 HTML 编辑器的内容">
</x:Button>
</Items>
</x:SimpleForm>
</form>
</body>
</html>本回答被提问者和网友采纳
以上是关于如何安全使用fineui htmleditor的主要内容,如果未能解决你的问题,请参考以下文章