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
Hi
I want to set webtoolbar's option visibility.
thanks
Hi He,
Sorry for the latest response.Unfortunately, there is no property to hide the option in WebToolBar. But you are able to set it invisible.I suggest you to try get an option element in javascript, then set the display in style property to none. For example, I am using a javascript code on button click to set the option display to hide. Please follow this code.
function Button1_onclick() { var tool = ISGetObject("WebToolBar1"); var FrameElement = tool.GetFrameElement(); var nodes = FrameElement.childNodes[0].childNodes[0].childNodes[0].childNodes[0].childNodes[1].childNodes[1].childNodes[0].childNodes[0].childNodes[0].childNodes[0].childNodes[2]; nodes.style.display = "none"; }
Hope this helps.Riendy
Hi He,Could you please describe more detail what visibility did you want ?Basically, WebToolbar already have visibility property, "Show()" method to show WebToolBar and "Hide()" method to hide WebToolBar. Please let me know if this option not enough for you.
Thanks.Riendy
I don't want to show the option in the picture below.
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