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:
We have a custom form built. Is there a way that we can change the call-out edit button text? e.g "Edit Event" to "Edit Reservation".
ThanksMichael
I think I answer my own question.
I create add onCallOutShow to ClientSideEvents in WebScheduler. Then I have the following code to change the button text.
function WebScheduler1_OnCallOutShow(controlId) { var WebScheduler1 = ISGetObject(controlId); document.getElementById("WebScheduler1_CSBEdit").innerHTML = "Edit Reservation"; return true; }
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