Hi, i built a form using the tutorial provided by Bob at
However, I'm having a small problem with the navigation. I used the buttons as described there but it shows me this error on the console:
.
I think the error is located in of this two following lines:
And i tried changing the name of the pane from cf_tabbed_form dl to cf_tabbed_form but then it shows me this error instead
in any case... I don't really know how to fix this.
thanks
https://www.chronoengine.com/faqs/58-cfv4/cfv4-elements-and-html/2660-how-can-i-build-a-tabbed-form.html
However, I'm having a small problem with the navigation. I used the buttons as described there but it shows me this error on the console:
Uncaught TypeError: Cannot call method 'retrieve' of undefined
.
I think the error is located in of this two following lines:
pane = $$('#cf_tabbed_form dl')[0].retrieve('JTabs');
pane.display(this.getProperty('name'));
And i tried changing the name of the pane from cf_tabbed_form dl to cf_tabbed_form but then it shows me this error instead
Uncaught TypeError: Cannot call method 'display' of null
in any case... I don't really know how to fix this.
thanks