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
7a72ab34
Commit
7a72ab34
authored
Feb 19, 2020
by
Marc Egger
Browse files
add documentation
parent
81145a0d
Pipeline
#3302
passed with stages
in 3 minutes and 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Documentation-develop/HTML.md
View file @
7a72ab34
...
@@ -70,6 +70,14 @@ Use with LDAP: `typeAheadLdap`
...
@@ -70,6 +70,14 @@ Use with LDAP: `typeAheadLdap`
*
If present, only suggested values are allowed in the input element
*
If present, only suggested values are allowed in the input element
### .data-typeahead-tag-static-list
*
JSON encoded list of suggestions, which are served with the HTML input element.
*
If both this list and the attribute
`data-typeahead-sip`
are given, then the typeahead
suggestions are taken from both sources.
*
Expected JSON example:
`[{value: "Alaska", key: "AK"}, {value: "Alabama", key: "AL"}]`
## Tags Form Element
## Tags Form Element
...
...
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