Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
be3a94b4
Commit
be3a94b4
authored
Feb 24, 2016
by
Carsten Rose
Browse files
Coding: added showDebugInfo
parent
b7daa661
Changes
1
Hide whitespace changes
Inline
Side-by-side
CODING.md
View file @
be3a94b4
...
...
@@ -69,6 +69,8 @@ SYSTEM_FORM_ELEMENT = 'formElement'; // '<formElementName> / <formE
SYSTEM_FORM_ELEMENT_COLUMN = 'formElementColumn'; // '
<columnname
of
current
processed
formElement
>
'
</code>
*
Form.debugShowInfo: yes|no will display a tooltip near beside every formelement and show parse/evaluate as tooltip.
Stores
======
...
...
@@ -110,4 +112,5 @@ Page loaded: www.example.com?index.php&id=start&s=badcaffee1234&type=2&L=3, with
*
$_SESSION[$sip] =>
<urlparam>
>> $_SESSION['badcaffee1234'] => 'form=Person&r=1'
*
$_SESSION[$urlparam] =>
<sip>
>> $_SESSION['form=Person&r=1'] => 'badcaffee1234'
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment