Passing parameter ui.tabs
I didnt find nothign about searching all day long.
Im trying to open a tab with parameters, like this
?id=1
but from a list, so im able to choose what record to edit
I tried :
Cookies
No lucky, i cannot reassign a new cookie for each clicked record,
because isnt not possible to refresh tabs to set/get new cookie.
Ajax
I send the parameter but when submit the form the remote page opens it
self, leaving the tab.
Any advice is greatly appreciated.