Libraries and Frameworks
Used in HybridForms
-
Apache Cordova for iOS, Android
- for cross platform development
- https://cordova.apache.org/
-
Electron for Windows and Mac applications
-
jQuery
- Library for DOM traversal and manipulation, event handling, AJAX calls etc.
- https://jquery.com/
-
Kendo UI
- UI library for form controls
- Overview: http://www.telerik.com/kendo-ui
- API: http://docs.telerik.com/kendo-ui/api/javascript
- HybridForms form controls that implement Kendo UI controls:
- ComboBox based on Kendo Combobox (http://docs.telerik.com/kendo-ui/api/javascript/ui/combobox)
- DropDownList based on Kendo DropDownList (https://docs.telerik.com/kendo-ui/api/javascript/ui/dropdownlist)
- NumericField based on Kendo NumericTextBox (http://docs.telerik.com/kendo-ui/api/javascript/ui/numerictextbox)
- DatePicker based on Kendo DatePicker (http://docs.telerik.com/kendo-ui/api/javascript/ui/datepicker)
- TimePicker based on Kendo TimePicker (http://docs.telerik.com/kendo-ui/api/javascript/ui/timepicker)
- MaskedTextField based on Kendo MaskedTextBox (https://docs.telerik.com/kendo-ui/api/javascript/ui/maskedtextbox)
- Switch based on Kendo Switch (https://docs.telerik.com/kendo-ui/api/javascript/ui/switch)
-
momentJS
- Parse, validate, manipulate, and display dates and times in JavaScript.
- moment.js
-
WinJS
- HTML data-win-* declarations
<div data-win-control="HFWinJS.Ctrl.TextField"></div>
- Library for some other UI controls, eg. SplitView, ListView
- https://github.com/winjs/winjs
- HTML data-win-* declarations
HybridForms API
- library for accessing HybridForms functionality