Hello,
I'd like to know if is possible to have a link to open a specific panel (e.g."opm=1_2") on the same page as the Omni Panel but without reload the page.
If I use "?opm=1_2" the page reload every time I click on the link.
Thanks.
Omni Panels... link a specific tab without reload the page
(4 posts) (2 voices)-
Posted 1 month ago
-
The URL parameters are used to open a panel on a different page. To open a panel on the same page
you would use an Omni Panel control behavior:
P7_OPMopen('p7OPM_1',2)
'p7OPM_1' is the id of the OPM you wish to affect
2 is the panel number to open
so your link would look like this:
<a href="#" onclick="P7_OPMopen('p7OPM_1',2);" >Open Panel 2</a>
This will open the the 2nd panel in the first OPM system.
Posted 1 month ago -
Thanks Gerry.
I used the above code and now it works.
Unfortunately, I have not found the option on the "Behaviours" panel under "Studio VII" in Dreamweaver. I see all the others, such as Accordion Panel Magic, Panache, etc., but not that one for Omni Panels.Posted 1 month ago -
Unfortunately the Omni Panels system does not include a Behaviors interface, we'll look at doing an update to address this.
Posted 1 month ago
Reply
You must log in to post.