That's really awesome and working very well!! However I have noticed two things:
Form Field Media: It's not possible to add preview="true" to get the Image permanent next to the Field
Form Field Radio: It's not possible to add class="btn-group" to transform the Radio Buttons to the Styled Version of Radios. It works but only the first time! When adding a new Field it stops working
@ufuk-avcu add class="advancedSelect"
to your list
fields
It is more complicated.
For fix the styling of the radio buttons need to rewrite part of /administrator/templates/isis/js/template.js
that responsible for it. For now that script work only on doomready
and do not have possibility to call it for the dynamic content.
@Fedik another Problem within a SubFormField: The showon Attribute don't works as excepted. If you use showon for a textfield and add an additional row, this field is shown by default. If you save the page, then the showon attribute Works as expected. Have you an idea how to fix this?
Unfortunately I do not have a fix. The reason is the same, the "showon" script do not see the fields wich added dynamically.
Let's hope the brave man, who can fix it, will appear soon
I guess the best way to solve those problems with js initialisation is the use of a callback function similar to tinyMCEs. All fields with js should support it.
Status | New | ⇒ | Needs Review |
Status | Needs Review | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-10-17 16:30:39 |
Closed_By | ⇒ | brianteeman |
Closed as stated above
@WS-Theme for the 1st issue: can you try the repeatable with the layout overrides from :#5871 (the one on the protostar template) and report back if that solves the problem?