User tests: Successful: Unsuccessful:
This PR makes it possible to add a class="..."
to a subform via the XML of your extension.
<field name="foobar" type="subform"
label="FOO_BAR"
multiple="true"
class="my-special-class"
>
...
After applying this patch, you should be able to see this in the HTML output:
<joomla-field-subform class="subform-repeatable my-special-class" ...
Also works on the repeatable table layout, when applying this to the XML field tag:
layout="joomla.form.field.subform.repeatable-table"
Status | New | ⇒ | Pending |
Category | ⇒ | Layout |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
rtc
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-09-19 12:19:17 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
?
|
Thanks!
Thanks!
I have tested this item✅ successfully on 350ee77
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35577.