[TYPO3-mvc] Tab widget

Martin Kutschker masi-no at spam-typo3.org
Fri Jan 15 09:22:31 CET 2010


Hi!

Here we go again...

<f:widget.tabs>
 <f:widget.tab>
  <f:widget.label>Tab I</f:widget.label>
  <f:widget.content>
   Foo bar
  </f:widget.content>
 </f:widget.tab>
 <f:widget.tab>
  <f:widget.label>Tab II</f:widget.label>
  <f:widget.content>
   Lorem Ipsum
  </f:widget.content>
 </f:widget.tab>
</f:widget.tabs>

I wonder if we shouldn't use the same tags for the children in different containers. Otherwise we'll
get a multitude of tag names.

Masi


More information about the TYPO3-project-typo3v4mvc mailing list