Stephen McKamey
unread,Mar 30, 2009, 12:12:25 PM3/30/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 release primarily adds the ability to specify callback events on
elements for after they are rehydrated. The jbst:onint attribute and
jbst:onload attribute are called after the element is created and
after a child element is appended into its parent, respectively. They
are called in the context of the element (like normal event handlers)
so "this" refers to the element itself.
v1.0.0903.2921
- fixed typo in error messages
v1.0.0903.2812
- added jbst:oninit callback which executes one time for an element
after fully hydrated
- added jbst:onload callback which executes one time for an element
after is inserted into parentNode
v1.0.0903.2510
- standardized alert/debugger pattern for errors
v1.0.0903.2408
- extended AutoLink to include URLs with common TLDs (com, net, org,
edu, gov) but without the URI scheme (assumed "http://")
- tweaked IE script hacks to work around iframe issue