Component development question about controller/view? - Joomla! Forum - community, help and support
hi,
i develop @ moment first component, have 2 views, in first view read categories , in second products, easy question is:
i added new view named "export", in view added small form submit button , 2 radiobuttons (export categories, export products), question is, export 1 of 2 things needed develop in controller, right? if yes, how can tell form in view if user select radiobutton option , submit form result controller?
thanke in advance.
i develop @ moment first component, have 2 views, in first view read categories , in second products, easy question is:
i added new view named "export", in view added small form submit button , 2 radiobuttons (export categories, export products), question is, export 1 of 2 things needed develop in controller, right? if yes, how can tell form in view if user select radiobutton option , submit form result controller?
thanke in advance.
you have 2 radiobutton, when select 1 can 1 report......
you need have 1 form.... after click submit, can call view defined before. can use javascript call view want. example: click button event()
you need have 1 form.... after click submit, can call view defined before. can use javascript call view want. example: click button event()
Comments
Post a Comment