09-02-2019, 12:31 PM
I am trying to use the IWError.html template to customize the error page. What are all possible variables {% ..%} to use? I am having difficulty customizing the reset link and displaying error details.
Variables IWError.html template
|
09-02-2019, 12:31 PM
I am trying to use the IWError.html template to customize the error page. What are all possible variables {% ..%} to use? I am having difficulty customizing the reset link and displaying error details.
09-03-2019, 10:24 AM
{%APPID%} Session ID
{%RUNPARAMS%} Session start parameters {%CONTENT%} Error message {%APPADDRESS%} Address of error {%APPNAME%} Application name {%EXCEPTIONSPECIFIC%} some custom message for that error {%FROMCOLOR%} HeaderBackColor1 {%TOCOLOR%} HeaderBackColor2 {%HEADERTEXTCOLOR%} HeaderTextColor {%BODYBACKCOLOR%} BodyBackColor {%BODYTEXTCOLOR%} BodyTextColor
09-05-2019, 12:22 PM
(This post was last modified: 09-05-2019, 12:23 PM by ronaldobim.)
(09-03-2019, 10:24 AM)Alexandre Machado Wrote: {%APPID%} Session ID Thank you, it worked perfectly. |
« Next Oldest | Next Newest »
|