Changes for page WOVBScript
Last modified by Pascal Robert on 2011/05/08 02:23
From version 5.2
edited by Pascal Robert
on 2011/05/08 02:23
on 2011/05/08 02:23
Change comment:
Changed document parent to [xwiki:documentation.Home.Development Architecture.Dynamic Elements.WebHome].
To version 3.1
edited by Pascal Robert
on 2011/05/08 02:23
on 2011/05/08 02:23
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,0 @@ 1 -documentation.Home.Development Architecture.Dynamic Elements.WebHome - Content
-
... ... @@ -1,4 +1,4 @@ 1 -{{toc/}} 1 +{{toc}}{{/toc}} 2 2 3 3 = Introduction = 4 4 ... ... @@ -18,26 +18,10 @@ 18 18 19 19 = Bindings = 20 20 21 -|((( 22 -script 23 -)))|((( 24 -File Path to the file containing the script. The path can be statically specified in the declaration file or it can be a java.lang.String, an object that responds to a description message by returning an java.lang.String, or a method that returns an java.lang.String. 25 -))) 26 -|((( 27 -scriptString 28 -)))|((( 29 -String containing the script. Typically, scriptString is an java.lang.String object, an object that responds to a description message by returning an java.lang.String, or a method that returns an java.lang.String. 30 -))) 31 -|((( 32 -scriptSource 33 -)))|((( 34 -URL specifying the location of the script. 35 -))) 36 -|((( 37 -hideInComment 38 -)))|((( 39 -If hideInComment evaluates to true, the script is enclosed in an HTML comment (<!~-~- script ~-~->). Since scripts can generate errors in some older browsers that weren't designed to execute them, you may want to enclose your script in an HTML comment. Browsers designed to run these scripts will still be able to execute them despite the surrounding comment tags. 40 -))) 21 +| script | File Path to the file containing the script. The path can be statically specified in the declaration file or it can be a java.lang.String, an object that responds to a description message by returning an java.lang.String, or a method that returns an java.lang.String. 22 +| scriptString | String containing the script. Typically, scriptString is an java.lang.String object, an object that responds to a description message by returning an java.lang.String, or a method that returns an java.lang.String. 23 +| scriptSource | URL specifying the location of the script. 24 +| hideInComment | If hideInComment evaluates to true, the script is enclosed in an HTML comment (<!~-~- script ~-~->). Since scripts can generate errors in some older browsers that weren't designed to execute them, you may want to enclose your script in an HTML comment. Browsers designed to run these scripts will still be able to execute them despite the surrounding comment tags. 41 41 42 42 = Examples = 43 43 ... ... @@ -45,10 +45,16 @@ 45 45 46 46 == WOD-style == 47 47 48 -{{code /}}32 +{{code}} 49 49 34 + 35 +{{/code}} 36 + 50 50 == Inline bindings (WOOGNL) == 51 51 52 -{{code /}}39 +{{code}} 53 53 41 + 42 +{{/code}} 43 + 54 54 = Related documents =