JQueryUI has a very nice Dialog, but I wonder how I could create a similar dialog with multiple values I can select from.
It does not necessarily need to have a text area. Similar to how the right-click window looks or how the selection dialogs work on Android.
I’m not sure exactly what you are trying to do here, but I think you mean that you have various different options from which you want you want your user to select one. You can do this by creating multiple buttons using the
buttonsoption:If this isn’t what you need, perhaps you could provide a more detailed explanation of what you want to achieve.