- <?php echo CHtml::ajaxSubmitButton( 'Send',
- CHtml::normalizeUrl(array('site/ajaxIndexSubmit')),
- array(
- 'error'=>'js:function(){
- alert('error');
- }',
- 'beforeSend'=>'js:function(){
- alert('beforeSend');
- }',
- 'success'=>'js:function(data){
- alert('success, data from server: '+data);
- }',
- 'complete'=>'js:function(){
- alert('complete');
- }',
- //'update'=>'#where_to_put_the_response',
- )
- );
- ?>
Monday, May 27, 2013
Ajax SubmitButton Yii
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment