On Fri, Oct 16, 2009 at 12:36 PM, Alex McAuley
<[email protected]> wrote:
>
> parameters : {
>
> variable_1: 'Somevar',
> variable_2: 'Some Other Var',
> variable_3: 'Some third var....'
>
> }
>
> is that what you mean ?
>
Almost - except

parameters : {

variable_1: 'Somevar',
variable_2: {
   a: 'hash members',
   b: 'of',
   c: 'variable 2'
},
variable_3: 'Some third var....'

}

A nested hash basically.

Regards,
Kashyap

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to