aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-HTML_TreeMenu/pkg-descr
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-11-27 13:31:19 +0800
committeredwin <edwin@FreeBSD.org>2004-11-27 13:31:19 +0800
commite180b1bd69cff8d6f09a4a05c5b1c67ce48effa5 (patch)
treeac5f83b37d80f642805ce5b1741c73ecb700c213 /devel/pear-HTML_TreeMenu/pkg-descr
parent549bd0df0939ff65db8f1ec7336fc98212c9437f (diff)
downloadfreebsd-ports-gnome-e180b1bd69cff8d6f09a4a05c5b1c67ce48effa5.tar.gz
freebsd-ports-gnome-e180b1bd69cff8d6f09a4a05c5b1c67ce48effa5.tar.zst
freebsd-ports-gnome-e180b1bd69cff8d6f09a4a05c5b1c67ce48effa5.zip
New port: devel/pear-HTML_TreeMenu Provides an API to create a HTML
tree 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. New API in 1.1 with many changes (see CVS for changelog) and new features, of which most came from Chip Chapin (http://www.chipchapin.com). PR: ports/74376 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Diffstat (limited to 'devel/pear-HTML_TreeMenu/pkg-descr')
-rw-r--r--devel/pear-HTML_TreeMenu/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/pear-HTML_TreeMenu/pkg-descr b/devel/pear-HTML_TreeMenu/pkg-descr
new file mode 100644
index 000000000000..20613c603708
--- /dev/null
+++ b/devel/pear-HTML_TreeMenu/pkg-descr
@@ -0,0 +1,11 @@
+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. New API in 1.1 with many changes
+(see CVS for changelog) and new features, of which most came
+from Chip Chapin (http://www.chipchapin.com).
+
+WWW: http://pear.php.net/package/HTML_TreeMenu/