Params in module - Joomla! Forum - community, help and support
hi everyone,
i've question params in custom modules.
i've 1 radio type in fieldset name="basic"
if radio button yes value,
i need appear parameters on advanced params.
but not visible if value "no":
any idea how can ?
i've question params in custom modules.
i've 1 radio type in fieldset name="basic"
if radio button yes value,
i need appear parameters on advanced params.
but not visible if value "no":
code: select all
<field name="name" type="radio" default="0" label="showname" description="showname_desc">
<option value="2">jrequired</option>
<option value="1">jyes</option>
<option value="0">jno</option>
</field>
any idea how can ?
[mod note: moved admin forum 2.5 coding forum;]
Comments
Post a Comment