w2ui
Home
Get started
Demos
Docs
Blog
Support
Layout
Grid
Toolbar
Sidebar
Tabs
Form
Popup
Utilities
ver 1.3
ver 1.4
ver 1.5
ver 2.0
Form
Overview
Events
Properties
Methods
Fields
Numeric
Date & Time
Drop Lists
Multi Selects
Upload
Custom
Custom Types
In versions pervious to v2, there was a way to add custom types. However, since with v2 the architecture is moved to classes, you can use class inheritance to extend functionality to the input controls.
class MyControl extends w2field { constructor(type, options) { super(type, options) ... } init() { ... } render(el) { ... } }
User Comments
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus