[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] Getting back to ViewRedirect from a View






  BTW: could we add onClose to the EZ classes?




onClose

onClose_(func)

Sets/gets the onClose function of either view or window, depending on whether the EZ view used a popup window.




    onclose{^ popUp.if{window.onClose}{view.onClose};}

    onclose_{|func| popUp.if{window.onClose_(func)}{view.onClose_(func)};}