Lines Matching full:description
7 <suite name="Standard Suite" code="core" description="Common classes and commands for all applications.">
9 <class name="application" code="capp" description="The application's top-level scripting object.">
11 <element description="The windows contained within this application, ordered front to back." type="window">
14 <property name="name" code="pnam" description="The name of the application." type="text" access="r"/>
15 <property name="frontmost" code="pisf" description="Is this the frontmost (active) application?" type="boolean" access="r">
18 <property name="version" code="vers" description="The version of the application." type="text" access="r"/>
23 <class name="window" code="cwin" description="A window.">
25 <element description="The tabs contained within the window." type="tab">
28 <property name="name" code="pnam" description="The full title of the window." type="text" access="r">
31 <property name="id" code="ID " description="The unique identifier of the window." type="integer" access="r">
34 <property name="index" code="pidx" description="The index of the window, ordered front to back." type="integer">
37 <property name="bounds" code="pbnd" description="The bounding rectangle of the window." type="rectangle">
40 <property name="closeable" code="hclb" description="Whether the window has a close box." type="boolean" access="r">
43 <property name="minimizable" code="ismn" description="Whether the window can be minimized." type="boolean" access="r">
46 <property name="minimized" code="pmnd" description="Whether the window is currently minimized." type="boolean">
49 <property name="resizable" code="prsz" description="Whether the window can be resized." type="boolean" access="r">
52 <property name="visible" code="pvis" description="Whether the window is currently visible." type="boolean">
55 <property name="zoomable" code="iszm" description="Whether the window can be zoomed." type="boolean" access="r">
58 <property name="zoomed" code="pzum" description="Whether the window is currently zoomed." type="boolean">
61 <property name="active tab" code="acTa" description="Returns the currently selected tab" type="tab" access="r">
64 <property name="mode" code="mode" description="Represents the mode of the window which can be 'normal' or 'incognito', can be set only once during creation of the window." type="text">
67 <property name="active tab index" code="acTI" description="The index of the active tab." type="integer"/>
72 <command name="save" code="coresave" description="Save an object.">
73 <direct-parameter description="the object to save, usually a document or window" type="specifier"/>
74 <parameter name="in" code="kfil" description="The file in which to save the object." type="file" optional="yes">
77 <parameter name="as" code="fltp" description="The file type in which to save the data. Can be 'only html' or 'complete html', default is 'complete html'." type="text" optional="yes">
86 <command name="open" code="aevtodoc" description="Open a document.">
87 <direct-parameter description="The file(s) to be opened.">
91 <command name="close" code="coreclos" description="Close a window.">
93 <direct-parameter description="the document(s) or window(s) to close." type="specifier"/>
95 <command name="quit" code="aevtquit" description="Quit the application.">
98 <command name="count" code="corecnte" description="Return the number of elements of a particular class within an object.">
100 <direct-parameter description="the object whose elements are to be counted" type="specifier"/>
101 <parameter name="each" code="kocl" description="The class of objects to be counted." type="type" optional="yes">
104 <result description="the number of elements" type="integer"/>
106 <command name="delete" code="coredelo" description="Delete an object.">
108 <direct-parameter description="the object to delete" type="specifier"/>
110 <command name="duplicate" code="coreclon" description="Copy object(s) and put the copies at a new location.">
112 <direct-parameter description="the object(s) to duplicate" type="specifier"/>
113 <parameter name="to" code="insh" description="The location for the new object(s)." type="location specifier" optional="yes">
116 <parameter name="with properties" code="prdt" description="Properties to be set in the new duplicated object(s)." type="record" optional="yes">
119 <result description="the duplicated object(s)" type="specifier"/>
121 <command name="exists" code="coredoex" description="Verify if an object exists.">
123 <direct-parameter description="the object in question" type="any"/>
124 <result description="true if it exists, false if not" type="boolean"/>
126 <command name="make" code="corecrel" description="Make a new object.">
128 <parameter name="new" code="kocl" description="The class of the new object." type="type">
131 <parameter name="at" code="insh" description="The location at which to insert the object." type="location specifier" optional="yes">
134 <parameter name="with data" code="data" description="The initial contents of the object." type="any" optional="yes">
137 <parameter name="with properties" code="prdt" description="The initial values for properties of the object." type="record" optional="yes">
140 <result description="to the new object" type="specifier"/>
142 <command name="move" code="coremove" description="Move object(s) to a new location.">
144 <direct-parameter description="the object(s) to move" type="specifier"/>
145 <parameter name="to" code="insh" description="The new location for the object(s)." type="location specifier">
148 <result description="the moved object(s)" type="specifier"/>
151 <command name="run" code="aevtoapp" description="Run an application. Most applications will open an empty, untitled window."/>
152 <command name="reopen" code="aevtrapp" description="Reactivate a running application. Some applications will open a new untitled window if no window is open."/>
154 <command name="print" code="aevtpdoc" description="Print an object.">
156 <direct-parameter description="The file(s) or document(s) to be printed." type="specifier"/>
159 <command name="set" code="coresetd" description="Set an object's data.">
165 <parameter name="to" code="data" description="The new value." type="any">
170 <command name="get" code="coregetd" description="Get the data for an object.">
176 <suite name="Chromium Suite" code="CrSu" description="Common classes and commands for Chrome.">
177 <class-extension description="The application's top-level scripting object." extends="application">
179 <element description="Contains the bookmarks bar and other bookmarks folder." type="bookmark folder" access="r">
182 <property name="bookmarks bar" code="ChBB" description="The bookmarks bar bookmark folder." type="bookmark folder" access="r">
185 <property name="other bookmarks" code="ChOB" description="The other bookmarks bookmark folder." type="bookmark folder" access="r">
189 <class name="tab" code="CrTb" description="A tab.">
191 <property name="id" code="ID " description="Unique ID of the tab." type="integer" access="r">
194 <property name="title" code="pnam" description="The title of the tab." type="text" access="r"/>
195 <property name="URL" code="URL " description="The url visible to the user." type="text"/>
196 <property name="loading" code="ldng" description="Is loading?" type="boolean" access="r"/>
240 <class name="bookmark folder" code="CrBF" description="A bookmarks folder that contains other bookmarks folder and bookmark items.">
242 <element description="The bookmark folders present within." type="bookmark folder">
245 <element description="The bookmarks present within." type="bookmark item">
248 <property name="id" code="ID " description="Unique ID of the bookmark folder." type="number" access="r">
251 <property name="title" code="pnam" description="The title of the folder." type="text"/>
252 <property name="index" code="indx" description="Returns the index with respect to its parent bookmark folder" type="number" access="r"/>
254 <class name="bookmark item" code="CrBI" description="An item consists of an URL and the title of a bookmark">
256 <property name="id" code="ID " description="Unique ID of the bookmark item." type="integer" access="r">
259 <property name="title" code="pnam" description="The title of the bookmark item." type="text"/>
260 <property name="URL" code="URL " description="The URL of the bookmark." type="text"/>
261 <property name="index" code="indx" description="Returns the index with respect to its parent bookmark folder" type="number" access="r"/>
263 <command name="reload" code="CrSuRlod" description="Reload a tab.">
264 <direct-parameter description="The tab to execute the command in." type="specifier"/>
266 <command name="go back" code="CrSuBack" description="Go Back (If Possible).">
267 <direct-parameter description="The tab to execute the command in." type="specifier"/>
269 <command name="go forward" code="CrSuFwd " description="Go Forward (If Possible).">
270 <direct-parameter description="The tab to execute the command in." type="specifier"/>
272 <command name="select all" code="CrSuSlAl" description="Select all.">
273 <direct-parameter description="The tab to execute the command in." type="specifier"/>
275 <command name="cut selection" code="CrSuCut " description="Cut selected text (If Possible).">
276 <direct-parameter description="The tab to execute the command in." type="specifier"/>
278 <command name="copy selection" code="CrSuCop " description="Copy text.">
279 <direct-parameter description="The tab to execute the command in." type="specifier"/>
281 <command name="paste selection" code="CrSuPast" description="Paste text (If Possible).">
282 <direct-parameter description="The tab to execute the command in." type="specifier"/>
284 <command name="undo" code="CrSuUndo" description="Undo the last change.">
285 <direct-parameter description="The tab to execute the command in." type="specifier"/>
287 <command name="redo" code="CrSuRedo" description="Redo the last change.">
288 <direct-parameter description="The tab to execute the command in." type="specifier"/>
290 <command name="stop" code="CrSustop" description="Stop the current tab from loading.">
291 <direct-parameter description="The tab to execute the command in." type="specifier"/>
293 <command name="view source" code="CrSuVSrc" description="View the HTML source of the tab.">
294 <direct-parameter description="The tab to execute the command in." type="specifier"/>
296 <command name="execute" code="CrSuExJa" description="Execute a piece of javascript.">
297 <direct-parameter description="The tab to execute the command in." type="specifier"/>
298 <parameter name="javascript" code="JvSc" description="The javascript code to execute." type="text">