|
|
| Author |
Message |
CatalinB
Joined: 10 Dec 2009
Posts: 30
|
Posted: Thu Feb 18, 2010 9:00 am Post subject: ContextMenu not working? |
|
|
Hello,
I'm trying to add a contextual menu to my toolbar (using the Toolbar Studio interface) but whatever I'm trying to do, it's not showing. I tried in IE 6/7/8 (I read the previous post about the conflict with IE8) and in FF 3.*.
Is there something that I'm doing wrong?
ToolbarStudio v.4.2.0.5 on Win XP SP3
later edit: is it possible to arrange the text in the combo? I mean, now it's arranged somehow to the top of the combo and it will be more nice to be arranged on the middle. |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1010
|
Posted: Wed Feb 24, 2010 6:31 am Post subject: |
|
|
The attributes have been changed recently and we didn't update the Context Menu plugin yet
Please, add Context Menu Plugin form the panel in ToolbarStudio and see how it works now :
<COMMANDS>
...
<WEBJUMP name="search_command" href="http://google.com/search?q=%selection" />
...
</COMMANDS>
<SETTINGS>
...
<CONTEXTMENUITEM name="Toolbar Search" command="search_command" context="selectedtext"/>
...
</SETTINGS>
Attributes
* name - what user will see in the context menu
* command - what command to launch
* context - if it is empty, user will see a menu item (in standard context menu) all the time, if it is == 'selectedtext' then user will see it in context menu only if text is selected on the page.
You can change your basis.xml manually until we have an updated version of ToolbarStudio and toolbar |
|
| Back to top |
|
 |
|
Powered by phpBB © 2001, 2005 phpBB Group
| |
| |