This extension provides a widget for using the jQuery Form plugin
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the 'jqform' folder under
protected/extensions
Usage ¶
The following example shows how to use JqForm:
$this->widget('application.extensions.jqform.JqForm', array(
'formId' => 'myForm',
'options' => array(
'function' => 'alert("Thank you!");',
),
));
Change Log ¶
February 18, 2010 ¶
- v 1.01 updated some minor things
February 12, 2010 ¶
- Initial release.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.