Download the PHP package bonzer/inputs without Composer
On this page you can find all versions of the php package bonzer/inputs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bonzer/inputs
More information about bonzer/inputs
Files in bonzer/inputs
Informations about the package inputs
HTML Form Fields.
A utility Library with minimal interface giving you the ability to create HTML form fields with added functionality.
Form Fields included are
- text
- multi-text
- multi-text-calendar
- textarea
- select
- multi-select
- icon
- color
- calendar
- heading
- radio
- checkbox
Getting Started
Prerequisites
-
PHP - the following PHP dependencies are required for complete working of form fields
- PHP >= 5.4
- "bonzer/exceptions" : "dev-master"
- "oyejorge/less.php" : "v1.7.0.14"
-
Javascript - the following javacsript dependencies are required for complete working of form fields
- jquery
- jquery-ui
(Includes: draggable, core, resizable, selectable, sortable, datepicker, menu, selectmenu, button, tooltip) - chosen (Multi Select)
- spectrum (Color Picker)
-
CSS - the following CSS dependencies are required for complete working of form fields
- font-awesome
- jquery-ui
- jquery-ui.theme
(Includes: draggable, core, resizable, selectable, sortable, datepicker, menu, selectmenu, button, tooltip, theme) - chosen (Multi Select)
- spectrum (Color Picker)
Installing
It can be installed via composer. Run
Configuration
The above code must come before any code related to this Library.
- Note: keys to put in
js_excluded
andcss_excluded
can be found insrc/config.php
file
The Library come bundled with required css, js and fonts. As we all know css
must go in head tag
and for js
,
recommended option is before </body>
. For this Library is offering two methods:
but if you intend to use both of these options yourself, turn the 'load_assets_automatically'
key in configuration to FALSE
. i.e.
Usage
There is a Factory class Bonzer\Inputs\factories\Input
that has create
method,
The Blueprint of the Method is
second argument $args
has blueprint as follows:
Examples
Support
If you are having issues, please let me know.
You can contact me at [email protected]
Credits
- Font Awesome
- Vector Icons -- Pixel Buddha from www.flaticon.com is licensed by CC 3.0 BY
License
The project is licensed under the MIT license.
All versions of inputs with dependencies
wikimedia/less.php Version v1.7.0.14
bonzer/exceptions Version v0.0.1
bonzer/ioc-container Version v0.0.2
bonzer/events Version v0.0.1