source: sandbox/2.3-MailArchiver/phpgwapi/js/foldertree/foldertree.README @ 6779

Revision 6779, 758 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1Usage instructions for foldertree.js
2
3foldertree was modified for egw by NDEE 2004
4============================================
5
6detailed instructions follow shortly
7
8Definition of vars passed to function add Node()
9
10 Node(id, pid, name, url, urlClick, urlOut, title, target, icon, iconOpen, open)
11
12where
13id = increasing number beginning from 0 (-1=Tree-Root)
14pid = id of parent node
15name = name of node
16url = url of node's link
17urlClick = js command for onClick
18urlOut = js command(s) for onMouseOUt
19title = Popup Title
20target = target frame
21icon = icon :)
22iconOpen = special icon when opened
23open = TRUE/FALSE id to make node open on start
24
25vars to follow
26
27urlOver = js command(s) for onMouseOver (dont use currently!)
28urlUp = js command(s) for onMouseUp
Note: See TracBrowser for help on using the repository browser.