Getting started with ExtJS Javascript screen library and Catalyst Perl framework – Perl Mova 2008, Kyiv, Ukraine
10
Start using ExtJS
●Learning resources
–http://extjs.com/learn/
–reference manual http://extjs.com/deploy/ext/docs/
●Download and install
–http://extjs.com/download 
–e.g. to /var/www/html/ext-2.0
●Add stylesheet and libraries to web page header
●<link rel="stylesheet" type="text/css" href="/ext-1.1/resources/css/ext-all.css" />
●<script type="text/javascript" src="/ext-1.1/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="/ext-1.1/ext-all.js"></script>
●
●
●
●
●