widgets
Table of Contents
Classes
- ActiveField
- Extends the ActiveField component to handle various bootstrap form types and handle input groups.
- ActiveForm
- Extends the ActiveForm widget to handle various
bootstrap form types.
- Affix
- A scrollspy and affixed enhanced navigation to highlight sections and secondary
sections in each page
- Alert
- Extends the \yii\bootstrap\Alert widget with additional styling and auto fade out options.
- AlertBlock
- Alert block widget that groups multiple `\kartik\widget\Alert` or `kartik\widget\Growl` widgets as one single block.
- AssetBundle
- Base asset bundle for all widgets
- ColorInput
- ColorInput widget is an enhanced widget encapsulating the HTML 5 color input.
- DatePicker
- DatePicker widget is a Yii2 wrapper for the Bootstrap DatePicker plugin. The
plugin is a fork of Stefan Petre's DatePicker (of eyecon.ro), with improvements
by @eternicode.
- DateTimePicker
- DateTimePicker widget is a Yii2 wrapper for the Bootstrap DateTimePicker plugin by smalot
This is a fork of the DatePicker plugin by @eternicode and adds the time functionality.
- DepDrop
- Dependent Dropdown widget is a wrapper widget for the dependent-dropdown
JQuery plugin by Krajee. The plugin enables setting up dependent dropdowns
with nested dependencies.
- FileInput
- FileInput widget styled for Bootstrap 3.0 with ability to multiple file
selection and preview, format button styles and inputs. Runs on all modern
browsers supporting HTML5 File Inputs and File Processing API. For browser
versions IE9 and below, this widget will gracefully degrade to normal HTML
file input.
- InputWidget
- Base input widget class for yii2-widgets
- RangeInput
- RangeInput widget is an enhanced widget encapsulating the HTML 5 range input.
- Select2
- Select2 widget is a Yii2 wrapper for the Select2 jQuery plugin. This
input widget is a jQuery based replacement for select boxes. It supports
searching, remote data sets, and infinite scrolling of results. The widget
is specially styled for Bootstrap 3.
- SideNav
- A custom extended side navigation menu extending Yii Menu
- Spinner
- A widget that wraps the spin.js - an animated CSS3 loading spinner
with VML fallback for IE.
- StarRating
- StarRating widget is a wrapper widget for the Bootstrap Star Rating plugin by Krajee.
- SwitchInput
- Switch widget is a Yii2 wrapper for the Bootstrap Switch plugin by Mattia, Peter, & Emanuele.
- TimePicker
- The TimePicker widget allows you to easily select a time for a text input using
your mouse or keyboards arrow keys. Thus widget is a wrapper enhancement over the
TimePicker JQuery plugin by rendom forked from the plugin by jdewit. Additional
enhancements have been done to this input widget for compatibility with Bootstrap 3.
- TouchSpin
- TouchSpin widget is a Yii2 wrapper for the bootstrap-touchspin plugin by
István Ujj-Mészáros. This input widget is a mobile and touch friendly input
spinner component for Bootstrap 3.
- Typeahead
- Typeahead widget is a Yii2 wrapper for the Twitter typeahead.js plugin. This
input widget is a jQuery based replacement for text inputs providing search
and typeahead functionality. It is inspired by twitter.com's autocomplete search
functionality and based on Twitter's typeahead.js which Twitter mentions as
a fast and fully-featured autocomplete library.
- TypeaheadBasic
- Typeahead widget is a Yii2 wrapper for the Twitter typeahead.js plugin. This
input widget is a jQuery based replacement for text inputs providing search
and typeahead functionality. It is inspired by twitter.com's autocomplete search
functionality and based on Twitter's typeahead.js which Twitter mentions as
a fast and fully-featured autocomplete library.
- Widget
- Base widget class for yii2-widgets
- WidgetAsset
- Common base widget asset bundle for all Krajee widgets