![]() |
User Guide CI3 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: User Guide CI3 (/showthread.php?tid=61255) |
User Guide CI3 - wolfgang1983 - 04-04-2015 When I type in search box in user guide say if I type form helper all the words with form get highlighted yellow color. I am I able to disabled it on my end some where. Don't like it when highlighted. RE: User Guide CI3 - Muzikant - 04-05-2015 If I get it right, just remove "?highlight=something" from URL. Use this http://www.codeigniter.com/userguide3/helpers/form_helper.html instead of this http://www.codeigniter.com/userguide3/helpers/form_helper.html?highlight=form%20helper I think, there is no general way how to disable words highlighting, but it is just one refresh, so no big deal from my point of view. :-) |