Copyright © 1995-2002 Opera Software ASA. All rights reserved.
window by numeric index, by name, before/after another element
document by name
name international text [r/o] -- the title of the document
modified boolean [r/o] -- Has the document been modified since the last save?
bounds bounding rectangle -- the boundary rectangle for the window
closeable boolean [r/o] -- Does the window have a close box?
titled boolean [r/o] -- Does the window have a title bar?
index integer -- the number of the window
floating boolean [r/o] -- Does the window float?
modal boolean [r/o] -- Is the window modal?
resizable boolean [r/o] -- Is the window resizable?
zoomable boolean [r/o] -- Is the window zoomable?
zoomed boolean -- Is the window zoomed?
name international text -- the title of the window
visible boolean [r/o] -- is the window visible?
position point [r/o] -- upper left coordinates of window
close reference -- the objects to close
[saving yes/no/ask] -- specifies whether or not changes should be saved before closing
[in alias] -- the file in which to save the object
data size reference -- the object whose data size is to be returned
Result: integer -- the size of the object in bytes
get reference -- the object whose data is to be returned
Result: anything -- The data from the object
make
new type class -- the class of the new element
[at location reference] -- the location at which to insert the element
[with data anything] -- the initial data for the element
[with properties record] -- the initial values for the properties of the element
Result: reference -- Object specifier for the new element
open reference -- Objects to open. Can be a list of files or an object specifier.
print reference -- Objects to print. Can be a list of files or an object specifier.
save reference -- Objects to save.
[in alias] -- the file in which to save the object(s)
[as type class] -- the file type of the document in which to save the data
set reference -- the object to change
to anything -- the new value
Activate integer -- WindowID
[Flags integer] -- Reserved for future use
Result: integer -- WindowID of the front window
CloseAllWindows
Result: boolean -- Success
CloseWindow
[ID integer] -- ID of the window to close. (Can use -1 for top window)
[Title string] -- Title of the window to close.
Result: boolean -- Success
GetWindowInfo integer -- WindowID of the window to get info about
Result: a list of list --
ListWindows
Result: a list of list
OpenURL string -- Fully specified URL
[to file specification] -- File to save downloaded data into.
[toWindow integer] -- Window to open this URL into. (Use -1 for top window, 0 for new window)
[Flags integer] -- Valid Flags settings are: 1-Ignore the document cache; 2-Ignore the image cache; 4-Operate in background mode.
[FormData anything] -- Posting of forms of a given MIMEType.
[MIMEType string] -- MIME type for the FormData.
[ProgressApp 'psn '] -- If specified, ProgressApp can be named to handle the user interface for process messages.
[ResultApp 'psn '] -- When the requested URL has been accessed and all associated documents loaded, the Web browser will issue an OpenURLResult to the ResultApp.
Result: integer -- TransactionID
RegisterURLEcho 'sign' -- application
Result: boolean -- Success
ShowFile alias -- The file to show.
[MIME type string] -- MIME type
[Window ID integer] -- ID of the window to open the file into. (Can use -1 for top window)
[URL string] -- A URL which allows this document to be reloaded if necessary.
[ResultApp 'psn '] -- When the requested URL has been accessed and all associated documents loaded, the Web browser will issue a ShowFileResult to the ResultApp.
Result: integer -- TransactionID
UnRegisterURLEcho 'sign' -- application
GetSource integer -- Window Identifier of window from which to get the source. No value means get the source from the frontmost window.
Result: string
GetURL string -- URL to open
[to 'fss] -- File into which to save resource located at URL.
|| url: http://www.foodoo.sunreal.com.au/info/dictionaries/Opera_60_asDict.html
|| created: 11-Aug-03, 2:55 PM; updated: 11-Aug-03, 2:55 PM
|| size: 30231 bytes