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
Hello,
Is there any property for the events and number of events except EventViews[] and EventViews.length in javascript? These do not work.
Thank you.
Hello,I created a JavaScript to get the first event object and the length of all events.Here’s the code:
function btnonclick() { var WebScheduler1 = ISGetObject("WebScheduler1"); alert("All Event Length: " + WebScheduler1.EventViews.length); alert("Event Type: " + WebScheduler1.EventViews[0].MasterObject._Type + "; Event Subject: " + WebScheduler1.EventViews[0].MasterObject.Subject + "; Event Location: " + WebScheduler1.EventViews[0].MasterObject.Location); }
Then I add this JavaScript to FirstExperience.aspx page in WebScheduler Samples Solution.The result is the code works fine.Please kindly have review on the attached file to see the result.Regards,Hans K.
When I create a new WebScheduler website and I try to use EventViews.length it gives me the result 0, but when I use the website from the sample FirstExperience.aspx the result is different from 0. I do not know what is happening.
Dora
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