Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor tabbedPanel update.

...

The tabbedPanel tag can host static and dynamic (asynchronously loaded) tabs. Every div tag inside the tabbedPanel will be rendered as a tab. The "label" attribute is required for each tab, and will be used as its caption. For more details on the dynamic tabs, see the "div" tag section. The tabbedPanel tag is in the "simple" theme bacause it does not contains any ajax functionality itself.

Note
titleThemes

Do not set the "theme" attribute to "ajax" for the tabbedPanel tag itself.

Remember to Do, however, set the "theme" attribute to "ajax" for each tab, and provide a valid "href" attribute for each dynamic tab (div).

...