AreaEdit

Class Dialog

Object
   |
   +--Dialog

class Dialog

Defined in dialog.js


Field Summary
<static>  Object _arguments
          the dialog will read it's args from this variable
<static>  Object _editor
          
<static>  Object _modal
          constant, the currently opened dialog
<static>  Object _return
          should be a function, the return handler of the currently opened dialog.
<static>  Object agt
          
<static>  Object is_ie
          
 
Constructor Summary
Dialog (url, action, init)
            Dialog()
 
Method Summary
<static> void _addEvent(el, evname, func)
           event handling
<static> void _geckoOpenModal(url, action, init)
           Dialog._geckoOpenModal()
<static> void _parentEvent(ev)
           Dialog._parentEvent()
<static> void _removeEvent(el, evname, func)
           _removeEvent()
<static> void _stopEvent(ev)
           _stopEvent()
<static> void hello()
          

Field Detail

_arguments

<static> Object _arguments

_editor

<static> Object _editor

_modal

<static> Object _modal

_return

<static> Object _return

agt

<static> Object agt

is_ie

<static> Object is_ie

Constructor Detail

Dialog

Dialog(url, action, init)

Method Detail

_addEvent

<static> void _addEvent(el, evname, func)

_geckoOpenModal

<static> void _geckoOpenModal(url, action, init)

_parentEvent

<static> void _parentEvent(ev)

_removeEvent

<static> void _removeEvent(el, evname, func)

_stopEvent

<static> void _stopEvent(ev)

hello

<static> void hello()

AreaEdit

Documentation generated by JSDoc on Mon Jun 13 20:27:40 2005