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
When I open a WebDialogBox ,I would like to show the WebDialogBox on the (300,300) and Let the WebDialogBox can not be moved to any place.How to achieve it?Any can help me?thanks
Hello Frank,
To set location of WebDialogBox, you can use the following code in Client-side:
function DoShow() { var dlgBox = ISGetObject("WebDialogBox1"); dlgBox.ShowDialog(); dlgBox.Window.MoveTo(300, 300); }
Invoke DoShow() function using button or any controls.
To freeze the dialogbox, you can use OnCreated Client-side event in WebDialogBox and add the following code:
function Created() { var el = document.getElementById("dvWnd_Global_wndWebDialogBox1"); el.IsInteractiveObject = false; }
Hope this helps.
Thank you.
Any can help me?
thank you.it works
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