Simplify Tabbed Section markup
------------------------------
Key: JSPWIKI-432
URL: https://issues.apache.org/jira/browse/JSPWIKI-432
Project: JSPWiki
Issue Type: Improvement
Components: Default template
Affects Versions: 2.8
Reporter: Dirk Frederickx
Fix For: 3.0
The current tabbed section markup requires a rather complex markup.
{noformat}
%%tabbedSection
%%tab-XXX
...
/%
%%tab-YYY
...
/%
/%
{/noformat}
This is a proposal to simplify the markup.
Use a standard header starting with a predefined PREFIX to denote a new tab.
EG
{noformat}
%%tabbedSection
!TAB XXX
...
!TAB YYY
...
/%
{/noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.