ADD NEW ITEM button in a simple Joomla Module - Joomla! Forum - community, help and support
hello all,
i creating simple , free joomla module slide items added user. dont know how create "add item" button in module repeat field in admin screen of module allow next entry.
example - below how module backend look
my module has field group
then have fields folder in module sliders.php
not sure go here.
i need able let module admin user able click on "add new" button add instance of item , able save it. hope not need database interaction normal module params.
thanks.
i creating simple , free joomla module slide items added user. dont know how create "add item" button in module repeat field in admin screen of module allow next entry.
example - below how module backend look
my module has field group
code: select all
<fieldset name="sliders" description="to add item,click add new" label="item - add/edit here">
<field type="sliders" name="sliders" />
</fieldset>
then have fields folder in module sliders.php
not sure go here.
i need able let module admin user able click on "add new" button add instance of item , able save it. hope not need database interaction normal module params.
thanks.
you need use javascripting make happen. see guide @ http://www.sanwebe.com/2013/03/addremov ... ith-jquery
instead of adding single field, need write adds field group shown in example
instead of adding single field, need write adds field group shown in example
Comments
Post a Comment