[jquery-ui] Re: Widget Creation

2008-12-09 Thread Richard D. Worth
It looks like you just declared this.text as a function, no? - Richard On Tue, Dec 9, 2008 at 12:24 PM, Brian Ronk [EMAIL PROTECTED] wrote: That worked perfect. I should have remembered that 'this' changes depending on the context. Next question, is how to return a value. I want to

[jquery-ui] Re: Widget Creation

2008-12-09 Thread Scott González
Yeah, there are two problems. The first is what Richard pointed out, this.text is the method that you just created. Your method name and property name need to be different. The second problem is that you need to define which methods act as getters, because this is handled by the widget

[jquery-ui] Re: Widget Creation

2008-12-09 Thread Scott González
Yes, ui.core.js is significantly different between 1.5 and 1.6 and using 1.5 plugins with 1.6 core is unsupported. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups jQuery UI group. To post to this group, send email to