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
Here is the sample code in my jsp.
<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