[OPEN-ILS-DEV] commenting out elements in xul
Grant Johnson
fgjohnson at upei.ca
Fri May 22 22:13:50 EDT 2009
Thanks guys,
Trying it in the VM first... Apparently the wrong spot unless the "Local Catalog" behaves differently.
/openils/var/web/xul/server/cat/z3950.xul
<vbox>
<spacer flex="1"/>
<description>
<!-- &staff.cat.z39.50.query.description.... -->
...
>>> On Fri, May 22, 2009 at 4:57 PM, in message
<54589.97.188.106.253.1243025845.squirrel at webmail.grpl.org>, <bott at grpl.org>
wrote:
>> 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