|
Class: WindowObject (private in JavaScriptEnvironment
This class is only visible from within
JavaScriptEnvironment.
Object
|
+--JavaScriptEnvironment::WindowObject
- Package:
- stx:libjavascript
- Category:
- Languages-JavaScript-Framework
- Owner:
- JavaScriptEnvironment
accessing
-
document
-
return the value of the instance variable 'document' (automatically generated)
-
document: something
-
set the value of the instance variable 'document' (automatically generated)
-
frames
-
return the value of the instance variable 'frames' (automatically generated)
-
frames: something
-
set the value of the instance variable 'frames' (automatically generated)
-
history
-
return the value of the instance variable 'history' (automatically generated)
-
history: something
-
set the value of the instance variable 'history' (automatically generated)
-
js_document
-
return the value of the instance variable 'document' (automatically generated)
-
js_frames
-
return the value of the instance variable 'frames' (automatically generated)
-
js_history
-
return the value of the instance variable 'history' (automatically generated)
-
js_location
-
return the value of the instance variable 'location' (automatically generated)
-
js_view
-
return the value of the instance variable 'view' (automatically generated)
-
location
-
return the value of the instance variable 'location' (automatically generated)
-
location: something
-
set the value of the instance variable 'location' (automatically generated)
-
view
-
return the value of the instance variable 'view' (automatically generated)
-
view: something
-
set the value of the instance variable 'view' (automatically generated)
information
-
info: aMessage
-
-
js_info: aMessage
-
|