Page 1 of 1

any examples of list gadgets etc...

Posted: Tue Mar 27, 2012 12:26 am
by Redlion
Hi,

Are there any good example showing how to create some of the standard type gadget in hollywood.
I want to be able to generate list display them and select an item from the list, I would like to use dropdown boxes as well.

Thanks
Redlion

Re: any examples of list gadgets etc...

Posted: Tue Mar 27, 2012 12:44 am
by djrikki
For lists you can use ListRequest().. however bare in mind it doesn't allow the user to multi-select.

As for drop-down boxes you will have to code one entirely from scratch.