On 7/23/07, ajnar <[EMAIL PROTECTED]> wrote:
>
> hi all, im a newbie to python and ive been reading how pylons is the
> web framework to embark on. However i have found absolutely no
> information on how to use extjs within pylons.
> Could anyone point me in the right direction here, was hoping to
> accomplish a extjs-pylons-sqlalchemy-postgre application.
>
> regards
You can use ext-js manually, just like an additional ajax lib. Nothing
to do in Pylons.
Put lib into /publib/lib/extjs/
In the template/html page include the scripts
<script type="text/javascript" src="/lib/extjs/your*.js"></script>
And use them by copying/modifying samples from the lib..... :-)
I have successfully used the Grid in the project.
T.
--
_i______'simplicity_is_the_key'__________tomasz_nazar
_ii____'i_am_concern_oriented'________________JKM-UPR
_iii__'patsystem.sf.net'___________________linux_user
_Heaven_&_Fellows,_PPP______________________prevayler
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---