Code: HTML/ASPX
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DPRichText.aspx.cs" Inherits="DocumentPortal.CommonControls.DPRichText.DPRichText1" ValidateRequest="false" %>
<%--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">--%>
<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title></title>
<base target="_self" />
</head>
<body>
<form id="form1" runat="server" target=_self>
editor goes here
</form>
</body>
</html>
In opened dailog i can insert (Ctrl + V) text and change it's style (bold, font size and e.t.c)
but enter text from keyboard and show Html code button not worked.
Thanks.