Atozed Forums
Variables IWError.html template - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Variables IWError.html template (/thread-1211.html)



Variables IWError.html template - ronaldobim - 09-02-2019

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.


RE: Variables IWError.html template - Alexandre Machado - 09-03-2019

{%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


RE: Variables IWError.html template - ronaldobim - 09-05-2019

(09-03-2019, 10:24 AM)Alexandre Machado Wrote: {%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

Thank you, it worked perfectly.