How to use Radio Buttons with g_modal?

jglez1
Mega Guru

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.

 

jglez1_1-1689611949497.png

 

jglez1_0-1689611890174.png

Thanks,
Jorge

1 ACCEPTED SOLUTION

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.

 

View solution in original post

5 REPLIES 5

JakeJake
Tera Contributor

Hi @jglez1,

 

Below you can see the supported types of fields, which g_modal can make use of.

 

Screenshot 2024-04-26 at 13.49.06.png