Hi,
I would like to change Netzke component config on the fly.
I have nested Netzke TabPanel with variable [and always changing] tab
number. Please see this:
https://github.com/vyatta4people/vyBuddy/blob/master/app/components/display_tasks_tab_panel.rb
I need to set up AJAX call to my server (this is no problem), get tab
list and dynamically recreate TabPanel,
destroying tabs not present in list taken from server, creating new
tabs and preserving remained ones.
Is something like this possible?
Thanks!