Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/05/2009, 14:03
daor
 
Fecha de Ingreso: agosto-2008
Mensajes: 7
Antigüedad: 16 años, 6 meses
Puntos: 0
Respuesta: Poblar subcategoria multiples para edición de campos ya seleccionados

No pude usar ligas para que se vea pero, aqui hay mas información:

Parameter Usage
~~~~~~~~~~~~~~~
Each active menu option is configured by calling SelectCascade.init, passing it parameters
described below:

SelectCascade.init( a, b, c, d, e, options );

a.
A reference to the parent menu (if there is an upper level), otherwise null

b.
The text of the active option of the parent menu (if there is one), otherwise null.
This parameter also has an alternative use as described later.

c.
A reference to the menu containing the active option.

d.
The text of the active option.

e.
A reference to the child menu to be populated when the active option is selected.

options.

A comma-separated list of quoted option values, with which the child menu is to be populated
when its specified parent option is selected. By default, the text of each specified option will
be applied to both the 'text' and 'value' properties of the option.
To specify separate content for the 'value' property, separate it from the 'text' property's
content with a "," character.