samdark / yii2-cookbook

Yii 2.0 Community Cookbook
1.44k stars 297 forks source link

Modal editing form with ajax validation #26

Open EndErr opened 9 years ago

EndErr commented 9 years ago

Also it would be good to have a solution for modal editing form inside another form (not modal).

samdark commented 9 years ago

What's your use case?

EndErr commented 9 years ago

Having a form for editing a Person I need to have a way for editing its Addresses (from another class in relation with Person) in a modal form.

omko2 commented 9 years ago

My case is: Edit creditcards in modal window under "edit person" form.

samdark commented 9 years ago

https://github.com/yiisoft/yii2/issues/6259

samdark commented 9 years ago

http://yiiframework.ru/forum/viewtopic.php?f=19&t=20766

kartik-v commented 9 years ago

Check my comment here.