Attributes |
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | Standard html 'id' attribute |
cl | false | true | java.lang.String | CSS class name ( same as html 'class' attribute ) |
style | false | true | java.lang.String | Standard html 'style' attribute ( for CSS ) |
title | false | true | java.lang.String | Standard html 'title' attribute |
x | false | true | java.lang.String | X coordinate : offset (in pixels) from left edge |
y | false | true | java.lang.String | Y coordinate : offset (in pixels) from top edge |
width | false | true | java.lang.String | Width (in pixels) |
height | false | true | java.lang.String | Height (in pixels) |
name | false | true | java.lang.String | Standard html 'name' attribute |
action | false | true | java.lang.String | Standard HTML 'action' attribute : the server action to call when submit ( ie action="MyService.svc" ) |
enctype | false | true | java.lang.String | Standard HTML 'enctype' attribute |
accept | false | true | java.lang.String | Standard HTML 'accept' attribute |
acceptcharset | false | true | java.lang.String | Same as standard HTML 'accept-charset' attribute |
method | false | true | java.lang.String | The HTTP method to use : "get" or "post" |
target | false | true | java.lang.String | Standard HTML 'target' attribute |
postback | false | true | java.lang.String | Automatic postback management : the scope where to store the "automatic postback" values ( "request" or "session" ) or "none" if no "automatic postback" (default : none) |