Issue while using CQ.Ext.Msg.alert('Hello', 'Welcome to ExtJS'); | Community
Skip to main content
Siva_Sogalapalli
Community Advisor
Community Advisor
October 16, 2015
Solved

Issue while using CQ.Ext.Msg.alert('Hello', 'Welcome to ExtJS');

  • October 16, 2015
  • 1 reply
  • 764 views

Hi,

I'm trying to use  CQ.Ext.Msg.alert('Hello', 'Welcome to ExtJS');  in jsp, but I see below error in the firebug.

ReferenceError: CQ is not defined

<html>

  <head>

        <script>

           CQ.Ext.Msg.alert('Hello', 'Welcome to ExtJS'); 

        </script>

  </head>

  <body>

  testing...

  </body>

</html>

 

It would be great if some one can correct me if any thing wrong...

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

You need to include the library

1 reply

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

You need to include the library