William Hudspeth, Ph.D.
2011-Jan-05 02:38 UTC
Place of Django template tags inside of ext3.0 viewport panels
Hello, Does anyone know where I can find information on using ext3 with Django. Specifically, I want to place Django template tags inside of a particular panel in my ext3 viewport... I have tried what is seen below, but it doesn't seem to work.. var viewport=new Ext.Panel({ layout: 'border', width:1200, height:650, renderTo: Ext.getBody(), items: [{ region: 'north', xtype: 'panel', layout: 'fit', --------------> html:{% placeholder base_content %}, width:1200, height:50, },{ region: 'center', .... .... ... Thanks, Bill
Udo Rader
2011-Jan-05 08:22 UTC
Place of Django template tags inside of ext3.0 viewport panels
On 01/05/2011 03:38 AM, William Hudspeth, Ph.D. wrote:> Does anyone know where I can find information on using ext3 with Django. > Specifically, I want to place Django template tags inside of a > particular panel in my ext3 viewport... I have tried what is seen below, > but it doesn't seem to work.. > > var viewport=new Ext.Panel({ > layout: 'border', > width:1200, > height:650, > renderTo: Ext.getBody(), > items: [{ > region: 'north', > xtype: 'panel', > layout: 'fit', > --------------> html:{% placeholder base_content %}, > width:1200, > height:50, > },{ > region: 'center',I think what you first need is to understand what ext3 [1] and this list is about and then refine your query. [1] http://en.wikipedia.org/wiki/Ext3 -- Udo Rader, CTO http://www.bestsolution.at http://riaschissl.blogspot.com
Apparently Analagous Threads
- syntax error, unexpected '\n', expecting tASSOC
- Writing loop transformations on the right representation is more productive
- Problems with make for R-2.8.0 on Suse Linux 10.1
- Problems installing R-2.8.0 on Suse linux 10.1
- Date calender instead of selectboxes like in Django