Changes for page WOApplet
Last modified by Pascal Robert on 2011/04/26 23:30
From version 4.1
edited by Pascal Robert
on 2011/04/26 23:30
on 2011/04/26 23:30
Change comment:
There is no comment for this version
To version 3.1
edited by Pascal Robert
on 2011/04/26 23:30
on 2011/04/26 23:30
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -{{toc/}} 1 +{{toc}}{{/toc}} 2 2 3 3 = Introduction = 4 4 ... ... @@ -14,61 +14,17 @@ 14 14 15 15 = Bindings = 16 16 17 -|((( 18 -code 19 -)))|((( 20 -Name of the Java class. 21 -))) 22 -|((( 23 -width 24 -)))|((( 25 -Width, in pixels, of the area to allocate for the applet. 26 -))) 27 -|((( 28 -height 29 -)))|((( 30 -Height, in pixels, of the area to allocate for the applet. 31 -))) 32 -|((( 33 -associationClass 34 -)))|((( 35 -Name of the Java subclass of WOAssociation that aids in communication between client applet and the server. 36 -))) 37 -|((( 38 -codeBase 39 -)))|((( 40 -Directory that contains the applet code. If this attribute is omitted, the applet code is assumed to be in the same directory as the template HTML file. 41 -))) 42 -|((( 43 -archive 44 -)))|((( 45 -Comma-separated list of URLs for jar archive files containing classes and other resources that will be preloaded. (Note: Currently, most browsers do not support a comma-separated list, so only a single archive file may be used.) Use this attribute for archive files that you have generated outside of a WebObjects application or framework. The value for this attribute is appended to the archiveNames attribute value. 46 -))) 47 -|((( 48 -archiveNames 49 -)))|((( 50 -Comma-separated list of archive files containing classes and other resources that will be preloaded. (Note: Currently, most browsers do not support a comma-separated list, so only a single archive file may be used.) Use this attribute for archive files that are built as part of a WebObjects application or framework project. 51 -))) 52 -|((( 53 -object 54 -)))|((( 55 -File containing serialized representation of the applet. 56 -))) 57 -|((( 58 -hspace 59 -)))|((( 60 -Amount of whitespace (in pixels) to the left and right of the applet. 61 -))) 62 -|((( 63 -vspace 64 -)))|((( 65 -Amount of whitespace (in pixels) at the top and bottom of the applet. 66 -))) 67 -|((( 68 -align 69 -)))|((( 70 -Alignment of the applet. Possible values are top, bottom, left, right, and middle. 71 -))) 17 +| code | Name of the Java class. 18 +| width | Width, in pixels, of the area to allocate for the applet. 19 +| height | Height, in pixels, of the area to allocate for the applet. 20 +| associationClass | Name of the Java subclass of WOAssociation that aids in communication between client applet and the server. 21 +| codeBase | Directory that contains the applet code. If this attribute is omitted, the applet code is assumed to be in the same directory as the template HTML file. 22 +| archive | Comma-separated list of URLs for jar archive files containing classes and other resources that will be preloaded. (Note: Currently, most browsers do not support a comma-separated list, so only a single archive file may be used.) Use this attribute for archive files that you have generated outside of a WebObjects application or framework. The value for this attribute is appended to the archiveNames attribute value. 23 +| archiveNames | Comma-separated list of archive files containing classes and other resources that will be preloaded. (Note: Currently, most browsers do not support a comma-separated list, so only a single archive file may be used.) Use this attribute for archive files that are built as part of a WebObjects application or framework project. 24 +| object | File containing serialized representation of the applet. 25 +| hspace | Amount of whitespace (in pixels) to the left and right of the applet. 26 +| vspace | Amount of whitespace (in pixels) at the top and bottom of the applet. 27 +| align | Alignment of the applet. Possible values are top, bottom, left, right, and middle. 72 72 73 73 = Examples = 74 74 ... ... @@ -76,10 +76,16 @@ 76 76 77 77 == WOD-style == 78 78 79 -{{code /}}35 +{{code}} 80 80 37 + 38 +{{/code}} 39 + 81 81 == Inline bindings (WOOGNL) == 82 82 83 -{{code /}}42 +{{code}} 84 84 44 + 45 +{{/code}} 46 + 85 85 = Related documents =