dev-master
9999999-devSymfony WHSmartAdminBundle
GPL-3.0+
The Requires
- php >=5.3.9
- symfony/symfony ~2.7
api json xml web service bckend application
Symfony WHSmartAdminBundle
Le template utilisé est smart admin., (*1)
public function registerBundles() { $bundles = array( new WH\SmartAdminBundle\WHSmartAdminBundle(), ); ...
.dateSelect : Met une taille Ă 33% des selects pour qu'ils tiennent dans l'espace en inline :, (*2)
{{ form_row(formCreate.birthday, {'class' : 'dateSelect'}) }}
ou 20% :, (*3)
{{ form_row(formCreate.birthday, {'class' : 'dateTimeSelect'}) }}
.block Met un element en display:block, (*4)
Demander une confirmation avant suppression :, (*5)
{{ Smart.confirm('your text') }}
Modal :, (*6)
{{ Smart.modal('size') }}
'size' peut ĂȘtre rien (taille moyenne) ou mm, sm, lg, (*7)
Symfony WHSmartAdminBundle
GPL-3.0+
api json xml web service bckend application