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
150
Text cannot be displayed on page load.
posted

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="&#937;,&#931;,&#916;,&#934;,&#915;,&#936;,&#928;,&#920;,&#926;,&#923;,&#958;,&#956;,&#951;,&#966;,&#969;,&#949;,&#952;,&#948;,&#950;,&#968;,&#946;,&#960;,&#963;,&szlig;,&thorn;,&THORN;,&#402,&#1046;,&#1064;,&#1070;,&#1071;,&#1078;,&#1092;,&#1096;,&#1102;,&#1103;,&#12362;,&#12354;,&#32117;,&AElig;,&Aring;,&Ccedil;,&ETH;,&Ntilde;,&Ouml;,&aelig;,&aring;,&atilde;,&ccedil;,&eth;,&euml;,&ntilde;,&cent;,&pound;,&curren;,&yen;,&#8470;,&#153;,&copy;,&reg;,&#151;,@,&#149;,&iexcl;,&#14;,&#8592;,&#8593;,&#8594;,&#8595;,&#8596;,&#8597;,&#8598;,&#8599;,&#8600;,&#8601;,&#18;,&brvbar;,&sect;,&uml;,&ordf;,&not;,&macr;,&para;,&deg;,&plusmn;,&laquo;,&raquo;,&middot;,&cedil;,&ordm;,&sup1;,&sup2;,&sup3;,&frac14;,&frac12;,&frac34;,&iquest;,&times;,&divide;"
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

Parents
No Data
Reply Children
No Data