Magento 1.8:
I have added a tab in catalog->category edit page through observers. (core_block_abstract_prepare_layout_after)
Everything works correctly, but not how to get category_id in the function of the observer, for use in the logic of custom tab.
Any idea?