demoFramelessHiliNodes.js
上传用户:jdr1jdr
上传日期:2013-05-07
资源大小:68k
文件大小:1k
源码类别:

JavaScript

开发平台:

JavaScript

  1. // You can find instructions for this file at http://www.treeview.net
  2. //Environment variables are usually set at the top of this file.
  3. USETEXTLINKS = 1
  4. STARTALLOPEN = 1
  5. USEFRAMES = 0
  6. USEICONS = 0
  7. WRAPTEXT = 1
  8. PRESERVESTATE = 1
  9. HIGHLIGHT = 1
  10. foldersTree = gFld("<b>Tree Options</b>", "demoFramelessHili.html")
  11.     aux2 = insFld(foldersTree, gFld("United States", "demoFramelessHili.html?pic=%22beenthere_unitedstates%2Egif%22"))
  12.   insDoc(aux2, gLnk("S", "Boston", "demoFramelessHili.html?pic=%22beenthere_boston%2Ejpg%22"))
  13.   insDoc(aux2, gLnk("S", "Tiny pic of New York City", "demoFramelessHili.html?pic=%22beenthere_newyork%2Ejpg%22"))
  14.   insDoc(aux2, gLnk("S", "Washington", "demoFramelessHili.html?pic=%22beenthere_washington%2Ejpg%22"))
  15.     aux2 = insFld(foldersTree, gFld("Europe", "javascript:undefined"))
  16.       insDoc(aux2, gLnk("S", "London", "demoFramelessHili.html?pic=%22beenthere_london%2Ejpg%22"))
  17.       insDoc(aux2, gLnk("S", "Lisbon", "demoFramelessHili.html?pic=%22beenthere_lisbon%2Ejpg%22"))
  18. //Set this string if Treeview and other configuration files may also be loaded in the same session
  19. foldersTree.treeID = "t2" 
  20.