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
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
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
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
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
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
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
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
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