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 have a webpanal with 5 item links. I am disabling them client side with javascript. How do I change the color of the link to a "Gray" color when it is disabled?
navPane.BarItems[0].Items[2].Enabled = false;
}
Hello,
Currently, we don't have a proper property to handle this style.I tested to change it via element but it seems the style is overriden by disable attribute from the browser.After change the disable attribute, I am able to change it color.
var navPane = ISGetObject("WebNavPane1") navPane.BarItems[0].Items[2].GetElement().style.color = "Red"; navPane.BarItems[0].Items[2].GetElement().disabled = false;
Regards,
Handy
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