Hi everyone,
I am trying to display the "Tabs" component (elgg_view('page/components/tabs')) in elgg lightbox.
So I followed the "theme_sandbox/components" documentation.
The "Tabs" are showed in elgg lightbox and the default selected tab content is displayed.
But when I click on other 'Tabs' the content are not displayed.
Could someone help me ?
Regards,
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 1 like
- Hermand Pessek@rheman

Hermand Pessek - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 1 like
- Hermand Pessek@rheman

Hermand Pessek - 0 likes
You must log in to post replies.Is it about popup or AJAX view?
Ajax view
You should register this view elgg_view('developers/ipsum') as AJAX view:
Thanks a lot