MattyNotes
navtree.js File Reference

Functions

function getData (varName)
 
function stripPath (uri)
 
function stripPath2 (uri)
 
function hashValue ()
 
function hashUrl ()
 
function pathName ()
 
function localStorageSupported ()
 
function storeLink (link)
 
function deleteLink ()
 
function cachedLink ()
 
function getScript (scriptName, func, show)
 
function createIndent (o, domNode, node, level)
 
function gotoAnchor (anchor, aname, updateLocation)
 
function newNode (o, po, text, link, childrenData, lastNode)
 
function showRoot ()
 
function expandNode (o, node, imm, showRoot)
 
function glowEffect (n, duration)
 
function highlightAnchor ()
 
function selectAndHighlight (hash, n)
 
function showNode (o, node, index, hash)
 
function removeToInsertLater (element)
 
function getNode (o, po)
 
function gotoNode (o, subIndex, root, hash, relpath)
 
function navTo (o, root, hash, relpath)
 
function showSyncOff (n, relpath)
 
function showSyncOn (n, relpath)
 
function toggleSyncButton (relpath)
 
function initNavTree (toroot, relpath)
 

Variables

var navTreeSubIndices = new Array()
 
var arrowDown = '&#9660
 
var arrowRight = '&#9658
 
var animationInProgress = false
 

Function Documentation

function cachedLink ( )

Here is the call graph for this function:

Here is the caller graph for this function:

function createIndent (   o,
  domNode,
  node,
  level 
)

Here is the call graph for this function:

Here is the caller graph for this function:

function deleteLink ( )

Here is the call graph for this function:

Here is the caller graph for this function:

function expandNode (   o,
  node,
  imm,
  showRoot 
)

Here is the call graph for this function:

Here is the caller graph for this function:

function getData (   varName)
function getNode (   o,
  po 
)

Here is the call graph for this function:

Here is the caller graph for this function:

function getScript (   scriptName,
  func,
  show 
)

Here is the call graph for this function:

Here is the caller graph for this function:

function glowEffect (   n,
  duration 
)

Here is the caller graph for this function:

function gotoAnchor (   anchor,
  aname,
  updateLocation 
)

Here is the caller graph for this function:

function gotoNode (   o,
  subIndex,
  root,
  hash,
  relpath 
)

Here is the call graph for this function:

Here is the caller graph for this function:

function hashUrl ( )

Here is the call graph for this function:

Here is the caller graph for this function:

function hashValue ( )

Here is the caller graph for this function:

function highlightAnchor ( )

Here is the call graph for this function:

Here is the caller graph for this function:

function initNavTree (   toroot,
  relpath 
)

Here is the call graph for this function:

function localStorageSupported ( )

Here is the caller graph for this function:

function navTo (   o,
  root,
  hash,
  relpath 
)

Here is the call graph for this function:

Here is the caller graph for this function:

function newNode (   o,
  po,
  text,
  link,
  childrenData,
  lastNode 
)

Here is the call graph for this function:

Here is the caller graph for this function:

function pathName ( )

Here is the caller graph for this function:

function removeToInsertLater (   element)

Here is the caller graph for this function:

function selectAndHighlight (   hash,
  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

function showNode (   o,
  node,
  index,
  hash 
)

Here is the call graph for this function:

Here is the caller graph for this function:

function showRoot ( )

Here is the caller graph for this function:

function showSyncOff (   n,
  relpath 
)

Here is the caller graph for this function:

function showSyncOn (   n,
  relpath 
)

Here is the caller graph for this function:

function storeLink (   link)

Here is the call graph for this function:

Here is the caller graph for this function:

function stripPath (   uri)

Here is the caller graph for this function:

function stripPath2 (   uri)

Here is the caller graph for this function:

function toggleSyncButton (   relpath)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

var animationInProgress = false
var arrowDown = '&#9660
var arrowRight = '&#9658
var navTreeSubIndices = new Array()