CTabView within extensions

Hi,

i am using the tabview within an extension / widget. Now the logic tries to open the views for the tabs defined in the properties array not as i expected from the extensions/views folder but from the main views folder.

This is not how the extension should work, right?

I hope you understand what i mean, otherwise i will post a detailed message…  :-\

bye

As the doc says: The view will be rendered using the current controller's renderPartial method.

In your case, you may use the 'content' property and call your widget's renderPartial method to assign the rendering result to this property.

Sorry, right after my post, i read the line with the controller in the doc.

I will try that later…

Thanks for your fast responds!!

Boris