Detail view field descriptions not generated
Posted: 2013-10-08 02:27
Here's a section from a templateDV file, all else seems to work fine except clicking on the information.gif leafs nowhere. I 'm suspecting the culprit is href="#" which is not generated correctly even though there is field description text in the project. The same is for all fields in all tables where a field has associated field description to be displayed. The problem is apparent only since 5.10 for me. Any suggestions? Thanks.
<td class="TableBody" id="noMouseOver" valign="top"><textarea tabindex="1" class="TextBox" name="internet" id="internet" cols="70" rows="5"><%%VALUE(internet)%%></textarea><a href="#" onclick="return showDescription('bina', 'internet', event);" tabindex="-1"><img src="information.gif" border="0" align="top" style="margin: 5px;"></a></td>
<td class="TableBody" id="noMouseOver" valign="top"><textarea tabindex="1" class="TextBox" name="internet" id="internet" cols="70" rows="5"><%%VALUE(internet)%%></textarea><a href="#" onclick="return showDescription('bina', 'internet', event);" tabindex="-1"><img src="information.gif" border="0" align="top" style="margin: 5px;"></a></td>