Insert a subform in an xml plugin or module:
<field
name="subformfield-name"
type="subform"
label="Subform Field"
description="Subform Field Description does toggle"
multiple="true"
min="1"
max="10"
>
<form>
<field
name="example_text"
type="text"
label="Example Text"
description="Desc does not toggle"
/>
<field
name="example_textarea"
type="textarea"
label="Example Textarea"
cols="40"
rows="8"
description="Desc does not toggle"
/>
</form>
</field>
The Toggle Inline Help button hides and displays the description in subform fields.
The Toggle Inline Help button doesn't work in the subform fields
Joomla 4.2.1
Php 8.1
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-09-03 16:17:44 |
Closed_By | ⇒ | antonbag |
That worked perfectly! Thanks!!!
Hi,
To make inline help button work in subforms, after your form line, add
<config> <inlinehelp button="show"/> </config>
In your case, it will become :