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
How can I let the Resources of the default doesn't chosen?
Should you need to uncheck the Resources checkbox on page load, you can try to use OnAfterRenderView client-side event of WebScheduler and invoke HideResources(parameter) method to get the Resources checkbox unchecked.
function WebScheduler1_OnAfterRenderView(controlId, viewMode) { var WebScheduler1 = ISGetObject(controlId); var resources = WebScheduler1.Resources; for (var i = 0; i < resources.length; i++) { var resource = resources[i]; WebScheduler1.HideResources(resource); } return true; }
I enclosed one simple sample that shows how to have the entire Resources checkbox of WebScheduler unchecked on page load as attachment. Please have the attached file tested on your end and let us know if you have different scenario.
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