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
Close Button have symbol X, because WebDialogBox added:
<span type="Close" style="display: inline-block;" title="Close" class="W2HFH2D"><img src="/ISRes.axd?D/webdings_r.gif" align="absmiddle"></span>
my question is: how can I disable or replace the selected file to another gif (or text X) ?
This webdings_r.gif looks bad when the background is dark.
How do I change the text title="Close"
to another displayed as tooltip ?
regards
Adam
Hi Adam,
Maybe, you could change this close button by using this javascript in OnCreated event:
function ChangeCloseButton(controlId) { var dialogBox = ISGetObject(controlId); dialogBox.Window.GetCloseButtonElement().innerHTML = "x"; dialogBox.Window.GetCloseButtonElement().title = "Close this window."; }
You could change the element in innerHTML attribute and change the tooltip in title attribute. Hope this helps.
Regards,Bernard
thank you, your solution 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