It is pretty easy to get going with the extjs lib

1) unzip the whole thing including css files, images, etc. in you
webroot/js directory. I tried putting it in the vendor directories but
paths get screwed up.

2) In each of the cake templates you want to use it
echo $html->css(array(
        '../js/ext-1.1/resources/css/ext-all'), '','',false);

$javascript->link(array(
        'ext-1.1/adapter/ext/ext-base.js',
        'ext-1.1/ext-all-debug.js'), false);



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to