[OPEN-ILS-DEV] commenting out elements in xul

bott at grpl.org bott at grpl.org
Fri May 22 16:57:25 EDT 2009


> If commenting out the element gives you trouble, you may want to try
> using a hidden="true" attribute instead.  That way the element is
> still there for code happening to look for it, it's just not being
> visibly rendered.


I've found this to be excellent advice.  For .xml files as well, I'll
generally just use the 'hide_me' class and/or comment out the unHideMe()
function in the .js, instead of trying to take pieces away.





More information about the Open-ils-dev mailing list