Tab id setting with 'ajax' tabs
When loading a tab using ajax by setting the URL in the configuration, the tab content gets loaded allright.
However, I'ld like to fix the tab-id to the same value as the one I set when ajax loading is disabled for the tab(s). Using the same tab id is usefull for 'CSS' configuration.
Unfortunately, it seems impossible to set the tab id when using ajax loading - it is set from the tab title or content. I have tried to append '#myid' to the ajax url, but that does not impact the name.
Is there a way to do it?
If yes, how is it done?
Mario