iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
<add assembly="ISNet.ActiveReports.Exporting, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=B1F2A8511635667A"/> <add assembly="ISNet, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=B1F2A8511635667A"/> <add assembly="ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=B1F2A8511635667A"/> <add assembly="ISNet.WebUI.ISDataSource, Version=1.0.1500.1, Culture=neutral, PublicKeyToken=C4184EF0D326354B"/> <add assembly="ISNet.WebUI.WebCombo.Editor, Version=6.0.7200.100, Culture=neutral, PublicKeyToken=C4184EF0D326354B"/> <add assembly="ISNet.WebUI.WebControls.WebInputDesigner, Version=4.0.7200.130, Culture=neutral, PublicKeyToken=B1F2A8511635667A"/> <add assembly="ISNet.WebUI.WebControls.WebInputWizard, Version=4.0.7200.130, Culture=neutral, PublicKeyToken=B1F2A8511635667A"/> <add assembly="ISNet.WebUI.Design.ISDataSourceDesigner, Version=1.0.1500.1, Culture=neutral, PublicKeyToken=C4184EF0D326354B"/> <add assembly="ISNet.WebUI.WebGrid.Editor, Version=8.0.7200.101, Culture=neutral, PublicKeyToken=86C0AC2B39CEA36A"/>
Is this error only happen when you click on an event inside WebScheduler? Look forward to hear any feedback from you so I can help you further.
Regards,Bernard
Hi Stephe Faust,
I've tried to deploy your project here. But unfortuantely, I don't see any error in our local end. I wonder if there are steps to replicate this issue in our local end after we deployed the project? And also, please tell me which web browser that you used to replicate the issue on your local end.
Unfortunately, we couldn't see your issue in your screenshot. Your screenshot was truncated. Could you re-upload the image of error message? I also attach screenshot of our network. It seems there's no failure in your project to load all resources. Look forward to hear any feedback from you so I can help you further.
HI John,
Sorry for not explain it more detail for you. We must delete the server-side method to remove the toolBar first. I can use that code in your sample and it works. Here's the modified sample. Could you check my sample and tell me if there's any misconfiguration on that sample?
Hi John,
We will investigate this matter further. I'll contact you if I found workaround or fix regarding this issue.
function WebTextEditor1_OnInitialize() { var WebTextEditor1 = ISGetObject("WebTextEditor"); document.getElementById("WebTextEditor1_tbStandard_f").style.visibility = "hidden"; return true; }
You can hide the toolbar from client side by using that code. Is this possible to use this code in your scenario? Look forward to hear any feedback from you so I can help you further.
Dim tb As WebTextEditorToolBar tb = e.GetToolBarByCategory(WebTextEditorToolBarCategory.Standard) e.ToolBar.Remove(tb)
You can try that code and tell me if there's anything wrong in my code. Look forward to hear any feedback from you so I can help you further.
You can remove the command from ToolBar in InitializeToolBar event. Here's the code:
protected void WebTextEditor1_InitializeToolBar1(object sender, WebTextEditorToolBarArgs e) { WebTextEditorToolBar tb = e.GetToolBarByCategory(WebTextEditorToolBarCategory.Standard); WebTextEditorToolCommand cmdInsertFromWeb = tb.ToolCommands.GetNamedItem("cmdInsertFromWeb"); WebTextEditorToolCommand cmdMediaGallery = tb.ToolCommands.GetNamedItem("cmdMediaGallery"); tb.ToolCommands.RemoveAt(2); tb.ToolCommands.Remove(cmdInsertFromWeb); tb.ToolCommands.Remove(cmdMediaGallery); }
Hope this helps.
OK then. I'm sorry for my lack. The issue that appear in your scenario doesn't appear in my sample. Maybe if you need this scenario, I'll propose this matter as feature request. If you have any further question, please don't hesitate to ask me.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname