Hello,
I have a form using the new DNN6 tabs functionality. I would like to have this form popup, similar to what you would see when opening a 'module settings' popup via the Manage button when in Edit mode.
If I open the form using
onclick="return dnnModal.show('/Form/tabid/124/Default.aspx?popUp=true',/*showReturn*/true,550,950)"
then the form is indeed shown in a modal popup. However the tabs functionality is not working.
Chrome reports the following error:
Uncaught TypeError: Object [object Object] has no method 'dnnTabs'
which seems to point to a javascript library missing, or some initialisation missing.
Is there some trick to get this loaded properly?
Of course having the tabs working is most interesting when in a popup window so it would be great to get this working!