src/main/kotlin/de/uapcore/lightpit/Constants.kt

changeset 207
479dd7993ef9
parent 205
7725a79416f3
     1.1 --- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt	Mon Aug 02 15:13:04 2021 +0200
     1.2 +++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt	Mon Aug 02 17:04:17 2021 +0200
     1.3 @@ -92,6 +92,11 @@
     1.4      const val REQ_ATTR_STYLESHEET = "extraCss"
     1.5  
     1.6      /**
     1.7 +     * Key for the name of the optional java script file.
     1.8 +     */
     1.9 +    const val REQ_ATTR_JAVASCRIPT = "javascriptFile"
    1.10 +
    1.11 +    /**
    1.12       * Key for a location the page shall redirect to.
    1.13       * Will be used in a meta element.
    1.14       */

mercurial