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
Hello,
Thanks in advance for any help,
I'm sorry if this is an obvious question, i'm new at using intersoft :-)
I have a need to change the z-index of the spellchecker and some other styles, does anybody know how i can go about this?
I want to change the z-index because i have a div which has a higher z-index than the spellchecker's z-index, so i can't actually see the spellchecker div.I also would like to change the shadows around the spellchecking popup if at all possible?
I want to change the z-index because i have a div which has a higher z-index than the spellchecker's z-index, so i can't actually see the spellchecker div.
I also would like to change the shadows around the spellchecking popup if at all possible?
Actually, that javascript popup is WebDialogBox control. You can set the z-index of WebDialogBox control on OnAfterCheckSpell client side event of WebSpellChecker by using following script/code.
function WebSpellChecker1_OnAfterCheckSpell() { var sp = ISGetObject("WebSpellChecker1"); window.setTimeout(function() { sp.DialogBox.Window.GetWindowDivElement().style.zIndex = 201; sp.DialogBox.Shadow.style.zIndex = 201; }, 1000); }
I’d like to propose a simpler way. That is by setting your div element (that its z-index value is greater than the dialogbox of WebSpellChecker) to have its z-index value less than 102 (102 is the default z-index value of the dialogbox).
Please let us know your response.
Hi,
Welcome to Intersoft Solutions. We glad that you are trying our controls. May i know your requirement? WebSpellChecker is not an UI control, so, why do you need to change z-index and styles?
Regards,Handy
There is a javascript popup that gets shown when using the Spellchecker as seen in the Live Demo
Thanks,
Ewoudt
Thanks, that's very useful, i was hoping there was a way of setting it server-side, which would make it much simpler if your doing many of them,
This works brilliantly though,
Thank you
Unfortunately, i think it would be more helpfull if you are doing it via client side. Because some elements which need to be customized and also the timeout which you were using, only available on clientside.
Glad to hear that the issue is solved now.Please feel free to contact us with any questions or concerns you may have.
Thank you for your contribution in our community.
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