library library
October Widget Library
owl/library
October Widget Library
- Thursday, July 9, 2015
- by scottbedard
- Repository
- 8 Watchers
- 17 Stars
- 35 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 6 Forks
- 6 Open issues
- 1 Versions
- 0 % Grown
A collection of form widgets for October CMS., (*1)
For installation instructions, see the individual widget repositories., (*2)
| 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 complete library, add the following to your plugin's composer.json file., (*3)
"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., (*4)
Contributing
Have a widget that others might find useful? Get in touch!, (*5)