File: README

package info (click to toggle)
libphp-phplayersmenu 3.2.0rc-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,236 kB
  • ctags: 695
  • sloc: php: 2,676; makefile: 68; sh: 20
file content (22 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

These patches are based on code changes contributed by Alex Pagnoni
<alex@ampoliros.com>
They allow to obtain different behaviours for the layers menus.

We suggest to use example-hormenu.php as the demo of these patches
and to *click* on the menu bar items to understand what is going on.

The two patches differ w.r.t. the shutdown of visible layers.
onclick.patch:
        click to shutdown the visible layers.
onclick-simple.patch:
        the shutdown of visible layers relies on the timeout feature.

To obtain yet another different behaviour, you can use the onclick.patch
and then set
useTimeouts = 1;
in layersmenu.js

Alex Pagnoni
Marco Pratesi