Good start, wish I had run across that page a few days ago. Anyway, reverse engineer ftw.
One thing which I ran into was overwriting destroy() behaviour. I added a destroy() method to my widget, and called $.widget.prototype.destroy.call(this); but I have no idea whether that's the right or best way. Might be worth adding, possibly for other methods, too. Axel On Feb 20, 7:27 pm, Scott González <[email protected]> wrote: > I'm in the process of writing up the new documentation, here's what > I've got so far (pulled from an email I wrote a few weeks > ago):http://wiki.jqueryui.com/Widget-factory > > If you've got any questions, just post a comment on the wiki and I'll > flesh out that part of the docs. > > On Feb 19, 2:57 pm, Fontzter <[email protected]> wrote: > > > Is the widget guide located athttp://docs.jquery.com/UI/Developer_Guide > > still accurate for jQuery 1.3.1 and UI 1.6rc6? (soon to be 1.7) > > > If not, is there documentation somewhere? > > > Thanks, > > > Dave --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
