-- Todd Wolaver <[EMAIL PROTECTED]> wrote
(on Thursday, 17 July 2008, 11:17 AM -0500):
> I've been playing with the Dojo view helper and Zend_Dojo_Form it all  
> looks great and easy to implement.
>
> I did find a minor issue in the view helper related to adding module  
> paths.  The generated code doesn't include the path for the module  
> namespace.
>
> Valid Dojo syntax would be:
> dojo.registerModulePath("foo", "../../foo");
>
> Veiw helper outputs:
> dojo.registerModulePath("foo");
>
> I've updated the _renderExtras method in  
> Zend_Dojo_View_Helper_Dojo_Container to get it working for now.  I can  
> add a bug to the issue tracker if you like but I didn't see a category  
> for Zend_Dojo in there yet.

I've added a category for this now; please enter the issue, and, if
possible, attach the patch.

> As a side note on Zend_Dojo_Form, I'm having a hard time figuring out  
> how to get the checkboxes in MultiCheckbox to render as a Dijit  
> checkbox, any suggestions?

Hmm... I may need to add a MultiCheckBox dijit element. Place a feature
request in the tracker for this; I can see this being useful.


> On Jul 16, 2008, at 11:16 AM, Matthew Weier O'Phinney wrote:
>
>> Greetings, all --
>>
>> I've promoted the following components from standard/incubator/ to
>> standard/trunk/ in preparation for the 1.6.0 release:
>>
>>  * Zend_Dom_Query: use CSS selectors to query (X)HTML/XML documents
>>  * Zend_Dojo: ZF/Dojo integration layer
>>  * Zend_Json_Server: JSON-RPC implementation
>>  * Zend_Session_SaveHandler_DbTable: Store session data in a database
>>    table
>>  * Zend_Test_PHPUnit: testing infrastructure for MVC applications
>>  * Zend_Text_Figlet: create Figlets with ZF
>>
>> If you haven't tried these new components out yet, please do. If you
>> haven't due to lack of documentation, documentation is available in  
>> the
>> documentation/manual/en/module_specs/ tree in human-readable DocBook,
>> with full PHP examples and use cases.
>>
>> A hearty thank you to all contributors and testers involved with  
>> making
>> these components a reality!
>>
>> -- 
>> Matthew Weier O'Phinney
>> Software Architect       | [EMAIL PROTECTED]
>> Zend Framework           | http://framework.zend.com/
>

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to