thanks Dave but it makes it so that the whole edit form also never appears. Even if it's not in the DIV that gets hidden. Form appeared correctly before. See anything wrong here?
DIV labeled "hide_if_editing" get correctly hidden. How to get the form to appear? Is it because it's called from "onclick" statement? <button class="btn" id="formula" title="Click to edit this checklist type" type="button" onclick= document.getElementById("hide_if_editing").style. visibility="hidden" ;"web2py_component('{{=URL('default','formula_general', vars=dict(specificOrganizationID=specificOrganizationID, specificCheckListTypeID=specificCheckListTypeID))}}', 'panel')"> <i class= "icon-pencil"></i> Edit this check list type</button> <div id="hide_if_editing"> <!-------- HIDE IF EDITING ------------------------------------------------------------------------> {{=grid}} </DIV> <!--------------------------------- END OF: HIDE IF EDITING -----------------------------------------------------------> thanks, Alex -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.