0be83ae91c
The PEAR::HTML_TreeMenu PHP package provides methods for HTML tree menus. PHP Based api creates a tree structure using a couple of small PHP classes. This can then be converted to javascript using the printMenu() method. The tree is dynamic in IE 4 or higher, NN6/Mozilla and Opera 7, and maintains state (the collapsed/expanded status of the branches) by using cookies. Other browsers display the tree fully expanded. Each node can have an optional link and icon.
12 lines
294 B
Makefile
12 lines
294 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/12/16 01:39:55 dsainty Exp $
|
|
|
|
DISTNAME= HTML_TreeMenu-1.2.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= PHP class for generating tree menus
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|