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
contextmenue of desktop in fire fox could not show the check in image
like in the first two menu item
1- auto arrange
2- show desktop icons
In this release, the context menu is implemented on three objects listed in the following: Desktop; Window; and TaskBar.
The text for the context menu items can also be customized in the TextSettings, where all text configurations are stored. The collections of TextSettings are: BusyText; CloseText; InProgressText; LoadingText; MaximizeText; MinimizeText; and RestoreText.
The context menu on Window object is not available yet in TextSettings collection. In order to modify the text of Window object context menu, I suggest you to take the advantage of “extensibility” feature of WebDesktopManager.
WebDesktopManager and entire WebDesktop.NET components provide a solid Web User Interface platform engineered with extensibility in mind. In the Context Menu area, developers can extend the menu further to meet application-specific scenarios.
It was made possible through the OnContextMenu client side event where you can handle and put your codes to perform additional logics to the menu in the context. The OnContextMenu property can be found ClientSideEvents property which contains all available client side events of DesktopManager.
OnContextMenu event provides following parameters:
Following sample demonstrates how to modify “Auto Arrange Icons” text in Window object context menu.
function WebDesktopManager1_OnContextMenu(controlId, objectType, contextObject, menu) { var WebDesktopManager1 = ISGetObject(controlId); if (objectType == "Desktop") { menu.Items.GetNamedItem("mnuAutoArrange").Text = "[your text in here]"; } return true; }
Hope this helps.
I made a minor modification to “WebDesktopManager\DesktopWithShortcuts.aspx” sample file in WebDesktopSamples project by enabling context menu feature (set the value of EnableContextMenu property to “true”) and was unable to repro your issue on Mozilla Firefox 3.6.
Could you please give us more detail information about the issue? If you have a running simple sample that replicates the issue, it will be much helpful if you could send the sample to us for further investigation.
For your information, I’m using the reference sample file in WebDesktopSamples project (using SmartWebResources™) that come with Intersoft WebUI Studio 2009 R2 SP1 installer (WebDekstop 3.0 build 308 and WebUI.NET Framework build 751).
even the sample
if i run it in firfiox 3.6 Arabic version
the check imgae in the checked items will not be visable (like missed image)
I was unable to repro the missing checkbox image on Firefox 3.6 Arabic version on my end. I enclosed one screenshot of “DesktopWithShortcust.aspx” sample file viewed in Mozilla Firefox 3.6 Arabic version as attachment.
Could you please check the “DesktopWithShortcuts.aspx” sample file on your end? You’ll need to enable context menu (by setting EnableContextMenu=“true”) first before view the file in Firefox 3.6 Arabic version.
If this issue happens on your own project that doesn’t use SmartWebResources™, then please check whether “checkbox.gif” image file is available or not in “CommonLibrary/Images” folder.
How I localize this context menu
It is greate
Glad to hear that the script helps.
Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.
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