-
Notifications
You must be signed in to change notification settings - Fork 4
Home
AndersMalmgren edited this page Dec 19, 2012
·
28 revisions
Knockout.BindingConventions is a Convention Over Configuration library for KnockoutJS, many of the convention rules are borrowed from the excellent Caliburn.Micro framework for WPF.
It is possible to add your own conventions to the library, a word of advice, its most likely this part of the SDK will be rewritten to be more flexible so your own conventions might break.
That said, just add your own convention by adding a function to ko.bindingConventions.conventionBinders The problem is that you cant change the rules for exiting conventions so its a good chance they will starve your rule so that it will never be applied, its this that I want to fix for next release.