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
i add a texteditor in a web tab when the page is shown i go to the tab with the texteditor and the tollbarisent there but after pressing the html button and then the design button it's appear and workin great what can i do?
best regards koby
The workaround does work. We could force the WebTextEditor to HTML view and back to design view to display the toolbar. Here is the snippet to change the WebTextEditor view during WebTab after tab changed client side event:
function WebTab1_OnAfterTabChanged(controlId, activeTab, previousTab) { var WebTab1 = ISGetObject(controlId); if (activeTab.Name == "TextEditorInlineContent") { var textEditor = ISGetObject("WebTextEditor1"); textEditor.SwitchToHtmlView(); textEditor.SwitchToDesignView(); } return true; }
It seems there is some compatibility issue between WebTab and WebTextEditor issue. A bud report has been sent to our developer. We will will inform you if there is any update on this issue.
is there a work arround?
like preesing html buuton and then design in code or script?
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