Skip to content

alvaro-canepa/library-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

October Widget Library

A collection of form widgets for October CMS.

Installing widgets

For installation instructions, see the individual widget repositories.

Widget Used for...
Address Google maps auto-complete for address inputs.
Comment Adding information to forms, without creating extra widgets.
Has Many Managing related models through a has-many/belongs-to relationship.
Knob A touch friendly widget to handle numeric fields.
Money Accepting currency input.
Password Masking input values on blur.
Tagbox Accepting an array of strings.

Installing the complete library

To install the the complete library, add the following to your plugin's composer.json file.

"require": {
    "owl/library": "~1.0"
}

Next, register the widgets in your Plugin.php file. Examples demonstrating how to do this can be found in the individual repositories.

Contributing

Have a widget that others might find useful? Get in touch!

About

October Widget Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.0%
  • PHP 25.3%
  • Shell 10.5%
  • HTML 10.0%
  • CSS 6.2%