开发者

joomla add dynamic rows

开发者 https://www.devze.com 2023-02-05 05:17 出处:网络
I have a requirement in the joomla administrator panel. I have a form when i click ADD ATTRIBUTE I need to add a row also there should be delete option to deleted the row

I have a requirement in the joomla administrator panel. I have a form when i click ADD ATTRIBUTE I need to add a row also there should be delete option to deleted the row How can i do it .?

                              ADD ATTRIBUTE
element1 element2 element3       DELETE
element1 ele开发者_StackOverflow社区ment2 element3       DELETE
element1 element2 element3       DELETE
element1 element2 element3       DELETE

Once all these are filled the user will click save and it will save in the db


Assuming that you want to do this in a custom table, then I would use ChronoForms and ChronoConnectivity. This will allow you to create a custom form with a custom database table with the ability to add/edit/delete table rows.

Tutorials here

Downloads here


Try something like http://getk2.org/

0

精彩评论

暂无评论...
验证码 换一张
取 消