version 3.5.1
==========================
- fixed html attributes rendering
- fixed loading animation rendering
- css improvements
version 3.5
==========================
- autosize for all popups ( can be turned off by calling in js awe.autoSize = false )
- added Parent, Paremeter extensions to Popup and PopupForm helpers
- trigger aweload event on load of Grid, AjaxDropdown, AjaxRadioList, AjaxCheckboxList, Lookup, MultiLookup
- Client Side API for the AjaxDropdown, CheckboxList, AjaxRadioList
- oparams for all apis (one time params, params are persisted for subsequent calls)
- Grid selection: Multiselect, Singleselect, Multicheck
- Grid RTL support
- Grid row model can be obtained by calling $('row selector').data('model')
- new grid api calls: get last request, last result
- Grid columns definition can be changed by setting the GridModel.Columns or GridParams.Columns before passing gridParmas to the GridModelbuilder
- SendColumns grid extension will set the columns definition in the GridParams
- added Order property to the column
- Numeric extension for the autocomplete
- added HtmlAttributes(IDictionary<string,object>) extension to all helpers with HtmlAttributes(object) extension
- underscores from html attributes names specified using the HtmlAttributes(object) are converted to dash
- new datepicker extensions: MinDate, MaxDate, default date, isRtl
==========================
- fixed html attributes rendering
- fixed loading animation rendering
- css improvements
version 3.5
==========================
- autosize for all popups ( can be turned off by calling in js awe.autoSize = false )
- added Parent, Paremeter extensions to Popup and PopupForm helpers
- trigger aweload event on load of Grid, AjaxDropdown, AjaxRadioList, AjaxCheckboxList, Lookup, MultiLookup
- Client Side API for the AjaxDropdown, CheckboxList, AjaxRadioList
- oparams for all apis (one time params, params are persisted for subsequent calls)
- Grid selection: Multiselect, Singleselect, Multicheck
- Grid RTL support
- Grid row model can be obtained by calling $('row selector').data('model')
- new grid api calls: get last request, last result
- Grid columns definition can be changed by setting the GridModel.Columns or GridParams.Columns before passing gridParmas to the GridModelbuilder
- SendColumns grid extension will set the columns definition in the GridParams
- added Order property to the column
- Numeric extension for the autocomplete
- added HtmlAttributes(IDictionary<string,object>) extension to all helpers with HtmlAttributes(object) extension
- underscores from html attributes names specified using the HtmlAttributes(object) are converted to dash
- new datepicker extensions: MinDate, MaxDate, default date, isRtl