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
87ceb024
Commit
87ceb024
authored
Jan 16, 2020
by
Carsten Rose
Browse files
F9535: Update Manual.rst
parent
b4347ce9
Pipeline
#3139
passed with stages
in 1 minute and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
87ceb024
...
@@ -6434,6 +6434,10 @@ Column: _Paged
...
@@ -6434,6 +6434,10 @@ Column: _Paged
Column: _vertical
Column: _vertical
^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^
Use instead `vertical-column-title`_
.. warning:: The '... AS _vertical' is deprecated - do not use it anymore.
Render text vertically. This is useful for tables with limited column width. The vertical rendering is achieved via CSS tranformations
Render text vertically. This is useful for tables with limited column width. The vertical rendering is achieved via CSS tranformations
(rotation) defined in the style attribute of the wrapping tag. You can optionally specify the rotation angle.
(rotation) defined in the style attribute of the wrapping tag. You can optionally specify the rotation angle.
...
@@ -6443,13 +6447,13 @@ Render text vertically. This is useful for tables with limited column width. The
...
@@ -6443,13 +6447,13 @@ Render text vertically. This is useful for tables with limited column width. The
..
..
+-------------+-------------------------------------------------------------------------------------------------------+-----------------+
+-------------+-------------------------------------------------------------------------------------------------------
-
+-----------------+
|**Parameter**|**Description** |**Default value**|
|**Parameter**|
**Description** |**Default value**|
+=============+=======================================================================================================+=================+
+=============+=======================================================================================================
=
+=================+
|
<text>
|The string that should be rendered vertically. |none |
|
<text>
|
The string that should be rendered vertically. |none |
+-------------+-------------------------------------------------------------------------------------------------------+-----------------+
+-------------+-------------------------------------------------------------------------------------------------------
-
+-----------------+
|
<angle>
|How many degrees should the text be rotated? The angle is measured clockwise from baseline of the text.|*270* |
|
<angle>
|
How many degrees should the text be rotated? The angle is measured clockwise from baseline of the text.|*270* |
+-------------+-------------------------------------------------------------------------------------------------------+-----------------+
+-------------+-------------------------------------------------------------------------------------------------------
-
+-----------------+
The text is surrounded by some HTML tags in an effort to make other elements position appropriately around it.
The text is surrounded by some HTML tags in an effort to make other elements position appropriately around it.
This works best for angles close to 270 or 90.
This works best for angles close to 270 or 90.
...
@@ -8078,6 +8082,37 @@ FormElement) forms::
...
@@ -8078,6 +8082,37 @@ FormElement) forms::
rsep
=
,&
ensp
;
rsep
=
,&
ensp
;
}
}
..
_
`
vertical-column-title
`
:
Table
:
vertical
column
title
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To
orientate
a
column
title
vertical
,
use
the
QFQ
CSS
classe
`
qfq-vertical
`
in
td
|
th
and
`
qfq-vertical-text
`
around
the
text
.
HTML
example
(
second
column
title
is
vertical
)::
<
table
><
thead
>
<
tr
>
<
th
>
horizontal
</
th
>
<
th
class
=
"qfq-vertical"
><
span
class
=
"qfq-vertical-text"
>
text
vertical
</
span
></
th
>
</
tr
>
</
thead
></
table
>
QFQ
example
::
10
{
sql
=
SELECT
title
FROM
Settings
ORDER
BY
title
fbeg
=
<th
class="qfq-vertical"><span
class="qfq-vertical-text">
fend
=
</span></th>
head
=
<table><thead><tr>
rend
=
</tr></thead>
tail
=
</table>
20.sql
=
SELECT
...
}
..
_
`
store_user_examples
`
:
..
_
`
store_user_examples
`
:
STORE_USER
examples
STORE_USER
examples
...
...
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