Componette

Componette

ipublikuj-archive

ipublikuj-archive / form-slug v1.1.2

Forms control for adding slug filed for Nette Framework (2.4+)

download-cloud-line composer require ipub/form-slug

Form Slug control

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Latest Stable Version Composer Downloads License

Forms control for adding slug filed for Nette Framework

Installation

The best way to install ipub/form-slug is using Composer:

$ composer require ipub/form-slug:@dev

After that you have to register extension in config.neon.

extensions:
	formSlug: IPub\FormSlug\DI\FormSlugExtension

And you also need to include static files into your page:

	<script src="{$basePath}/libs/ipub.formSlug.js"></script>
</body>

note: You have to upload static files from client-site folder to your project.

Documentation

Learn how to extend your forms with phone field in documentation. For JavaScript part of this extension please checkout JS documentation


Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/form-slug.

  • v1.1.2 v1.1.2

    • Just updating organization name
  • v1.1.1 v1.1.1

    • Updated to Nette 2.4 7 PHP 7.1
  • v1.1.0 v1.1.0

    • Upgraded to latest nette
    • Refactored to php7
    • Template is created with factory
  • v1.0.3 v1.0.3

    • Minor changes
  • v1.0.2 v1.0.2

    • Updated composer info
  • v1.0.1 v1.0.1

    Now is extension js part fully fluent.

  • v1.0.0 v1.0.0

Componette Componette felix@nette.org