Fieldgroup tabs
![](https://www.drupalcenter.de/files/imagecache/upic_mini/pictures/picture-9627.gif)
am 21.11.2009 - 17:04 Uhr in
Hi, wie "print" ich fieldgroup tabs?
Ich habe folgenden output vom body, aber ich kann es nicht print/display wie ich es moehte..
[fieldgroup_tabs] => Array
(
[#parents] => Array
(
)
[#tabs_navigation] =>
[#pre_render] => Array
(
[0] => tabs_pre_render_tabset
)
[#tabset_name] => tabset
[#tree] =>
[#required] =>
[#weight] => 19
[#type] => tabset
[#description] =>
[#attributes] => Array
(
[class] => drupal-tabs js-hide
)
[group_map] => Array
(
[#url] => #tabs-tabset-2
[#attributes] => Array
(
[class] => tabs-tabset-2
)
[#tab_name] => tabs-tabset-2
[#index] => 2
[#description] =>
[#parents] => Array
(
)
[#tree] =>
[#required] =>
[#tabset_name] => tabset
[#content] =>
[#group_name] => group_map
[#post_render] => Array
(
[0] => fieldgroup_wrapper_post_render
)
[#weight] => 19
[#type_name] => bars
[#context] => full
[#title] => Karte
[#type] => tabpage
[group] => Array
(
und so habe ich versucht die tabs anzeigen zu lassen
<?php print $node->fieldgroup_tabs[0]['view'] ?>
- Anmelden oder Registrieren um Kommentare zu schreiben
habe folgendes auch
am 21.11.2009 - 17:36 Uhr
habe folgendes auch versucht, hat aber auch nicht funktioniert.
<?php print $fieldgroup_tabs_rendered;?>