Tag Archives: YII AJAX SUBMIT BUTTON

Ajax Submit Button in Yii

Normally we will use the form submit action via post or get method with page submit option. With out page refresh we can submit the form using ajax concept. It will be faster than page reload. This post will help you to under stand AjaxSubmitButton instead of submitButton in yii. ajaxSubmitButton With Form <div class=”form”> […]

Yii Ajax

Ajax Submit Button Ajax Button Ajax Link Ajax Support Ajax Submit Button Ajax submit button can submit the current form in POST method. public static string ajaxSubmitButton( string $label, mixed $url, array $ajaxOptions=array ( ), array $htmlOptions=array ( ) ) $lable-the button label $url – the URL for the AJAX request. If empty, it is […]