ZF-3962: parseOnLoad: true should not be forced if using UseDeclarative
Description
In Dojo/View/Helper/Dojo/Container.php, the djconfig parameter parseOnLoad is forced to true when using declarative style. There are cases, however, when manually running the parser after custom code may be desired. So we should be able to override the default parseonload: true using setDjConfigOption.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-22T15:01:31.000+0000
The only way to do this is to check if parseOnLoad has been previously set; otherwise, the default should be to turn it on.
Scheduling for RC3.
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-24T13:54:08.000+0000
Fixed in trunk and 1.6 release branch. Set the djConfig option "parseOnLoad" to "false" to disable.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:40.000+0000
Updating for the 1.6.0 release.