CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 ToolTips and Database

Print topic Send  topic

Author Message
Robert Little
Posted: 01/11/2004, 1:58 PM

Is there any way to add Tooltips from table fields?



Robert Little

littler@cantv.net

ibrahim_ahmad

Posts: 1
Posted: 12/08/2004, 1:35 AM

Yes you can do that by adding title={tool_tip_field} to the tag of the link
ie <a title="{tool_tip_field}" href="{link_Src}">{link_name}</a>
View profile  Send private message
Si Cranmer
Posted: 05/27/2005, 12:04 PM

Full solution (for any other PHP programmers is)

1. edit the HTML and change/add
  
<td class="InLineDataTD" align="center"><a class="InLineDataLink"  title="{orders_id_tooltip}" href="{orders_id_Src}">{orders_id}</a>  

2.within BeforeShowRow add the following

  
	global $Tpl;  
		//show hover tooltip  
		$Tpl->SetVar("orders_id_tooltip", "text");    

HTH

Si.

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.