Reactions to story from eKini Web Development Blog
Zend Framework How To: Handling checkboxes using Zend_Form and jQuery
http://blog.ekini.net/ 2008/ 05/ 20/ zend-framework-how-to-handling-checkboxes-using...
I am sharing this because it took me a while to figure out how to handle checkboxes using jQuery. First off, let us create a checkbox using Zend_Form. class forms_CoolForm extends Zend_Form { public function __construct($options = NULL) { parent::__construct($options); $this->setName(‘cool_form’); $content = new Zend_Form_Element_Textarea(‘notes’); $content->setLabel(‘Content’) ->setAttrib(‘class’,‘my_textarea’) ->setAttrib(‘id’,‘textarea_id’) ->addValidator(‘NotEmpty’)
Reactions / posts that link to this post
-
ZF: Handling checkboxes using Zend_Form and jQuery
http://www.phpreads.com/zf-handling-checkboxes-using-zend_fo...This blog post shows how to create checkboxes with Zend_Form and handle them with jQuery. Author gives commented code snippets for easy implementation for your application. I am sharing this because it took me a while to figure out how to handle checkboxes using jQuery. First off, let us create a checkbox using Zend_Form.
More rising blog posts
-
Entertainment »
Venus Williams Suffers Wardrobe Malfunction (Photos) -
Business »
WIN: Early Adopters Always Pay -
Lifestyle »
Wafergate Starter on Freethought Radio This Weekend -
Politics »
Why Are We Late to Know Obama is Leading McCain? -
Sports »
Rams News and Notes -
Technology »
Touchscreens at Oakland As Stadium
More rising news stories
-
Entertainment »
Marilyn Manson: Overrated, Underrated, Or Just Freakin' Weird? -
Business »
What the FDIC is Doing to Stabilize Troubled Banks -
Lifestyle »
Gore's Bold Plan to Save the Planet -
Politics »
Statement by the Press Secretary on Iraq -
Sports »
Wirtz scores, with assist from McDonough -
Technology »
Virtual Theaters for Documentaries
Recent posts from eKini Web Development Blog
-
jQuery: How to handle radio buttons
15 days ago -
Kanye West pissed off. Delay in Bonnaroo. Pearl Jam ended 1 hour late.
22 days ago -
How to get Cross Browser Compatibility Every Time
29 days ago