2017 © Pedro Peláez
 

library form-phone

Forms control for adding phone filed for Nette Framework

image

ipub/form-phone

Forms control for adding phone filed for Nette Framework

  • Wednesday, April 5, 2017
  • by akadlec
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,367 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 10 Versions
  • 14 % Grown

The README.md

Form Phone control

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Latest Stable Version Composer Downloads License, (*1)

Forms control for adding phone number filed for Nette Framework, (*2)

Installation

The best way to install ipub/form-phone is using Composer:, (*3)

$ composer require ipub/form-phone

After that you have to register extension in config.neon., (*4)

extensions:
    formPhone: IPub\FormPhone\DI\FormPhoneExtension

And you also need to include static files into your page:, (*5)

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

note: You have to upload static files from client-site folder to your project., (*6)

Documentation

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


Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/form-phone., (*8)

The Versions