jqform jQuery Form plugin :: Yii extension

  1. Documentation
  2. Change Log

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.
0 0
1 follower
1 120 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags:
Developed by: heyhoo
Created on: Feb 12, 2010
Last updated: 14 years ago

Downloads

show all