Re: [fw-general] Dojo view helper in incubator and ready for testing

2008-07-08 Thread Matthew Weier O'Phinney
-- Ron Dyck <[EMAIL PROTECTED]> wrote (on Tuesday, 08 July 2008, 01:43 PM -0400): > On Tue, Jul 8, 2008 at 12:02 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> > wrote: > > > If I finish early enough this week, I'd like to tackle that and the > ColorPalette dijit. They differ enough from

Re: [fw-general] Dojo view helper in incubator and ready for testing

2008-07-08 Thread Ron Dyck
On Tue, Jul 8, 2008 at 12:02 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: If I finish early enough this week, I'd like to tackle that and the > ColorPalette dijit. They differ enough from the other dijits, however, > that I decided to skip them for the time being. > I've been working wi

Re: [fw-general] Dojo view helper in incubator and ready for testing

2008-07-08 Thread Matthew Weier O'Phinney
-- Justin Hendrickson <[EMAIL PROTECTED]> wrote (on Tuesday, 08 July 2008, 10:28 AM -0500): > On a separate note, are their plans for a view helper for the Dijit.Editor > widget? I was playing around with it last week and noticed a problem with > submitting data from a Dijit.Editor (it appears to r

Re: [fw-general] Dojo view helper in incubator and ready for testing

2008-07-08 Thread Justin Hendrickson
On a separate note, are their plans for a view helper for the Dijit.Editor widget? I was playing around with it last week and noticed a problem with submitting data from a Dijit.Editor (it appears to remove the from the form) and I was wondering if/how you were going to handle that. On Tue, Jul 8

Re: [fw-general] Dojo view helper in incubator and ready for testing

2008-07-08 Thread Matthew Weier O'Phinney
-- Justin Hendrickson <[EMAIL PROTECTED]> wrote (on Tuesday, 08 July 2008, 10:12 AM -0500): > I'm pretty sure the problem is that you're trying to use Zend_Form with the > new > Dojo view helpers. Zend_Form_Decorator_Form is expecting to call > Zend_View_Helper_Form::form() and when you add the Do

Re: [fw-general] Dojo view helper in incubator and ready for testing

2008-07-08 Thread Justin Hendrickson
I'm pretty sure the problem is that you're trying to use Zend_Form with the new Dojo view helpers. Zend_Form_Decorator_Form is expecting to call Zend_View_Helper_Form::form() and when you add the Dojo helpers in, Zend_Form_Decorator_Form calls Zend_Dojo_View_Helper_Form::form(), which has a differe

Re: [fw-general] Dojo view helper in incubator and ready for testing

2008-07-08 Thread Matthew Weier O'Phinney
-- philip142au <[EMAIL PROTECTED]> wrote (on Tuesday, 08 July 2008, 06:14 AM -0700): > Or can you suggest a setup of what version of ZF and what version of > incubator files works? Current incubator works, but until the code is pushed to standard/library, the API may be in flux. -- Matthew Weier

Re: [fw-general] Dojo view helper in incubator and ready for testing

2008-07-08 Thread philip142au
Or can you suggest a setup of what version of ZF and what version of incubator files works? -- View this message in context: http://www.nabble.com/Dojo-view-helper-in-incubator-and-ready-for-testing-tp18079629p18338971.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Dojo view helper in incubator and ready for testing

2008-07-08 Thread Matthew Weier O'Phinney
-- philip142au <[EMAIL PROTECTED]> wrote (on Tuesday, 08 July 2008, 04:39 AM -0700): > > > Hi! ok I tried to use this, I want to use the form elements from Dojo. > > So I just copy it in and do the add helper path as you said and it gives me. > > Catchable fatal error: Argument 3 passed to > Ze

Re: [fw-general] Dojo view helper in incubator and ready for testing

2008-07-08 Thread philip142au
Hi! ok I tried to use this, I want to use the form elements from Dojo. So I just copy it in and do the add helper path as you said and it gives me. Catchable fatal error: Argument 3 passed to Zend_Dojo_View_Helper_Form::form() must be an array, string given in /projects/backup/phptaco/src/libra

Re: [fw-general] Dojo view helper in incubator and ready for testing

2008-06-24 Thread Matthew Weier O'Phinney
As a followup, the implementation is now feature complete and documented. If you're interested and have the time to test, well, as they say, "many eyes makes all bugs shallow." Thanks! -- Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote (on Monday, 23 June 2008, 06:05 PM -0400): > I've committed

[fw-general] Dojo view helper in incubator and ready for testing

2008-06-23 Thread Matthew Weier O'Phinney
I've committed the initial implementation of the Dojo view helper to the standard/incubator/ of our svn repository: http://framework.zend.com/svn/framework/standard/incubator/ If you utilize it, you will need to do two things: * Add the incubator library to your include_path * Add a help