Hi, i am using dynamic panel element with tabs option to display the elements. I would like to customize the behavior of this component to make it closer to my ui/ux.
The main objective is to list all panels in tabs as it currently does, hide the information from the different generated panels (done with css), and add 2 buttons to the footer of dynamic panel called 'edit' and 'remove'. The 'remove' one should remove the current panel which is being selected, and the edit one to open a popup survey with a form which i am generating from the template elements of the dynamic panel.
Furthermore, as i dont need the next/prev buttons from the dynamic panel footer, i would like to remove them, or overwrite them with the custom functionality explained above if it makes it easier.
Maybe there is a different way to achieve this but i am not sure.