• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Display tables and tooltip

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Can you please help me in getting a tooltip for a column in the below display table.
The data for the ticket description column will be too big, so I need to display the description as a tooltip... But im not sure how to achive this with display tables.
<td>
<display:table name="sessionScope.TicketUpdateForm.ticketUpdateList" id="tableUpdateList" >
<display:column property="ticketNumber" title="TicketNumber" />
<display:column property="ticketDesc" title="Ticket Description"/>
<display:column property="ticketStatus" title="TicketStatus"/>
</display:column>
</display:table>
</td>

Thanks in Advance.
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
displayTables is a Tag Library which doesn't really belong in this forum which is for HTML and JavaScript. You should clarify how you want to render a tooltip so we can get this question to the right place. There are hundreds of tooltip libraries out there if you just hit google (javascript tooltip).

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic