2017 © Pedro Peláez
 

symfony-bundle table-widget

Victoire DCMS Table widget

image

friendsofvictoire/table-widget

Victoire DCMS Table widget

  • Thursday, May 11, 2017
  • by lenybernard
  • Repository
  • 9 Watchers
  • 1 Stars
  • 5,116 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 3 Open issues
  • 11 Versions
  • 1 % Grown

The README.md

Victoire DCMS Table Widget

What is the purpose of this bundle

This bundle gives you access to the Table Widget. With this widget, you can install table on any page., (*1)

You can change the order of any line or column., (*2)

Set Up Victoire

If you haven't already, you can follow the steps to set up Victoire here, (*3)

Install the Bundle

Run the following composer command :, (*4)

php composer.phar require victoire/table-widget

Reminder

Do not forget to add the bundle in your AppKernel !, (*5)

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Victoire\Widget\TableBundle\VictoireWidgetTableBundle(),
        );

        return $bundles;
    }
}

Front dependencies

Redactor and X-Editable

To get the table-widget work, you need redactorjs and x-editable., (*6)

You can fetch these vendors with bower:, (*7)

    "dependencies": {
    "redactor": "https://github.com/lenybernard/bower-redactor/archive/10.2.5.zip",
    "x-editable": "~1.5.1"
    }

And load the following stylesheet files:, (*8)

    "@bowerDirectory/redactor/redactor/redactor.less"
    "@bowerDirectory/x-editable/dist/js/bootstrap3-editable/css/bootstrap-editable.css"

And load the following javascript files:, (*9)

    "@bowerDirectory/redactor/redactor/redactor.min.js"
    "@bowerDirectory/redactor/redactor/langs/fr.js"
    "@bowerDirectory/redactor/redactor/plugins/fontcolor/fontcolor.js"
    "@bowerDirectory/redactor/redactor/plugins/fontfamily/fontfamily.js"
    "@bowerDirectory/redactor/redactor/plugins/fontsize/fontsize.js"
    "@bowerDirectory/x-editable/dist/js/bootstrap3-editable/js/bootstrap-editable.min.js"

where @bowerDirectory is the directory set in your .bowerrc file, (*10)

The Versions

11/05 2017

dev-feature/behat-tests

dev-feature/behat-tests http://victoire.io

Victoire DCMS Table widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

table widget victoire dcms friendsofvictoire

07/04 2017

dev-master

9999999-dev http://victoire.io

Victoire DCMS Table widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

table widget victoire dcms friendsofvictoire

03/04 2017

2.1.5

2.1.5.0 http://victoire.io

Victoire DCMS Table widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

table widget victoire dcms friendsofvictoire

26/01 2017

2.1.4

2.1.4.0 http://victoire.io

Victoire DCMS Table widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

table widget victoire dcms friendsofvictoire

26/01 2017

2.1.3

2.1.3.0 http://victoire.io

Victoire DCMS Table widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

table widget victoire dcms friendsofvictoire

29/12 2016

2.1.2

2.1.2.0 http://victoire.io

Victoire DCMS Table widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

table widget victoire dcms friendsofvictoire

13/10 2016

2.1.1

2.1.1.0 http://victoire.io

Victoire DCMS Table widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

table widget victoire dcms friendsofvictoire

06/10 2016

2.1.0

2.1.0.0 http://victoire.io

Victoire DCMS Table widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

table widget victoire dcms friendsofvictoire

22/08 2016

2.0.0

2.0.0.0 http://victoire.io

Victoire DCMS Table widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

table widget victoire dcms friendsofvictoire

29/04 2016

1.5.0

1.5.0.0 http://victoire.io

Victoire DCMS Table widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

table widget victoire dcms friendsofvictoire

02/11 2015

1.3.0

1.3.0.0 http://victoire.io

Victoire DCMS Table widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

table cms widget dynamic victoire dcms friendsofvictoire fov