Skip to content
GitLab
Menu
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
09734a8c
Commit
09734a8c
authored
Sep 26, 2019
by
Carsten Rose
Browse files
Add MySQl strip_tags() to form-editor-usage example code
parent
7b5ec8d8
Pipeline
#2424
passed with stages
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
09734a8c
...
...
@@ -8305,7 +8305,7 @@ has the form be used. The following report includes the regular `form-editor`_ a
#
All
forms
sql
=
SELECT
CONCAT('
p
:
{{
pageAlias
:
T
}
}
&
form
=
Form
&
r
=
', f.id) as _pagee
, CONCAT(f.name, '
<
span
class
=
"text-muted"
>(
', f.id, '
)</
span
>
')
, QMORE(f.title,50)
, QMORE(
strip_tags(
f.title
)
,50)
, f.tableName
, CONCAT('
p
:
{
{
pageAlias
:
T
}
}
&
formIdHistory
=
', f.id, '
|
s
|
b
|
t
:<
span
class
=
"badge"
>
', COUNT(fsl.id), '
</
span
>
'
, IF(COUNT(fsl.id)=0, '
|
r
:
3
','') ) as _link
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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