2017 © Pedro Peláez
 

library widgets

Widgets

image

webchemistry/widgets

Widgets

  • Saturday, May 27, 2017
  • by Antik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 166 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

Installation

config.neon:, (*2)

extensions:
    widgets: WebChemistry\Widgets\DI\WidgetsExtension

Registration

config.neon, (*3)

widgets:
    firstWidget: FirstWidget
    secondWidget: # With multiplier
        multiplier: yes
        class: SecondWidget
    thirdWidget: @third # As service

services:
    third: ThirdWidget

Using

Presenter:, (*4)

class BasePresenter extends Nette\Application\UI\Presenter {
    use WebChemistry\Widgets\Traits\TPresenter;

}

Template:, (*5)

{widget firstWidget}
{widget secondWidget-1}
{widget secondWidget-2}
{widget thirdWidget}

The Versions

27/05 2017

dev-master

9999999-dev

Widgets

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Avatar Antik

widgets webchemistry

27/05 2017

2.0

2.0.0.0

Widgets

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Avatar Antik

widgets webchemistry

04/02 2016

1.0

1.0.0.0

Widgets

  Sources   Download

GPL-3.0

by Avatar Antik

widgets webchemistry