User tests: Successful: Unsuccessful:
As part of #16016
this pull add support of custom event joomla:updated
to showon, templates, switcher, color field, tinymce
for testing can use next XML
<field name="subform" type="subform" multiple="true" label="subform">
<form>
<field type="text" name="text" label="text"/>
<field type="radio" name="radio" label="radio" class="switcher" default="0">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field name="color" type="color" label="color" control="simple"/>
<field name="coloradv" type="color" label="color adv"/>
<field name="type" type="list" default="0" label="Type" >
<option value="0">Small</option>
<option value="1">Medium</option>
<option value="2">Large</option>
</field>
<field name="something" type="text"
label="Show when Type=Large" showon="type:2" />
<field name="editor" type="editor" label="editor" buttons="false"/>
</form>
</field>
All fields should work
nope
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Administration Templates (admin) External Library Front End Templates (site) |
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-11-28 15:02:40 |
Closed_By | ⇒ | wilsonge |
Can you fix conflicts please?