|
From: <cre...@us...> - 2007-07-29 18:59:29
|
Revision: 1723
http://frontierkernel.svn.sourceforge.net/frontierkernel/?rev=1723&view=rev
Author: creecode
Date: 2007-07-29 11:59:31 -0700 (Sun, 29 Jul 2007)
Log Message:
-----------
added window.setQuickScript verb
Added Paths:
-----------
ODBs/trunk/docServerRoot/docServerData/formats/outline/window/setQuickScript.fvc
Added: ODBs/trunk/docServerRoot/docServerData/formats/outline/window/setQuickScript.fvc
===================================================================
--- ODBs/trunk/docServerRoot/docServerData/formats/outline/window/setQuickScript.fvc (rev 0)
+++ ODBs/trunk/docServerRoot/docServerData/formats/outline/window/setQuickScript.fvc 2007-07-29 18:59:31 UTC (rev 1723)
@@ -0,0 +1,18 @@
+FrontierVcsFile:3:optx:docServerData.formats.outline.window.setQuickScript
+
+Syntax
+ window.setQuickScript ( s )
+Params
+ s is a string
+Action
+ Set the script of Frontier's Quick Script window.
+Returns
+ True if the script of the Quick Script window is successfully set, otherwise false.
+Examples
+ window.setQuickScript ( "\"" + clock.now ( ) + "\"" )
+ // true
+Notes
+ This verb does not open the Quick Script window nor bring it to the front.
+
+
+
Property changes on: ODBs/trunk/docServerRoot/docServerData/formats/outline/window/setQuickScript.fvc
___________________________________________________________________
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|