In ExtJS4 there is a new getActionEl( ) function for Ext.Component.
There is no documentation for it.
What the function returns?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It returns the
elof the instance from which you call it. But it is private and it is already deprecated so I wouldn’t use it.