source: trunk/phpgwapi/js/foldertree/foldertree.README @ 2

Revision 2, 758 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:executable set to *
  • Property svn:mime-type set to application/octet-stream
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.