Ignore:
Timestamp:
Feb 11, 2021, 3:14:30 PM (2 years ago)
Author:
Nicklas Nordborg
Message:

References #2241: Column subtitles in table listings

It should now work for regular columns that are defined in the JSP. Extensions are not yet supported.

Implemented in the raw bioassays list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/WEB-INF/table.tld

    r7335 r7905  
    148148    </attribute>
    149149    <attribute>
     150      <name>subtitle</name>
     151      <rtexprvalue>true</rtexprvalue>
     152    </attribute>
     153    <attribute>
    150154      <name>sortable</name>
    151155      <rtexprvalue>true</rtexprvalue>
     
    254258
    255259  <tag>
     260    <name>columnsubtitles</name>
     261    <tag-class>net.sf.basedb.clients.web.taglib.table.ColumnSubtitles</tag-class>
     262    <body-content>empty</body-content>
     263    <attribute>
     264      <name>id</name>
     265      <rtexprvalue>true</rtexprvalue>
     266    </attribute>
     267    <attribute>
     268      <name>clazz</name>
     269      <rtexprvalue>true</rtexprvalue>
     270    </attribute>
     271    <attribute>
     272      <name>subclass</name>
     273      <rtexprvalue>true</rtexprvalue>
     274    </attribute>
     275    <attribute>
     276      <name>style</name>
     277      <rtexprvalue>true</rtexprvalue>
     278    </attribute>
     279  </tag>
     280
     281  <tag>
    256282    <name>presetselector</name>
    257283    <tag-class>net.sf.basedb.clients.web.taglib.table.PresetSelector</tag-class>
Note: See TracChangeset for help on using the changeset viewer.