← Tutti gli articoli

SetZIndex ZIndex Extender

07 ottobre 2010  · Asp.Net · Article  ·  110 visite

ZIndex Extender ajax control toolkit


function SetZIndex(control, args) {
            // Set auto complete extender control's z-index to a high value 
            // so it will appear on top of, not under, the ModalPopUp extended panel.
            control._completionListElement.style.zIndex = 10005;
        }