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
a2a0c316
Commit
a2a0c316
authored
Feb 27, 2017
by
Carsten Rose
Browse files
Index.rst: reformat some enumarations lists
parent
6f224ef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/UsersManual/Index.rst
View file @
a2a0c316
...
@@ -1140,7 +1140,7 @@ Type: radio
...
@@ -1140,7 +1140,7 @@ Type: radio
* Radio Buttons will be built from one of three sources:
* Radio Buttons will be built from one of three sources:
*
a)
'sql1': E.g. *{{!SELECT type AS label FROM car }}* or *{{!SELECT type AS label, typeNr AS id FROM car}}* or *{{!SHOW tables}}*.
* 'sql1': E.g. *{{!SELECT type AS label FROM car }}* or *{{!SELECT type AS label, typeNr AS id FROM car}}* or *{{!SHOW tables}}*.
* Resultset format 'named': column 'label' and optional a column 'id'.
* Resultset format 'named': column 'label' and optional a column 'id'.
* Resultset format 'index':
* Resultset format 'index':
...
@@ -1148,11 +1148,12 @@ Type: radio
...
@@ -1148,11 +1148,12 @@ Type: radio
* One column in resultset >> first column represents *label*
* One column in resultset >> first column represents *label*
* Two or more columns in resultset >> first column represents *id* and second column represents *label*.
* Two or more columns in resultset >> first column represents *id* and second column represents *label*.
*
b)
*FormElement.parameter*:
* *FormElement.parameter*:
* *itemList* = `<attribute>` E.g.: *itemList=red,blue,orange* or *itemList=1:red,2:blue:3:orange*
* *itemList* = `<attribute>` E.g.: *itemList=red,blue,orange* or *itemList=1:red,2:blue:3:orange*
* c) Definition of the *enum* or *set* field (only labels, ids are not possible).
* Definition of the *enum* or *set* field (only labels, ids are not possible).
* *FormElement.maxlength* = `<value>`
* *FormElement.maxlength* = `<value>`
...
@@ -1161,6 +1162,7 @@ Type: radio
...
@@ -1161,6 +1162,7 @@ Type: radio
* `<value>`: '', 0, 1 - The radios will be aligned *vertical*.
* `<value>`: '', 0, 1 - The radios will be aligned *vertical*.
* `<value>`: >1 - The readios will be aligned *horizontal*, with a linebreak every 'value' elements.
* `<value>`: >1 - The readios will be aligned *horizontal*, with a linebreak every 'value' elements.
* *FormElement.parameter*:
* *FormElement.parameter*:
* *emptyItemAtStart*: Existence of this item inserts an empty entry at the beginning of the selectlist.
* *emptyItemAtStart*: Existence of this item inserts an empty entry at the beginning of the selectlist.
...
@@ -1168,7 +1170,8 @@ Type: radio
...
@@ -1168,7 +1170,8 @@ Type: radio
* *emptyHide*: Existence of this item hides the empty entry. This is useful for e.g. Enums, which have an empty
* *emptyHide*: Existence of this item hides the empty entry. This is useful for e.g. Enums, which have an empty
entry but the empty value should not be an option to be selected.
entry but the empty value should not be an option to be selected.
* No preselection:
* *No preselection*:
* If there is a default configured on a table column, such a value is selected by default. If the user should actively
* If there is a default configured on a table column, such a value is selected by default. If the user should actively
choose an option, the 'preselection' can be omitted by specifying an explicit definition on the FormElement field `value`::
choose an option, the 'preselection' can be omitted by specifying an explicit definition on the FormElement field `value`::
...
@@ -1183,7 +1186,7 @@ Type: select
...
@@ -1183,7 +1186,7 @@ Type: select
* Select lists will be built from one of three sources:
* Select lists will be built from one of three sources:
*
a)
'sql1': E.g. *{{!SELECT type AS label FROM car }}* or *{{!SELECT type AS label, typeNr AS id FROM car}}* or *{{!SHOW tables}}*.
* 'sql1': E.g. *{{!SELECT type AS label FROM car }}* or *{{!SELECT type AS label, typeNr AS id FROM car}}* or *{{!SHOW tables}}*.
* Resultset format 'named': column 'label' and optional a column 'id'.
* Resultset format 'named': column 'label' and optional a column 'id'.
* Resultset format 'index':
* Resultset format 'index':
...
@@ -1191,11 +1194,11 @@ Type: select
...
@@ -1191,11 +1194,11 @@ Type: select
* One column in resultset >> first column represents *label*
* One column in resultset >> first column represents *label*
* Two or more columns in resultset >> first column represents *id* and second column represents *label*.
* Two or more columns in resultset >> first column represents *id* and second column represents *label*.
*
b)
*FormElement.parameter*:
* *FormElement.parameter*:
* *itemList* = `<attribute>` - E.g.: *itemList=red,blue,orange* or *itemList=1:red,2:blue:3:orange*
* *itemList* = `<attribute>` - E.g.: *itemList=red,blue,orange* or *itemList=1:red,2:blue:3:orange*
*
c)
Definition of the *enum* or *set* field (only labels, ids are not possible).
* Definition of the *enum* or *set* field (only labels, ids are not possible).
* *FormElement.size*: `<value>`
* *FormElement.size*: `<value>`
...
...
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