-- darren <[EMAIL PROTECTED]> wrote
(on Saturday, 16 August 2008, 08:45 AM -0500):
> I am trying to follow the example on this page.
> 
> It looks like the registerModulePath() expects 2 parameters, $module and
> $path.  But, the example only provides 1.
> 
> $this->dojo()->enable()
> 
>              ->setDjConfigOption('parseOnLoad', true)
> 
>              ->registerModulePath('../custom/')   /* needs two parameters? */
> 
>              ->requireModule('dijit.form.FilteringSelect')
> 
>              ->requireModule('custom.PairedStore');
> 
> When I load the page, I get the following error:
> Warning: Missing argument 2 for
> Zend_Dojo_View_Helper_Dojo_Container::registerModulePath()

You're correct -- I'm making a note to update this.


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

Reply via email to