cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying Tooltip

Former Member
0 Kudos

Hi All,

I have created a table with 2 columns using dynpage technology. I want to display tooltip for one particular column. How to do this?

Please suggest.

Thanks in Advance.

Regards,

Subashini.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI..

Just go the properties of the table column ther e u can find the property called Tooltip.Give the text for that .

Regards

Rajesh

Former Member
0 Kudos

Hi ,

I want to set the tool tip using dynpage technology and not webdynpro. I posted this query in portal implementation. But no replies. So I have posted this here.

Please suggest.

Regards,

Subashini.

Former Member
0 Kudos

Hi,

Following is a sample code for tooltip in table



<table border = "1">
<tr>
<td title="ToolTip Goes here.....">Cell A</td>
<td>Cell B</td>
</tr>
</table>

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapparaj,

I am using dynpage technology to create this table.

tableheader.add("test"); ---> setting the column header.

For this I need to display tooltip.

Please Suggest.

Regards,

Subashini.