Welcome Guest Search | Active Topics | Sign In | Register

eo:Editor not worked in ShowModalDialog. Options
Maxim
Posted: Friday, November 20, 2009 4:34:28 AM
Rank: Advanced Member
Groups: Member

Joined: 12/26/2008
Posts: 45
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.
eo_support
Posted: Friday, November 20, 2009 7:33:53 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

This appears to be an IE issue. ShowModalDialog displays another page and it should not affect the page's functionality in any way. You may want to try to use our Dialog control to display the Editor.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.