2017 © Pedro Peláez
 

library nette-macros

Latte macros extension for Nette Framework

image

geniv/nette-macros

Latte macros extension for Nette Framework

  • Wednesday, July 4, 2018
  • by geniv
  • Repository
  • 1 Watchers
  • 0 Stars
  • 403 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 37 % Grown

The README.md

Macros

Latte macros, (*1)

Installation

$ composer require geniv/nette-macros

or, (*2)

"geniv/nette-macros": ">=1.0.0"

require:, (*3)

"php": ">=5.6.0",
"nette/nette": ">=2.4.0"

Include in application

neon configure:, (*4)

extensions:
    - Macros\Bridges\Nette\Extension

IfCurrent (n:class="$presenter->linkCurrent ? ..."):, (*5)

<div n:ifCurrent="Homepage:default">aktivni sekce Homepage:default</div>
{ifCurrent 'Homepage:default'}aktivni sekce Homepage:default{/ifCurrent}

IfCurrentIn:, (*6)

<div n:ifCurrentIn="'News:default', 'Homepage:default'">Hello, n:macro</div>
{ifCurrentIn 'News:default', 'Homepage:default'}Hello, standart macro{/ifCurrentIn}

IfCurrentSwitch:, (*7)

{ifCurrentSwitch}
    {ifCurrentCase 'Homepage:default'}
        layout-variant-hp
    {ifCurrentCase 'Homepage:vzor'}
        layout-variant-location
    {ifCurrentDefault}
        layout-variant-sub
{/ifCurrentSwitch}

SubmitButton:, (*8)

{form formName}
    {button controlName, class=>"btn"}
        <i class="icon icon-ok"></i>
        {caption}
    {/button}
{/form}

{form formName}
    {button $_form['controlName'], class=>"btn"}
        <i class="icon icon-ok"></i>
        {caption}
    {/button}
{/form}

Confirm:, (*9)

<a href="..." n:confirm="'Really delete?'">delete</a>
<a href="..." n:confirm="$presenter->translator->translate('translate-confirm')">delete</a>

DataStream:, (*10)

{dataStream}/www/images/logo.png{/dataStream}

if image does not exist then result null, (*11)

The Versions

04/07 2018

dev-master

9999999-dev

Latte macros extension for Nette Framework

  Sources   Download

MIT GPL-3.0

The Requires

 

by Radek Frystak

nette latte macro geniv

04/07 2018

v1.1.0

1.1.0.0

Latte macros extension for Nette Framework

  Sources   Download

MIT

The Requires

 

by Radek Frystak

nette latte macro geniv

04/07 2018

dev-develop

dev-develop

Latte macros extension for Nette Framework

  Sources   Download

MIT GPL-3.0

The Requires

 

by Radek Frystak

nette latte macro geniv

01/07 2018

v1.0.9

1.0.9.0

Latte macros extension for Nette Framework

  Sources   Download

MIT

The Requires

 

by Radek Frystak

nette latte macro geniv

31/05 2018

v1.0.8

1.0.8.0

Latte macros extension for Nette Framework

  Sources   Download

MIT

The Requires

 

by Radek Frystak

nette latte macro geniv

08/05 2018

v1.0.7

1.0.7.0

Latte macros extension for Nette Framework

  Sources   Download

MIT

The Requires

 

by Radek Frystak

nette latte macro geniv

06/05 2018

v1.0.6

1.0.6.0

Latte macros extension for Nette Framework

  Sources   Download

MIT

The Requires

 

by Radek Frystak

nette latte macro geniv

05/05 2018

v1.0.5

1.0.5.0

Latte macros extension for Nette Framework

  Sources   Download

MIT

The Requires

 

by Radek Frystak

nette latte macro geniv

19/01 2018

v1.0.4

1.0.4.0

Latte macros extension for Nette Framework

  Sources   Download

MIT GPL-3.0

The Requires

 

by Radek Frystak

nette latte macro geniv

15/08 2017

v1.0.3

1.0.3.0

Latte macros extension for Nette Framework

  Sources   Download

GPL-3.0

The Requires

 

by Radek Frystak

nette latte macro geniv

21/07 2017

v1.0.2

1.0.2.0

Latte macros extension for Nette Framework

  Sources   Download

GPL-3.0

The Requires

 

by Radek Frystak

nette latte macro geniv

19/07 2017

v1.0.1

1.0.1.0

Latte macros extension for Nette Framework

  Sources   Download

GPL-3.0

The Requires

 

by Radek Frystak

nette latte macro geniv

19/07 2017

v1.0.0

1.0.0.0

Translator extension for Nette Framework

  Sources   Download

GPL-3.0

The Requires

 

by Radek Frystak

translator nette geniv