[
https://issues.apache.org/jira/browse/JSPWIKI-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Janne Jalkanen updated JSPWIKI-432:
-----------------------------------
Description:
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}
was:
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}
Fix Version/s: (was: 3.0)
Took of 3.0 fix version, as I think this needs abit more discussion before
roadmapping.
> 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
> Assignee: Dirk Frederickx
>
> 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.