ZF-10409: Zend_View_Helper_Navigation_HelperAbstract#_normalizeId(...): prefixes of A-tag IDs
Description
The method Zend_View_Helper_Navigation_HelperAbstract#_normalizeId($value) builds IDs for the anchor tags of the navigation elements according to the following pattern:
$prefix + "-" + $value
The developer can just set the $value. The $prefix is always the lower cased name of the navigation helper type (e.g. "menu" for Menu or "breadcrumbs" for Breadcrumbs).
It would be great to have the ability to customize the complete ID and not only the part after the hyphen.
Comments
Posted by Kai Uwe (kaiuwe) on 2011-02-16T02:55:08.000+0000
The patch should include the following points:
Posted by Frank Brückner (frosch) on 2012-06-17T08:04:44.000+0000
Fixed in trunk (1.12.0): r24962 (by Adam Lundrigan)