| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | true | java.lang.String | Id of the scrollable table for which the JavaScript is generated. |
| function | true | true | java.lang.String | Type of javascript to generate. Currently supported functions are "onload" and "onresize". |
| param1 | false | true | java.lang.String | Parameter 1 to pass to the function if it allows it. If function is "onload" or "onresize", then the value configures how to determine size of the table. Accepted values are "fixed" - the table will have fixed height and "fill" - the table will fill the whole content of the client area of the browser window. |
| param2 | false | true | java.lang.String | Parameter 2 to pass to the function if it allows it. If function is "onload" or "onresize" and if param1 is "fixed", then this parameter will contain fixed width value in pixels of the table if param1 is "fill", then this parameter is ignored. |
| param3 | false | true | java.lang.String | Parameter 3 to pass to the function if it allows it. If function is "onload" or "onresize" and if param1 is "fixed", then this parameter will contain number of rows that the table is going to contain (not only visible rows but total number of rows) if param1 is fill, then this parameter is ignored. |