[TYPO3-core] RFC: Feature #4064 - Navigation title in tree view
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Tue Aug 28 17:24:42 CEST 2007
Thomas Hempel schrieb:
> Hi Martin,
>
>>
>> Now fixed_lgd_cs is also applied to labels.no_title, which should IMHO
>> not happen. OTOH htmlspecialchars is not used any more!
> I changed that back to the orginal code. I have no idea why this was
> changed.
>
>>
>> And how about showing the real title as tooltip?
>>
>> $title = '<span title="'.htmlspecialchars(trim($row['title'])).'">'.
>> htmlspecialchars(t3lib_div::fixed_lgd_cs($row['nav_title'],$titleLen)).
>> '</span>';
> Nice idea. I've added that to the patch.
And also an additional JS code: toggle_display_states :-)
But hey, yet another idea. We could do it the other way round when title is
displayed, ie the nav_title as tooltip. Or we could also add a hook, so eg
real url can add the path segement to the tooltip (or display it as the title).
Masi
More information about the TYPO3-team-core
mailing list