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
Is it possible to change the editform top title bar in add mode from "New Event" to "New X", also how to change the edit mode top title bar from "Edit Event" to "Edit X"?
Thanks
Hi,
It is possible. You will need to handle the validation at OnEditingFormShow client side event. Please see the snippet code below.
function WebScheduler1_OnEditingFormShow(controlId, action, eventView, eventType, newType) { var WebScheduler1 = ISGetObject(controlId); if (action == "New") { window.setTimeout(function() { ISGetObject("dlgEditing").Window.SetCaption("New X"); }, 10); } else { window.setTimeout(function() { ISGetObject("dlgEditing").Window.SetCaption("Edit X"); }, 10); } return true; }
Hope this helps.
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