WinJS.UI.getControl is not defined in VS 11 Ultimate. Is there any alternatives there to do the same?
I mean, how can i access winJS controls in javascript?
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.
Don’t know whether this issue is still valid or not and what the original cause was, but anyway: it’s good to remember that starting from the WinJS version shipped with Consumer Preview there is no WinJS.UI.getControl() function anymore, instead one should use syntax
See the official migration guide for details.