Click item in toolbar

Dear Support Team,



I want to ask related to tollbar. How the sample script if i want click the logout item in the toolbar and when i click it the page will refer to index.php again.

thanks for the example and your support



regard,

Bernard


Hello,


you can try to use onClick event handler to execute the necessary action on button click:


toolbar.attachEvent(“onClick”, function(itemId){


/your code/


});