FIX #37772 - inlineHelp Toggle Button control#37819
FIX #37772 - inlineHelp Toggle Button control#37819bembelimen merged 4 commits intojoomla:4.1-devfrom
Conversation
|
I have tested this item ✅ successfully on 288c69e This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37819. |
@Valc That button is not on GitHub, it is in our issue tracker, e.g. for this PR on https://issues.joomla.org/tracker/joomla-cms/37819 . Use the blue “Test this” button at the top left corner, then select the right test result and the submit. |
|
I have tested this item ✅ successfully on b1cb875 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37819. |
|
Nice solution, thx |
|
UPDATE: see PR #37849 removing the inlinehelp attribute availability for form field xml element. |





Pull Request for Issue #37772 .
Summary of Changes
You can know add an xml form field attribute "inlinehelp" to use or not the toggling of description field by field (values boolean true/false). Eg. inlinehelp="false" applied on one field, will keep always the description shown even if click on description toggle.UPDATE: see PR #37849 removing the inlinehelp attribute availability for form field xml element.
Testing Instructions
Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
Documentation Changes Required
inline help global documentation, and form field attribute inlinehelp.