blob: 1d3bae76881fbc0e5103ddf03473eefb381c3354 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="Adobe RoboHelp 8">
<title>Hover Support</title>
<link rel="StyleSheet" href="default.css" type="text/css">
<style type="text/css">
<!--
body { border-left-style:None;
border-right-style:None;
border-bottom-style:None;
background-color:Transparent;
border-top-style:None; }
-->
</style>
<style type="text/css">
<!--
body { border-left-style:None;
border-right-style:None;
border-bottom-style:None;
background-color:Transparent;
border-top-style:None; }
-->
</style>
<script type="text/javascript" language="JavaScript">
//<![CDATA[
function reDo() {
if (innerWidth != origWidth || innerHeight != origHeight)
location.reload();
}
if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
origWidth = innerWidth;
origHeight = innerHeight;
onresize = reDo;
}
onerror = null;
//]]>
</script>
<style type="text/css">
<!--
div.WebHelpPopupMenu { position:absolute;
left:0px;
top:0px;
z-index:4;
visibility:hidden; }
p.WebHelpNavBar { text-align:right; }
-->
</style>
<script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="whlang.js"></script>
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>
<script type="text/javascript" language="javascript1.2">//<![CDATA[
<!--
if (window.gbWhTopic)
{
var strUrl = document.location.href;
var bc = 0;
var n = strUrl.toLowerCase().indexOf("bc-");
if(n != -1)
{
document.location.href = strUrl.substring(0, n);
bc = strUrl.substring(n+3);
}
if (window.setRelStartPage)
{
addTocInfo("Concepts\nHover Support");
addAvenueInfo("Concepts","commenting_code.htm","override_indicators.htm");
}
document.write("<p style=\"text-align:left\"> ");
AddMasterBreadcrumbs("ide_help.htm", "", "&gt;", "Home", "pdt_table_of_contents.htm");
document.write("<a href=\"concepts.htm\">Concepts<\/a> &gt; Hover Support<\/p>");
if (window.setRelStartPage)
{
setRelStartPage("ide_help.htm");
autoSync(0);
sendSyncInfo();
sendAveInfoOut();
}
}
else
if (window.gbIE4)
document.location.reload();
//-->
//]]></script>
</head>
<body leftmargin="5" topmargin="5" rightmargin="5" bottommargin="5"><script type="text/javascript" language="javascript1.2">//<![CDATA[
<!--
if (window.writeIntopicBar)
writeIntopicBar(4);
//-->
//]]></script>
<div style="width: 100%; position: relative;" id="header">
<p align="right"><a
title="Documentation Survey" href="http://spreadsheets.google.com/viewform?formkey=dC1scEswTjFia2tDQ3Y5TVJBbkNQcWc6MQ">Documentation
Survey</a>
| <a href="javascript:crlf=&quot;&quot;;h=location.href;t=document.title;e = &quot;&quot; + (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text); if (e!=null) location=&quot;mailto:documentation@zend.com&quot; + &quot;?Subject= Feedback on PDT for page &quot; + escape(t) + &quot;&amp;Body=&quot; + escape(e).replace(/ /g, &quot;+&quot;) + crlf + &quot; &quot;; void 0"><span
style="background-color: #ffffff;">Submit Documentation</span><span
style="background-color: #ffffff;"> Feedback</span></a><span
style="background-color: #ffffff;"></span><span style="background-color: #ffffff;">
</span><span style="background-color: #ffffff;">|
</span><span
style="background-color: #ffffff;"><a title="View Latest Version and Get PDF Online"
href="http://www.zend.com/en/resources/zend-documentation/"
target="_blank">View Latest
Version and Get PDF Online</a></span></p>
</div>
<h1>Hover Support
</h1>
<p>Hovering over an element will cause a tooltip to appear with information
about that element, containing the location of its declaration and any
additional information (description, parameters, etc.) contained in the
element's relevant <a href="phpdoc_comments.htm">PHPdoc comment</a>:</p>
<p class="picture"><img src="hover_function.png" alt="hover_function.png" style="border: none;" width="439" height="221" border="0"></p>
<p><a name="Hover_information_also_includes"></a>Hover information also
includes other information such as overrides and returns for methods,
types, and other elements:</p>
<p class="picture"><img src="hover_support.png" title="Hover Information" style="border: none;" alt="hover_support.png" width="388" height="158" border="0"></p>
<p class="ListBullet1" style="font-weight: normal;">Holding down <span
style="font-weight: bold;"><b>Ctrl</b></span> while hovering over an element
will also show you everything contained within that element:</p>
<p class="picture"><img src="hover_ctrl_multiply.png" alt="hover_ctrl_multiply.png" style="border: none;" width="493" height="206" border="0"></p>
<p class="ListBullet1" style="font-weight: bold;">&#160;</p>
<p class="ListBullet1" style="font-weight: normal;">When hovering, press
<span style="font-weight: bold;"><b>F2</b></span> for the Hover tooltip to come
into focus. This ensures that it is displayed even when not hovering and
enables you to select the text from within it.</p>
<p class="ListBullet1" style="font-weight: normal;">Clicking on an element
while hovering will take you to that element's declaration. See <a href="using_smart_goto_source.htm">Using
Smart Goto Source</a> for more information.</p>
<h3>Configuring Hover Preferences</h3>
<p class="ListBullet1" style="font-weight: normal;">To configure your hover
settings, go to the <a href="hovers.htm">Hover Preferences page</a>, accessible
by going to <span style="font-weight: bold;"><b>Window | Preferences | PHP
| Editor | Hovers</b></span>.</p>
<p class="Note">Note:</p>
<p class="NoteText">Hovering will also be enabled for JavaScript elements
if JavaScript support was enabled for the project. See <a href="enabling_javascript_support_in_php_projects.htm">Enabling
JavaScript Support in PHP Projects</a> for more information. JavaScript
hover settings can be configured from the JavaScript Hovers preferences
page, accessible by going to <span style="font-weight: bold;"><b>Window |
Preferences | Web | JavaScript | Editor | Hovers</b></span>.</p>
<table cellspacing="0" width="100%">
<col style="width: 7.093%;">
<col style="width: 92.907%;">
<tr style="vertical-align: top;">
<td style="width: 7.093%; padding-right: 10px; padding-left: 10px;"><p
style="font-size: 6pt;">&#160;</p></td>
<td style="width: 92.907%; padding-right: 10px; padding-left: 10px;"><p>&#160;</p></td>
</tr>
<tr style="vertical-align: top;">
<td style="width: 7.093%; padding-right: 10px; padding-left: 10px;"><p
style="font-size: 6pt;"><img src="link_icon.png" alt="link_icon.png" style="border: none;" width="32" height="40" border="0"></p></td>
<td style="width: 92.907%; padding-right: 10px; padding-left: 10px;"><p
style="font-weight: bold;">Related Links:</p>
<p style="font-weight: normal;"><a href="using_smart_goto_source.htm"><span
style="font-weight: normal;">Using Smart Goto Source</span></a></p>
<p style="font-weight: normal;"><a href="hovers.htm"><span style="font-weight: normal;">Hover Preferences</span></a>
</p></td>
</tr>
<tr style="vertical-align: top;">
<td style="width: 7.093%; padding-right: 10px; padding-left: 10px;"><p
style="font-size: 6pt;">&#160;</p></td>
<td style="width: 92.907%; padding-right: 10px; padding-left: 10px;"><p>&#160;</p></td>
</tr>
</table>
<div style="width: 100%; position: relative;" id="footer">
<p style="text-decoration: underline; "
align="center">PHP Development
Tools</p>
</div>
<script type="text/javascript" language="javascript1.2">//<![CDATA[
<!--
if (window.writeIntopicBar)
writeIntopicBar(0);
highlightSearch();
//-->
//]]></script>
</body>
</html>