Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
WebSpellChecker with WebHtmlEditor = SpellChecker Dialog only visible for 1 second
posted

Doing a simple SpellChecker against a HTMLEditor. Click CHECK-SPELLING. Dialog pops up but immediately disappears. Neither are in an INaming container. Tried both of these methods:

https://www.infragistics.com/help/aspnet/infragistics.webui.webhtmleditor~infragistics.webui.webhtmleditor.webhtmleditor~enablespellcheck

Tried setting MODAL property to TRUE. Tried having the Check-Spelling button be INPUT Tag, BUTTON tag, and no-button (using the SPELL-CHECKER menu-item in HTMLEditor toolbar).

Always the same thing happens. Dialog page (SpellCheckerDialog.aspx) appears for a half a second and then disappears.


 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<%

 

@ Page Language="vb" AutoEventWireup="false" CodeBehind="SpellCheckerDialog.aspx.vb" Inherits="eSurvey2010.SpellCheckerDialog"

%>

<%

 

@ Register Assembly

="Infragistics35.WebUI.WebSpellChecker.v9.1, Version=9.1.20091.2087, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"

 

 

Namespace="Infragistics.WebUI.WebSpellChecker" TagPrefix="ig_spell"

%>

<!

 

 

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"">www.w3.org/.../xhtml1-transitional.dtd">

<

 

 

html xmlns="">http://www.w3.org/1999/xhtml"

>

<

 

 

head runat

="server">

 

 

<title></title

>

</

 

 

head

>

<

 

 

body

>

 

 

<form id="form1" runat

="server">

 

 

<div

>

 

 

<ig_spell:WebSpellCheckerDialog ID="WebSpellCheckerDialog1" runat

="server">

 

 

</ig_spell:WebSpellCheckerDialog

>

 

 

</div

>

 

 

</form

>

</

 

 

body

>

</

 

 

html

>


 

 

 

 

Public

 

 

Partial Class

SpellCheckerDialog

 

 

Inherits

System.Web.UI.Page

 

 

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me

.Load

 

 

End

Sub

End

 

 

Class

Parents Reply Children