Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Error Report Ui After Html Tag

Variable: $cfg['errorControl']['errorReportUi']['afterHtml']

Effected class: errorControl global

Config type: errorControl

Type of data: integer

Platform: 2v

How to call: basic::$cfg['errorControl']['errorReportUi']['afterHtml']

Description:
Insert error report UI before or after html/body tag? (only available if allow is enabled). Notice: if you don't getting the results you want from this feature - The cause can be that no html tag been started.
Available options:
0 - Insert $errorControlContainer before html tag (html body complaint).
1 - Insert $errorControlContainer after html tag (will allow the ui to show if fatal error occurred).
example: 1
The default set of "afterHtml".
How to set (example):
Code:
Info Panel
Roll it!   ⇔