Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "VinzVideo" (Aug 21st 2015, 6:43pm)
![]() |
Source code |
1 |
<layer name="menu_outer2" type="container" ..... onover="set(control.mousefovchange,0);" onout="set(control.mousefovchange,1);"> |
I would like to set a link in the Bottom Menu Plugin.
How can I make it to work?
It doesn't work. ↓↓↓
<group name="menu_item_1" item_text=" • test1" link="openurl('http://www.google.com',_blank);" />
or
<group name="menu_item_1" item_text=" • test1" onclick="openurl('http://www.google.com',_blank);" />
I need your help to resolve this problem.
Thank you! Sorry, I haven't logged in for a while. I will try this later today, I hope.This should do the trick not to zoom the pano while on the menu or slider. Have to see if it would be possible to capture scroll while outside of the scrollarea.
I like very much your menu design.
This post has been edited 2 times, last edit by "VinzVideo" (Sep 12th 2015, 2:45am)
![]() |
Source code |
1 2 3 4 5 6 7 |
<menu_settings . menu_parent="skin_control_bar" -> If you use Krpano default GUI menu_parent="" -> If you don't use Krpano default GUI. If no parent is set Menu is aligned to invisible line at the bottom. Additional button is placed on pano menu_parent="your_layer" -> If you want to make menu child of other layer - /> |
Ok i am explaining what i really need.My pano is inside an iframe and i have some gui controls(buttons/menu) somewhere on the page.So i want to open the bottom menu OR playing audio on clicking of the buttons.
For example: I call menu_toggle() method to open the bottom menu.It works insid the pano scope. How can i call this method on the clicking event of my buttons? Thanks![]()