onViewShow

fires when any hidden view is shown

void onViewShow();

Example

$$("button1").attachEvent("onViewShow", function(){
    // your handler here
});

Details

The event is triggered when any hidden view is shown, including multiview cells and accordion items.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.