shtumi / ShtumiUsefulBundle

Symfony 2 bundle with some useful things - custom form types, dql functions, twig extensions, etc...
110 stars 67 forks source link

SonataAdminBundle - FormMapper #51

Open kminhtri opened 11 years ago

kminhtri commented 11 years ago

Hello,

It's possible to set an ajax autocomplete on formmaper in Admin Class? Thank you :)

shtumi commented 11 years ago

Hello.

What do you mean by Admin Class? SonataAdminBundle Admin Class?

kminhtri commented 11 years ago

Yes in fact in the "configureFormFields" method of SonataAdminBundle Admin Class (in your example you use just for the filters "configureDatagridFilters")

shtumi commented 11 years ago

so sure you can use it in configureFormFields as you can use there any other symfony form element.

kminhtri commented 11 years ago

Yes i saw that i'm a dummy ^^ :p Thank you But did you have an idea to set mutiple choice for the autocomplete ajax input? (I'm trying to overwrite your fields.html.twig to set the autocomplete jquery ui options, but I'm so low :p)