dot-separated form group path - Joomla! Forum - community, help and support
code: select all
[code][/code]as can see in joomla! 2.5 api, second param of jform::setfield method "$group", param definited "the optional dot-separated form group path on set field."
after 2 hours of research on web found few or nothing , can't understand can set param, i've tried dozens , dozens of different modes, e.g.
1) form.fieldset.my_group_name
2) form.my_group_name
3) ...
but dinamic field not displayed.
can me , write practical example?
my xml file has form:
code: select all
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset name="first" >
...
...
</fieldset>
<fieldset name="my_group_name" >
...
...
</fieldset>
</form>
now need thing, there knows something?
thank you
thank you
Comments
Post a Comment