Web Developer wrote:
> Anyone know if this is possible in this library or maybe have to
> customize something?

just use the normal way of creating a dialog. For instance, to create a 
dropdown selection choice in a prompt-style:

Dialog.confirm(
        "<p><select>  \
        <option value='1'>bla1</option> \
        <option value='2'>bla2</option> \
        "</select></p>, {windowParameters:....});

etc. Make sure you add a function to the 'ok' parameter, so you can 
react on the user submitting the box (the code won't stop like you are 
used to with window.prompt(), instead, a callback is used).

-- Abel

_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to