Re: Announcing CakeXT: Bind CakePHP and ExtJS together

2009-08-31 Thread wirtsi
Hi Mark yes, that's very possible ... the panels are the bread and butter component of Ext. You can have them either managed by a layout manager or you can append them to any div you want. Check out the demos on the Ext site to see what else you can do with them ... wirtsi On 27 Aug., 08:04, M

Re: Announcing CakeXT: Bind CakePHP and ExtJS together

2009-08-27 Thread Mark Tannenberg
Hi I started using this project and I guess I still have to grasp the concept of ExtJs coding ... I wonder, would it be possible to use this in a different environment than just the 3 tabs you mentioned? Regards On 25 Aug., 10:23, technicaltitch wrote: > Very exciting! > > On Aug 24, 11:18 am,

Re: Announcing CakeXT: Bind CakePHP and ExtJS together

2009-08-25 Thread technicaltitch
Very exciting! On Aug 24, 11:18 am, wirtsi wrote: > Hi ... > > I have started a new project to bind CakePHP and ExtJS together. I've > been using CakePHP for the last few years and found that the further > you push your projects into the Web 2.0 / heavy Ajax domain, the more > difficult it gets

Announcing CakeXT: Bind CakePHP and ExtJS together

2009-08-24 Thread wirtsi
Hi ... I have started a new project to bind CakePHP and ExtJS together. I've been using CakePHP for the last few years and found that the further you push your projects into the Web 2.0 / heavy Ajax domain, the more difficult it gets to keep track of all the html / javascript dependencies you nee