Stephen McKamey
unread,Mar 1, 2009, 10:05:18 PM3/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JsonFx Forum
This important release simplifies JBST binding syntax, extends
behavior binding support and leverages jQuery (if also present), and
cleans up JBST server control output:
v1.0.0903.0117
- added JsonML.BST.bind to dataBind and hydrate all in one step
(including JsonFx behavior binding)
- deprecated JsonFx.UI.bind(jbst,data) in favor of myJBST.bind
(data,index) on JBSTs
- updated documentation examples to use myJBST.bind
- deprecated JsonFx.Bindings.register(tag,css,bind,unbind) in favor of
more flexible JsonFx.Bindings.add(selector,bind,unbind)
- enabled JsonFx.Bindings.add to accept any jQuery selector if jQuery
is present
- enabled native JsonFx.Bindings.add to accept lists of simple
selectors and simple ID selectors
- updated documentation examples to use JsonFx.Bindings.add
- changed JsonML.BST from constructor to factory (i.e. "JsonML.BST
(jbst);" rather than "new JsonML.BST(jbst);")
- allowed JsonML.BST factory to accept a function which switches
templates based upon input data
- added JsonFx.Bindings.replace to further reduce redundant output of
jbst server control