Export to GitHub

struts2-jquery - issue #314

support for closable tabs


Posted on Sep 28, 2010 by Swift Lion

add an option for closable tabs

Comment #1

Posted on Sep 28, 2010 by Swift Lion
<s:url id="remoteurl1" action="ajax1"/>
<s:url id="remoteurl2" action="ajax2"/>
<s:url id="remoteurl3" action="ajax3"/>
<s:url id="remoteurl4" action="ajax4"/>
<sj:tabbedpanel id="remotetabs" selectedTab="2" animate="true" collapsible="true">
  <sj:tab id="tab1" href="%{remoteurl1}" label="Remote Tab One"/>
  <sj:tab id="tab2" href="%{remoteurl2}" label="Remote Tab Two"/>
  <sj:tab id="tab3" href="%{remoteurl3}" label="Remote Tab Three" closable="true"/>
  <sj:tab id="tab4" href="%{remoteurl4}" label="Remote Tab Four" closable="true"/>
</sj:tabbedpanel>

http://code.google.com/p/struts2-jquery/source/detail?r=1232

Comment #2

Posted on Nov 21, 2010 by Swift Lion

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Enhancement Priority-Medium Component-Plugin Milestone-2.5.0