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
how can i pass hiddenfield value in target url of shortcuticon ISWebDesktop:WebDesktopShortcut ?
It says literal controls are not supported.
Hi naga,
Maybe you can use OnShortcutSelected client-side event. In there you can change the TargetURL of your Shortcut. If this is not the scenario that you want, please let me know the detail of scenario that you want to do. Hope this helps.
Regards,Bernard
Bernard
Thanks for your reply!
I tried using the client side function below but I am not able to access any of the properties of short cut. I need to check for a specific short cut and then assign the target url property to that . I am not able to achieve this as I am not able to access the short cut properties in client side code.
WebDesktopManager1_OnShortcutSelected(controlId, shortcut)
{
var WebDesktopManager1 = ISGetObject(controlId);
return true;
}
I tried to replicate your issue in our local end. But unfornately, I couldn't replicate your issue here. However you can access the shortcut object in shortcut variable of those function.
Example:
function WebDesktopManager1_OnShortcutSelected(controlId, shortcut)
if(shortcut.Name == "WebDesktopShortcut0")
shortcut.TargetURL = "http://www.intersoftpt.com";
Hope this helps.
Regards,
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