0.9.3 • Published 11 years ago
koine-decorators-dom v0.9.3
Koine Decorators
Decorators for some dom elements
Code information:
Package information:
Usage
var select = new Koine.Decorators.Dom.SelectDecorator(document.getElementById('some-select'));
var option = select.createOption('value', 'label', checked);
select.addOption(option);Events
Koine.Decorators.Dom.SelectDecorator
change- when the value changeoptions:added- when an option was addedoptions:remove- when an option was added
Installing
@TODO
Issues/Features proposals
Here is the issue tracker.
Contributing
Please refer to the contribuiting guide.



