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 load the Calendar with the Editing Form/event already Opened. Any Help Would be great. Thanks in advance!
You may try to use OnAfterRenderView WebScheduler client side event in order to load editing form when WebScheduler is open. OnAfterRenderView is the client side event handler when calendar viewing is completed.
In this event, we’ll need to select cell first and then simply call ShowEditingForm() method. Example:
<script language="javascript" type="text/javascript"> <!-- function WebScheduler1_OnAfterRenderView(controlId, viewMode) { var WebScheduler1 = ISGetObject(controlId); var el = WebScheduler1.GetCellElement(new Date()); WebScheduler1.ShowEditingForm("New", 0); return true; } --> </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