CRUD Version of bind-list module
No datasources needed.
- transferred module to the new jxMono organization
- updated Bind to
v0.4.0
, Events tov0.4.0
- Removed useless code.
- Update data cache after update request.
- Removed
contructor.name
for IE compatibility - Updated to Bind
v0.3.1
- Updated deps
- Added
getSelected
method - Added communication via events
- Attach methods to
self
- Fetch item from server when
selectItem
is called and the item is not on the client.
- Added
updateItem
function
- Events v0.1.8 and Bind v0.2.1
- Added
itemsReneder
event that is emited after the items are rendered. callback
argument increateItem
function
- Fixed the deleting query
- Store template in
config.options.template
- Handle arrays passed in
renderSelector
function
setTemplate
method
- Initial versioned release