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
d326cf89
Commit
d326cf89
authored
Nov 03, 2019
by
Carsten Rose
Browse files
Fix typo
parent
3b2fef22
Pipeline
#2584
passed with stages
in 2 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
d326cf89
...
...
@@ -3645,7 +3645,7 @@ Type: select
* *emptyHide*: Existence of this item hides the empty entry. This is useful for e.g. Enums, which have an empty
entry and the empty value should not be an option to be selected.
* *datalist*: Similar to 'typeAhead'. Enables the user to select a predefined option (sql1, itemList) or supply any
free text. Attention: Safari (and some other) browsers do not support this fully - https://caniuse.com/#search=datalist.
free text. Attention: Safari (and some other) browsers do not support this fully - https://caniuse.com/#search=datalist.
.. _`subrecord-option`:
...
...
@@ -4047,8 +4047,8 @@ file type.
* [jpeg] - default: `-density 150 -quality 90`
* *fileDestinationSplit* = `
<pathFileName
(
pattern
)
>
` - Target directory and filename pattern for the created
&
split'ed files. Default
<fileDestination>
.split/split.
<nr>
.
<fileSplit>
If explicit given, respect that SVG needs a printf style for
<nr>
, whereas JPEG is numbered automatically. E.g. ::
split'ed files. Default
<fileDestination>
.split/split.
<nr>
.
<fileSplit>
.
If explicit given, respect that SVG needs a printf style for
<nr>
, whereas JPEG is numbered automatically. E.g. ::
[svg] fileDestinationSplit = fileadmin/protected/{{id:R}}.{{filenameBase:V}}.%02d.svg
[jpeg] fileDestinationSplit = fileadmin/protected/{{id:R}}.{{filenameBase:V}}.jpg
...
...
@@ -7018,7 +7018,7 @@ Parameter and (element) sources
* If there is a) a page defined or b) multiple elements, the default is `pdf`.
* *element sources* - for `M:pdf` or `M:zip`, all of the following element sources may be specified multiple times.
Any combination and order of these options are allowed.
Any combination and order of these options are allowed.
* *file*: `F:
<pathFileName>
` - relative or absolute pathFileName offered for a) download (single), or to be concatenated
in a PDF or ZIP.
...
...
@@ -7380,10 +7380,10 @@ Example 2::
'
||
r
:
1
|
t
:---Disabled
entry
') AS _link
Line 1: The dropdown menu symbol definition, with a text '
Menu
' `t:Menu`, but without the three vertical bullets `G:0`
and a tooltip for the menu `o:Please select an option`.
and a tooltip for the menu `o:Please select an option`.
Line 2: First menu entry. Directs to T3 page '
home
' `p:home`. `t:Home` sets the menu entry text. `G:glyphicon-home` set'
s
glyphicon
symbol
in
the
menu
entry
.
`
b
:
0`
switches
off
the
button
,
which
has
been
implicit
activated
by
the
use
of
`
G
:...
`
.
glyphicon
symbol
in
the
menu
entry
.
`
b
:
0`
switches
off
the
button
,
which
has
been
implicit
activated
by
the
use
of
`
G
:...
`
.
Line
3
:
A
separator
line
.
...
...
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