I have a trouble, I have a viewport , at the west and east region i have to collapse button
class="x-tool x-tool-collapse-east" , class="x-tool x-tool-collapse-west", the id of them is automatic generate, so if i want to add a tip for them by:
new Ext.ToolTip({
target: 'my_id',
autoHide : true,
html: 'Click here to collapse this pane'
});
This is my trouble way, who can show me how to get the id of them to pass it to my function. . The second way so ugly, i find it byClassName and set the title='Click here to collapse this pane', it so slow. Who can help me. Thank you very much, sorry for my bad English.