2017 © Pedro PelĂĄez
 

symfony-bundle smart-admin-bundle

Symfony WHSmartAdminBundle

image

wh/smart-admin-bundle

Symfony WHSmartAdminBundle

  • Thursday, November 3, 2016
  • by jeromelebleu
  • Repository
  • 3 Watchers
  • 0 Stars
  • 221 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

# WH ADMIN BUNDLE

Le template utilisé est smart admin., (*1)

Installation

public function registerBundles()
{
    $bundles = array(

        new WH\SmartAdminBundle\WHSmartAdminBundle(),

    );

    ...

Twig functions

.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)

SmartAdminBundle

The Versions

03/11 2016

dev-master

9999999-dev

Symfony WHSmartAdminBundle

  Sources   Download

GPL-3.0+

The Requires

 

api json xml web service bckend application