- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 09:41 AM
Hi all, is it possible to use radio button as a field type with the g_modal.showFields method? This is in a Workspace Client Script in a UI Action, by the way. (Utah)
I've been searching for documentation to see which fields are available, e.g. "textarea", "choice", etc. but I haven't been able to find any.
Thanks,
Jorge
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 06:49 AM
Hi @saisurendra, what's your use case? We were not able to get radio buttons using g_modal.showFields()
Our team ended up forgoing g_modal.showFields() and instead went with a UI Page to build a completely custom modal and used g_modal.showFrame() to render it in our Workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 12:54 AM - edited 04-29-2024 12:55 AM