carlinniss
17 Jan 2010, 11:26 AM
I've been here before but forgot what I did to fix it :(
Can you guys point me to the right set of js files to make jquery and extjs3 place nicely?
This is what I have and I can't get ext to work anymore.
<html>
<head>
<script type="text/javascript" src="/js/jquery.js"></script>
<title></title>
<script type="text/javascript" src="/ext/adapter/jquery/ext-jquery-adapter.js"></script>
<link rel="stylesheet" type="text/css" href="/ext/resource/css/ext-all.css" />
<script type="text/javascript" src="/ext/ext-all.js"></script>
</head>
<body>
<? echo $this->layout()->content; ?>
</body>
</html>
I used the include order attached to the files.
Anyone know what I'm doing wrong?
Thanks.
Can you guys point me to the right set of js files to make jquery and extjs3 place nicely?
This is what I have and I can't get ext to work anymore.
<html>
<head>
<script type="text/javascript" src="/js/jquery.js"></script>
<title></title>
<script type="text/javascript" src="/ext/adapter/jquery/ext-jquery-adapter.js"></script>
<link rel="stylesheet" type="text/css" href="/ext/resource/css/ext-all.css" />
<script type="text/javascript" src="/ext/ext-all.js"></script>
</head>
<body>
<? echo $this->layout()->content; ?>
</body>
</html>
I used the include order attached to the files.
Anyone know what I'm doing wrong?
Thanks.