touch UI dialog with Object Array ?
Hello Community
I have a question about touch UI Dialog.
I am try to make a field that contain text and url ( or id in the page ). It can be populated depend on what the author wants.
I found String [] type but If I use the string [] type, text and url won't be together. So it can give mismatch result.
If there were Object [] or similar to that, I think I can do like
Object []
- String : text
- String : url
Use case can be listed link.
Do you know how to make the Dialog ?
Thank you for the help!
Ryu
