ZF-1788: Allow for extensible match-highlighting
Description
I'm finding the way Z_S_L handles match-highlighting to be quite limiting, the fixed list of colours clashes badly with the colour-scheme of my app, and I would like to be able to change them from my code, rather than by editing Zend's things.
Ideally, you would provide a way of extending the Html_Document class, so that I could replace the highlighting with one that adds CSS classnames rather than inline colours, but providing access to the colours array would be a step in the right direction.
Comments
Posted by Darby Felton (darby) on 2007-07-31T09:19:37.000+0000
Assigning to [~alexander] to initiate issue review.
Posted by Wil Sinclair (wil) on 2008-04-18T13:11:55.000+0000
This doesn't appear to have been fixed in 1.5.0. Please update if this is not correct.
Posted by Alexander Veremyev (alexander) on 2009-04-20T11:08:35.000+0000
Done.
Posted by Alexander Veremyev (alexander) on 2009-04-20T11:24:43.000+0000
PS See documentation for details.