Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
5033bcc2
Commit
5033bcc2
authored
Sep 02, 2020
by
Carsten Rose
Browse files
Refs #11076. remove doc changes
parent
52e182cc
Pipeline
#3746
passed with stages
in 6 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Report.rst
View file @
5033bcc2
...
...
@@ -2185,35 +2185,6 @@ Line 6: A PDF download.
Line
7
:
A
disabled
menu
entry
.
..
_websocket
:
WebSocket
---------
Sending
messages
via
WebSocket
and
receiving
the
answer
is
done
via
:
::
SELECT
'
w
:ws
://<
host
>:<
port
>/<
path
>|
t
:<
message
>
' AS _websocket
Instead of '
...
AS
_websocket
' it'
s
also
possible
to
use
'... AS _link'
.
<
dropdown
menu
symbol
options
>||<
menu
entry
1
>||<
menu
entry
2
>||...
10
.sql
=
SELECT
CONCAT
(
'w:ws://example.com:8000/demo|t:{"action":"echo","data":"hello world'
,
f
.id
,
'"}'
)
AS
'_websocket'
,
CONCAT
(
'w:ws://webwork16.math.uzh.ch:8000/demo|t:{"action":"echo","data":"good morning'
,
f
.id
,
'"}'
)
AS
'_websocket|col2|_hide'
,
CONCAT
(
'w:ws://webwork16.math.uzh.ch:8000/demo|t:{"action":"echo","data":"good evening'
,
f
.id
,
'"}'
)
AS
'_websocket|col3|_hide'
FROM
Form
AS
f
ORDER
BY
f
.id
LIMIT
3
#20
.sql
=
SELECT
'w:ws://webwork16.math.uzh.ch:8000/demo|t:{"action":"ping","data":"my ping"}'
AS
'_websocket|col1'
,
'Datetime: '
,
NOW
()
10
.
20
.sql
=
SELECT
"
<
br
><
br
>
-
{
{&
col1
:
R
}
}
/
{
{&
col2
:
R
}
}
/
{
{&
col3
:
R
}
}
=
"
..
_drag_and_drop
:
...
...
Write
Preview
Markdown
is supported
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