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
I'm using the webSpellChecker alone to allow users to check spelling in a MultiLine text box (asp. Net). The problems I am seeing is if the pages scrollbar is not a the top, the dialog is position is off the page at the top. It looks like it is centered within the screen but doesn't take into account that the page is larger than the screen. See screen shot:
So my question is can I control the output of this dialog to be close to the target control?
Hi John,
To resolve this problem, maybe you can move the window OnAfterCheckSpell event. In that event, you can get the DialogBox because it has been made by WebSpellChecker. Then you can move the Window by using MoveTo() function on WebDialogBox's Window. Here's the snipper code:
function OnAfterCheckSpell() { var WebSpellChecker1 = ISGetObject("WebSpellChecker1"); WebSpellChecker1.DialogBox.Window.MoveTo(100, 100); return true; }
Hope this helps.
Regards,Bernard
Thank you works great...
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