Problem:
You are dutifully setting your size attribute in your Zend Form class and you input elements are being rendered with that size attribute. However if Javascript is enabled and you are using Dojo for your forms, the size attribute gets dropped.
Solution:
To set the width on dojo form elements you must use the width css operator. eg
$form->getElement('blah')->setAttrib('style'=>'width: 50em;');
So simple once you know how!
More…
Why I like jQuery (over Dojo) | Devon Hillard Tech Blog
Daily Dojo of Joshua James » Blog Archive » Openings, Part 2
Cool Portlets added to Dojo! « SOS
dojo.beer() in Dublin June 6th « SOS
DojoCampus » Blog Archive » Dojo.beer() – Barcelona, June 17th
how to make contact form in WP | My Life | My Journey
Tech Blog » Blog Archive » Google maps info window size problem …
Nearby wind farm may double in size – Pantagraph | The Green Report
zend framework losing session on swf/flash upload | GS Design
Zend Framework: Connecting to 2 databases | eKini: Web Developer Blog
Extending the Models in Zend Framework = Better readability + …
Daily Dojo of Joshua James » Blog Archive » Openings, Part 2
Cool Portlets added to Dojo! « SOS
dojo.beer() in Dublin June 6th « SOS
DojoCampus » Blog Archive » Dojo.beer() – Barcelona, June 17th
how to make contact form in WP | My Life | My Journey
Tech Blog » Blog Archive » Google maps info window size problem …
Nearby wind farm may double in size – Pantagraph | The Green Report
zend framework losing session on swf/flash upload | GS Design
Zend Framework: Connecting to 2 databases | eKini: Web Developer Blog
Extending the Models in Zend Framework = Better readability + …
