Webnote

Class GLOBALS

Object
   |
   +--GLOBALS

class GLOBALS

 
Method Summary
<static> int cmpNotesZ(<Note> a, <Note> b)
           Determine which note is above which other note.
<static> void colorMap()
          
<static> void db(<string> msg)
           Write a message to the debug textarea.
<static> Object findPos(obj)
           modified from http://www.quirksmode.org/js/findpos.html to return a Point()
<static> {HtmlElement} get(<string> id)
           Get a reference to an html object given the id.
<static> Point getPageSize()
           Get the size of the browser.
<static> void init()
           Initialize the workspace.
<static> void isEsc(s)
          
<static> Object myescape(s)
           myescape and myunescape are provided for safari compatability.
<static> Object myunescape(s)
           myescape and myunescape are provided for safari compatability.


Method Detail

cmpNotesZ

<static> int cmpNotesZ(<Note> a, <Note> b)

colorMap

<static> void colorMap()

db

<static> void db(<string> msg)

findPos

<static> Object findPos(obj)

get

<static> {HtmlElement} get(<string> id)

getPageSize

<static> Point getPageSize()

init

<static> void init()

isEsc

<static> void isEsc(s)

myescape

<static> Object myescape(s)

myunescape

<static> Object myunescape(s)

Webnote

Documentation generated by JSDoc on Tue May 24 23:13:22 2005