You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All that sweet functionality that backbone.stickit has, I want to control if I need it. Probably could use fields inside FormView as the place to do it. Some nice things include: selectOptions, visible and visibleFn, initialize and destroy for using plugins, updateMethod if $.html isn't the function you want it calling. events to custom bind stickit events other than change, keyup, cut, and paste, and attributes and classes that now disappear from options
The text was updated successfully, but these errors were encountered:
@kentmw - just a note on linking to code, I've taken to making sure to link using a tag since a branch like master can change and the links can become out-of-date.
Also I might start working on this to fill out my CS requirement this year.
All that sweet functionality that backbone.stickit has, I want to control if I need it. Probably could use
fields
inside FormView as the place to do it. Some nice things include:selectOptions
,visible
andvisibleFn
,initialize
anddestroy
for using plugins,updateMethod
if $.html isn't the function you want it calling.events
to custom bind stickit events other than change, keyup, cut, and paste, andattributes
andclasses
that now disappear from optionsThe text was updated successfully, but these errors were encountered: