Expand my Community achievements bar.

Multi select list_box in Adobe dialog

Avatar

Former Community Member
Does anyone know how to have a list_box be multi-select in an Adobe Dialog? I've got a classification dialog with a few list boxes but I can't figure out the attribute to use to make it multi-select.



The definition for the list_box is:



elements:

[

(

type: "list_box",

item_id: "sub1",

width: 200,

height: 100

}

]



I was hoping there would be something like:

multiSelect: true
3 Replies

Avatar

Former Community Member
I haven't got an answer on this yet. Does anyone know how to have a multi-select list_box in and Adobe dialog?

Avatar

Level 4
Sorry Richard, can't be done. It is simply not part of the JSADM spec.



Thom Parker

WindJack Solutions


www.windjack.com

Avatar

Former Community Member
Thanks for the response. At least now I know.