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 set my WebScheduler to MyCustomEditingForm.aspx. How can i set the size of the dialog box shown?
Thanks!
If you would like to resize the EditingForm size you could set the EditingForm container height and/or width during OnEditingFormShow client side event handler. Here is the snippet:
function WebScheduler1_OnEditingFormShow(controlId, action, eventView, eventType, newType) { var s = ISGetObject(controlId); var editWindow = s.GetEditingFormWindow(); s.EditingDialogBox.Height = "550px"; s.EditingDialogBox.Width = "750px"; return true;}
The snippet will resize the EditingForm with a 750px width and 550px height.
ok thanks!
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