yii - i want to show data on form fields using id with ajax -


how use ajax in yii show result against id??

public function actionview(){     $model= new viewform();     $model->unsetattributes();     if (isset($_get['viewjob'])) {         $model->attributes = $_get['viewjob'];     }     $this->render('viewjob',array(             'model'=>$model     )); } 

please clarify question.. if looking how use ajax in yii might u.

http://www.yiiframework.com/wiki/394/javascript-and-ajax-with-yii/

http://www.yiiframework.com/wiki/49/update-content-in-ajax-with-renderpartial/

http://www.yiiframework.com/wiki/388/ajax-form-submiting-in-yii/


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -