Re: [fw-general] Dijit container example ?

2008-12-05 Thread Matthew Weier O'Phinney
-- Superbiji » <[EMAIL PROTECTED]> wrote (on Friday, 05 December 2008, 11:40 AM +0700): > Hi... > I think i have problem using Zend Layout and Zend Dojo Container.. it > only work when placing container codes in View Script but does not > work in Layout.. for example I want to enclose > $this->layo

Re: [fw-general] Dijit container example ?

2008-12-04 Thread Superbiji »
Hi... I think i have problem using Zend Layout and Zend Dojo Container.. it only work when placing container codes in View Script but does not work in Layout.. for example I want to enclose $this->layout()->content with Content Pane.. please help 2008/11/26 Matthew Weier O'Phinney <[EMAIL PROTECT

Re: [fw-general] Dijit container example ?

2008-11-27 Thread Superbiji »
So... we have to use layout .. to make dojo view works.. I will try using layout then thanks 2008/11/26 Jason Webster <[EMAIL PROTECTED]>: > Conversely, simply move your head tags, etc, into a layout (it looks as if > they're in your view script from your snippets). > The layout is rendered after

Re: [fw-general] Dijit container example ?

2008-11-26 Thread Jason Webster
Conversely, simply move your head tags, etc, into a layout (it looks as if they're in your view script from your snippets). The layout is rendered after the views, so everything should fire in the correct order. Matthew Weier O'Phinney wrote: -- Superbiji » <[EMAIL PROTECTED]> wrote (on Wednes

Re: [fw-general] Dijit container example ?

2008-11-26 Thread Matthew Weier O'Phinney
-- Superbiji » <[EMAIL PROTECTED]> wrote (on Wednesday, 26 November 2008, 04:21 PM +0700): > Hi All.. > i've been trying zf 1.7 and add accordionContainer but without > success. please can anyone give me full examples? can't find it in > manual yet. > > in my action: > function dojoformA

[fw-general] Dijit container example ?

2008-11-26 Thread Superbiji »
Hi All.. i've been trying zf 1.7 and add accordionContainer but without success. please can anyone give me full examples? can't find it in manual yet. in my action: function dojoformAction() { Zend_Dojo::enableView($this->view); } view: dojo()