Instead of writing this:
Title |
|
Labels |
Added:
J4 Issue
|
Status | New | ⇒ | Discussion |
Labels |
Added:
?
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-12-18 10:28:55 |
Closed_By | ⇒ | rdeutz |
Instead of writing this:
<fieldset name="myfieldset1" >
<field name="myfield1" type="text" label="MYFIELD1" />
<!-- lots of other fields go here ->
</fieldset>
Pull-in the fields in the field set from another file
<fieldset name="myfieldset1" xmlsource="myfield1fields.xml" />
This optional attribute would work the same as the formsource attribute of the subform field type.
Additional comments
When a form has a number of fieldsets this will improve code creation, readbility and maintainability.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26183.