Re: Adding support for Properties in Implementation widget, was Re: SCA in Web 2.0 applications...

2008-03-13 Thread Jean-Sebastien Delfino
Luciano Resende wrote: For now String. this might change when I get isMany working. OK. I think that string is fine, and 'isMany' properties can map to an array of strings. -- Jean-Sebastien - To unsubscribe, e-mail: [EMAIL

Re: Adding support for Properties in Implementation widget, was Re: SCA in Web 2.0 applications...

2008-03-11 Thread Luciano Resende
For now String. this might change when I get isMany working. On Tue, Mar 11, 2008 at 8:29 AM, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > Luciano Resende wrote: > > I have added support for Properties in the implementation.widget. > > > > Declaring SCA properties using JavaScript can be

Re: Adding support for Properties in Implementation widget, was Re: SCA in Web 2.0 applications...

2008-03-11 Thread Jean-Sebastien Delfino
Luciano Resende wrote: I have added support for Properties in the implementation.widget. Declaring SCA properties using JavaScript can be done with the syntax below. This properties will get properly introspected by the implementation.widget and wired. //@Property var locale = Property("locale"

Adding support for Properties in Implementation widget, was Re: SCA in Web 2.0 applications...

2008-03-11 Thread Luciano Resende
I have added support for Properties in the implementation.widget. Declaring SCA properties using JavaScript can be done with the syntax below. This properties will get properly introspected by the implementation.widget and wired. //@Property var locale = Property("locale"); //@Property locale =