[fw-general] ZF1.8.4 and Dojo filteringselect

2009-07-09 Thread Holon35

Since V1.8.4 off ZF all my dojo dialog are down.
This is a piece of one of my Form : 

$frechevenementcommunaute = new
Zend_Dojo_Form_Element_FilteringSelect('ann_communaute');
$frechevenementcommunaute->setDecorators(array('DijitElement',array('Label',
array('escape'=>false)),  array('HtmlTag', array('tag'=>'p'
   ->setAutoComplete(true)
   ->setStoreId('communautesStore')
   ->setStoreType('dojo.data.ItemFileReadStore')
   ->setValue(10)
  
->setStoreParams(array('url'=>'/1001sportifsv2/public/general/default/index/listecommunautesrechvideo'))
   ->setAttribs(array("searchAttr" =>
"techcommunautes_lib","onchange" => "modifliste(this.value)"))
   ->setLabel('Communauté');

With ZF1.8.3
/1001sportifsv2/public/general/default/index/listecommunautesrechvideo is
called automatically and the value corresponding to 10 is selected.

With 1.8.4 nothing is selected and 'populate' dont work at all.

I'm very desapointed and I cant find solution.
-- 
View this message in context: 
http://www.nabble.com/ZF1.8.4-and-Dojo-filteringselect-tp24417377p24417377.html
Sent from the Zend Framework mailing list archive at Nabble.com.



Re: [fw-general] Zend_Dojo_Form_Element_Editor

2009-01-22 Thread Holon35

I just want to add that it seems that the generate code is the problem for IE
: 

  CV sportif
  
  Année 



Holon35 wrote:
> 
> Hi,
> I have a Zend_Dojo_Form, and Zend_Dojo_Form_Element_Editor work fine with
> FireFox, but in IE7 a see the textbox, but its impossible to enter some
> text in it...
> 
> Is someone can help me ?
> 

-- 
View this message in context: 
http://www.nabble.com/Zend_Dojo_Form_Element_Editor-tp21593349p21601354.html
Sent from the Zend Framework mailing list archive at Nabble.com.



[fw-general] Zend_Dojo_Form_Element_Editor

2009-01-21 Thread Holon35

Hi,
I have a Zend_Dojo_Form, and Zend_Dojo_Form_Element_Editor work fine with
FireFox, but in IE7 a see the textbox, but its impossible to enter some text
in it...

Is someone can help me ?
-- 
View this message in context: 
http://www.nabble.com/Zend_Dojo_Form_Element_Editor-tp21593349p21593349.html
Sent from the Zend Framework mailing list archive at Nabble.com.