Hi,
I m using Infragistics version v13.2 in my project, I m trying to fix some issues with WebHtmlEditor. Issue here is ToolbarButton images are not displaying(see the attached screenshot) not sure what might be the issue here as i m using this control first time. below is the code i m using , kindly let me know the what might be the issues here .
Note:- kindly pls provide images used for these controls in zip file if possible , i will try to place those in folder and try to give reference to here.
<ighedit:WebHtmlEditor id="Note" Width="100%" Height="100%" TabStripDisplay="False" UseLineBreak="true" runat="server"><ClientSideEvents Focus="focusInEdit" BeforeAction="EditorBeforeAction" AfterAction="EditorAfterAction" /><Toolbar><ighedit:ToolbarImage Type="DoubleSeparator"></ighedit:ToolbarImage><ighedit:ToolbarButton Type="Bold"></ighedit:ToolbarButton><ighedit:ToolbarButton Type="Italic"></ighedit:ToolbarButton><ighedit:ToolbarButton Type="Underline"></ighedit:ToolbarButton><ighedit:ToolbarImage Type="Separator"></ighedit:ToolbarImage><ighedit:ToolbarButton Type="Cut"></ighedit:ToolbarButton><ighedit:ToolbarButton Type="Copy"></ighedit:ToolbarButton><ighedit:ToolbarButton Type="Paste"></ighedit:ToolbarButton><ighedit:ToolbarImage Type="Separator"></ighedit:ToolbarImage><ighedit:ToolbarButton Type="OrderedList"></ighedit:ToolbarButton><ighedit:ToolbarButton Type="UnorderedList"></ighedit:ToolbarButton><ighedit:ToolbarImage Type="Separator"></ighedit:ToolbarImage><ighedit:ToolbarDropDown Type="FontName"></ighedit:ToolbarDropDown><ighedit:ToolbarDropDown Type="FontSize"></ighedit:ToolbarDropDown><ighedit:ToolbarDialogButton Type="FontColor" Key="colorDialog"></ighedit:ToolbarDialogButton> <ighedit:ToolbarImage Type="Separator"></ighedit:ToolbarImage><ighedit:ToolbarButton Type="SpellCheck"></ighedit:ToolbarButton></Toolbar><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="CustomText" Text="Select All" Key="Select All"></ighedit:HtmlboxMenuItem><ighedit:HtmlboxMenuItem runat="server" Act="CustomText" Text="Delete" Key="Delete"></ighedit:HtmlboxMenuItem></RightClickMenu></ighedit:WebHtmlEditor>
Where did you get those images folder can you share the file path
Hello,
By default when dragging a WebHTMLEditor from the VS Toolbox and upon entering Design mode the required resources for the control are added to the WebSite also there is a window popup for the user to inform it for this action.
If the issues persists, I believe you may find the following discussions helping you. http://ko.infragistics.com/community/forums/t/17812.aspx http://ko.infragistics.com/community/forums/t/52654.aspx
Please let me know if you have further questions regarding this topic!
Manually i gave ImageDirectory="images\" path to the ighedit:WebHtmlEditor now its working fine