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
3a6bbc5a
Commit
3a6bbc5a
authored
Aug 26, 2018
by
Carsten Rose
Browse files
Merge branch '5403-pill-tooltip' into 'master'
Feature #5403 - Pill Tooltip See merge request
!62
parents
1c59a11d
90de181d
Pipeline
#767
passed with stage
in 1 minute and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
3a6bbc5a
...
...
@@ -2382,6 +2382,7 @@ Type: pill (tab)
* *modeSql*:
* *type*: *pill*
* *feIdContainer*: `0` - Pill's can't be nested.
* *tooltip*: Optional tooltip on hover. Especially helpful if the pill is set to *readonly*.
* *parameter*:
* *maxVisiblePill*: `<nr>` - Number of Pill-Buttons shown. Undefined means unlimited. Excess Pill buttons will be
...
...
extension/qfq/qfq/BuildFormBootstrap.php
View file @
3a6bbc5a
...
...
@@ -501,6 +501,7 @@ class BuildFormBootstrap extends AbstractBuildForm {
}
$attributeLi
.
=
Support
::
doAttribute
(
HTML_ATTR_ID
,
$htmlIdLi
);
$attributeLi
.
=
Support
::
doAttribute
(
'title'
,
$formElement
[
FE_TOOLTIP
]);
$attributeLiA
.
=
Support
::
doAttribute
(
HTML_ATTR_ID
,
$htmlIdLiA
);
$a
=
Support
::
wrapTag
(
"<a
$attributeLiA
"
.
Support
::
doAttribute
(
'href'
,
$hrefTarget
)
.
">"
,
$formElement
[
FE_LABEL
]);
$json
[
$htmlFormElementName
][
API_ELEMENT_UPDATE
][
$htmlIdLiA
][
API_ELEMENT_CONTENT
]
=
$formElement
[
FE_LABEL
];
...
...
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