| 90 * Key for the view model object (the type depends on the rendered site). |
90 * Key for the view model object (the type depends on the rendered site). |
| 91 */ |
91 */ |
| 92 const val REQ_ATTR_VIEWMODEL = "viewmodel" |
92 const val REQ_ATTR_VIEWMODEL = "viewmodel" |
| 93 |
93 |
| 94 /** |
94 /** |
| 95 * Key for the name of the additional stylesheet used by a module. |
|
| 96 */ |
|
| 97 const val REQ_ATTR_STYLESHEET = "extraCss" |
|
| 98 |
|
| 99 /** |
|
| 100 * Key for the name of the optional java script file. |
95 * Key for the name of the optional java script file. |
| 101 */ |
96 */ |
| 102 const val REQ_ATTR_JAVASCRIPT = "javascriptFile" |
97 const val REQ_ATTR_JAVASCRIPT = "javascriptFile" |
| 103 |
98 |
| 104 /** |
99 /** |