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
HelloI make my first experience with Aqua and ASP.Net.When I define a WebFishEyeButton, I can use TargetURLProperty to display target page (eg Default.aspx).But I would not open another window (please see FishEyeButton-TargetUrl.png).Can I instead e.g. display a dialog box? What are the options?In the Silverlight examples on our website beautiful boxes are displayed. If this is only possible with Silverlight.Thank you for an explanation and possibly a little demo.
Michael
Hello Michael,
Actually, we do have a client side event when the button is clicked. The workaround for this scenario is by creating a client side event of OnButtonClick then in side of it we can do show a WebDialogBox.
Here is the snippet in order to do so:
function WebFishEye1_OnButtonClick(controlId, button) { var WebFishEye1 = ISGetObject(controlId); var dlbBox = ISGetObject("WebDialogBox1"); setTimeout(function() { if (button.ItemName == "btniTunes") dlbBox.ShowDialog(); }, 300); return true; }
In this snippet, the dialogbox will show up when the button iTunes has been clicked. I hope it helps. Thank you and have a nice day.
Best Regards,
Andi Santoso
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