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 have a custom edit form for calendar but I dont know I can chage the form title;
By defaut when new: "New All day Event".
This text can be custumized?
Any help?
Thanks
In order to modify the text you will need to implement the OnEditingFormShow client side event handler and set the text manually. Here is the snippet:
function WebScheduler1_OnEditingFormShow(controlId, action, eventView, eventType, newType){ var scheduler = ISGetObject(controlId); setTimeout(function () { scheduler.EditingDialogBox.Window.SetCaption("Custom Title"); }, 1);}
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