function onCreated() { setTimer(5); } function onTimeout() { this.destroy(); } //#CLIENTSIDE function onCreated() { Yourclientsidepart... }