atatanasov / gijgo

Gijgo - Free Javascript Controls
http://gijgo.com
MIT License
475 stars 188 forks source link

New method 'autofill' in Gijgo Dialogs with forms #284

Open stvowi opened 6 years ago

stvowi commented 6 years ago

Dear Mr, Atatanasov, how abaout it with the integration of the jQuery form autofill plugin. So we can say: dialog.autofill( data, options). The form in the dialog should automatic selected. The use case could be by Crud grids...

function Edit(e) { dialog.open('Edit Player'); dialog.autofill( e.data.record); }

atatanasov commented 6 years ago

I will think about it. We may add this in future versions.

stvowi commented 6 years ago

okay, thanks