Hello Infragistics Team,
I'm stuck on this issue! I don't know what's happening to WebHTMLEditor that we have in our application. This seems weird. I'm setting text to this control on page load but unfortunately nothing happens.
Here is my html code how I implemented it.
<div class="SA_overflow"> <ighedit:WebHtmlEditor ID="txtProjSumm" Height="92%" Width="100%" runat="server" FontSizeList="1,2,3,4,5,6,7" SpecialCharacterList="Ω,Σ,Δ,Φ,Γ,Ψ,Π,Θ,Ξ,Λ,ξ,μ,η,φ,ω,ε,θ,δ,ζ,ψ,β,π,σ,ß,þ,Þ,ƒ,Ж,Ш,Ю,Я,ж,ф,ш,ю,я,お,あ,絵,Æ,Å,Ç,Ð,Ñ,Ö,æ,å,ã,ç,ð,ë,ñ,¢,£,¤,¥,№,™,©,®,—,@,•,¡,,←,↑,→,↓,↔,↕,↖,↗,↘,↙,,¦,§,¨,ª,¬,¯,¶,°,±,«,»,·,¸,º,¹,²,³,¼,½,¾,¿,×,÷" TabStripDisplay="False" ReadOnly="true" > <TextWindow CssClass="textbox SU_txtWindowCSS" Font-Bold="false" /> <RightClickMenu> <ighedit:HtmlBoxMenuItem runat="server" Act="Cut"> </ighedit:HtmlBoxMenuItem> <ighedit:HtmlBoxMenuItem runat="server" Act="Copy"> </ighedit:HtmlBoxMenuItem> <ighedit:HtmlBoxMenuItem runat="server" Act="Paste"> </ighedit:HtmlBoxMenuItem> <ighedit:HtmlBoxMenuItem runat="server" Act="PasteHtml"> </ighedit:HtmlBoxMenuItem> <ighedit:HtmlBoxMenuItem runat="server" Act="CellProperties"> <Dialog InternalDialogType="CellProperties" /> </ighedit:HtmlBoxMenuItem> <ighedit:HtmlBoxMenuItem runat="server" Act="TableProperties"> <Dialog InternalDialogType="ModifyTable" /> </ighedit:HtmlBoxMenuItem> <ighedit:HtmlBoxMenuItem runat="server" Act="InsertImage"> </ighedit:HtmlBoxMenuItem> </RightClickMenu> <Toolbar> <ighedit:ToolbarText runat="server" CssClass="textbox" Font-Bold="false" /> </Toolbar> </ighedit:WebHtmlEditor> </div>
This is how I set value to this control.
txtSumm.Text ="<b><font size="3"> Hello! Please help me!!! </font></b>"
I do not know what is wrongwith this?
Please help me and thanks in advance!
regards,
herald
Ohh Yes!!! I already resolved my issue.