Constant Field Values

Contents

org.craftercms.*

  • org.craftercms.engine.freemarker.CrafterTemplateExceptionHandler
    Modifier and Type
    Constant Field
    Value
    public static final String
    "<script type=\'text/javascript\'>function showError{errorId}() {document.getElementById(\'error{errorId}\').style.display = \'block\';document.getElementById(\'toggleError{errorId}Btn\').innerHTML = \'Hide error\';}function hideError{errorId}() {document.getElementById(\'error{errorId}\').style.display = \'none\';document.getElementById(\'toggleError{errorId}Btn\').innerHTML = \'Show error\';}function toggleError{errorId}() {if (document.getElementById(\'error{errorId}\').style.display == \'none\') {showError{errorId}();} else {hideError{errorId}();}}</script><a id=\'toggleError{errorId}Btn\' onclick=\'toggleError{errorId}()\' style=\'color: red; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: underline; text-transform: none; cursor: pointer\'>Show error</a><div id=\'error{errorId}\' style=\'display: none;\'><pre>${error}</pre></div>"
    public static final String
    "freemarkerCurrentErrorId"
  • org.craftercms.engine.freemarker.ExecuteControllerDirective
    Modifier and Type
    Constant Field
    Value
    public static final String
    "path"
  • org.craftercms.engine.freemarker.RenderComponentDirective
    Modifier and Type
    Constant Field
    Value
    public static final String
    "additionalModel"
    public static final String
    "component"
    public static final String
    "parent"
    public static final String
    "componentPath"
    public static final String
    "contentModel"
    public static final String
    "model"