aweui - awesome js UI components library
DropdownList
Combobox
Remote search
Autocomplete
Datepicker
Textbox
ButtonGroup
AjaxDropdown
Tree data, lazy nodes, remote search
Cascading RadioList and CheckboxList
Multiselect
DropdownList with fav buttons
Multicheck
Lookup
MultiLookup
Popup
Checkbox
Grid Filter Row
Grid inline editing
Grid Popup Crud
Tree Grid
Grid Nesting
Drag and Drop Cards and Items
item 1
item 2
item 3
item 4
item 5
item 6
item 7
Drag and Drop
drag source
a
b
c
drop target
Grid conditional inline editing and multiple editors in cell
PopupForm
Vue.js, React
You can download our demos for react and vue from the "downloads" dropdown in the top right corner.
Destroying awesome controls
You can destroy an awesome control by calling
To unintialize popups you can call
awe.destroy($('#id'))
or all the awesome controls contained in a div using awe.destroyCont
for example you could call
awe.destroyCont($('body'))
. When closing an awesome popup all the containing awesome controls are destroyed.
Same thing happens when closing (save/cancel) a grid inline edit row.To unintialize popups you can call
awe.uninitPopup('popupName')
Comments