Re: [fw-general] [DOJO] Alternative for Zend_Form_Element_MultiCheckbox in Zend_Dojo_Form

2010-11-14 Thread sNop
Hi, I have created my own Zend_Dojo_Form_Element_MultiCheckbox and Zend_Dojo_View_Helper_MultiCheckbox. If somebody want this code, pls send me a email. On 31. 10. 2010 20:05, sNop wrote: > Hi, > > I'm using Zend_Dojo_Form and I want to alternative for > Zend_Form_Elem

[fw-general] [DOJO] Alternative for Zend_Form_Element_MultiCheckbox in Zend_Dojo_Form

2010-10-31 Thread sNop
Hi, I'm using Zend_Dojo_Form and I want to alternative for Zend_Form_Element_MultiCheckbox, because when I use Zend_Form_Element_MultiCheckbox in Zend_Dojo_Form, so the output is unusable. I can't find any alternative. Thank you advices. signature.asc Description: OpenPGP digital signature

[fw-general] Zend_Dojo - Extended Dijit Support - Matthew Weier O'Phinney

2010-04-05 Thread sNop
Hi all, I have created project on the code.google.com: https://code.google.com/p/zf-dojo/ There are all infos and implemented some components from this proposal, if you want to help develop this proposal or you have implemented some dijit components, pls contact me. Thank you signature.asc D

Re: [fw-general] I18N Webinar

2009-11-14 Thread sNop
Thomas Weidner napsal(a): > Hy ZF interested community, > > I am preparing an webinar about I18N. > This one will be a speak about Translation and all what's related to > this task. > > So here comes your part: > Which things do you want to know ? > Which informations do you miss from manual or oth

[fw-general] How to simply wrap Zend_Form in div

2009-10-22 Thread sNop
Hi, i want to wrap my form in div, how do i do it ? I need something like this: It's possible this wihtout writing my own decorator ? Thank you for advices signature.asc Description: OpenPGP digital signature

[fw-general] [Zend_Cache] Diferrent lifetime for separate pages

2009-08-12 Thread sNop
Hi all, i'm using this code in my Bootstrap.php for caching my pages: protected function _initCache() { $this->bootstrap('Config'); $config = $this->getResource('Config'); $cache = Zend_Cache::factory('Page', 'File', array( 'lifetime

[fw-general] [Zend_Cache_Frontend_Page] Diferrent lifetime for separate pages

2009-08-12 Thread sNop
Hi all, i'm using this code in my Bootstrap.php for caching my pages: protected function _initCache() { $this->bootstrap('Config'); $config = $this->getResource('Config'); $cache = Zend_Cache::factory('Page', 'File', array( 'lifetime

[fw-general] [Zend_Cache_Frontend_Page] Diferrent lifetime for separate pages

2009-08-12 Thread sNop
Hi all, i'm using this code in my Bootstrap.php for caching my pages: protected function _initCache() { $this->bootstrap('Config'); $config = $this->getResource('Config'); $cache = Zend_Cache::factory('Page', 'File', array( 'lifetime' => 25

[fw-general] How to get resource in plugin

2009-08-10 Thread sNop
i, what is the best way to get resource in my plugins ? Now i'm using e.g.: $view = Zend_Controller_Front::getInstance()->getParam('bootstrap')->getResource('view'); Thank you for advices -- View this message in context: http://www.nabble.com/How-to-get-resource-in-plugin-tp24900788p24900788