Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

how to create radio button and drop down fields in same row? guid me with example.

Avatar

Level 4
 
1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

Hi @karthick1356 ,

 

I had a similar requirement, I followed this Blog and it worked for me.

1. First of all install this package, In this package, you will get all the necessary css and js.

2. Add rowresume as per your resource type. For me, it was granite/coral3 so I added below way

Adroit_Coder_0-1623081564673.png

3. Add step 2 property in those fields you want to align inline. 

 

Thanks

View solution in original post

5 Replies

Avatar

Community Advisor

Hi @karthick1356 

 

   I don't know if you are looking for this exactly, but do take a look. I think this might be helpful http://aemlab.blogspot.com/2019/07/aem-touch-ui-dialog-fields-in-same-row.html

 

Thanks

Veena ✌

Avatar

Level 4
this is also correct

Avatar

Correct answer by
Community Advisor and Adobe Champion

Hi @karthick1356 ,

 

I had a similar requirement, I followed this Blog and it worked for me.

1. First of all install this package, In this package, you will get all the necessary css and js.

2. Add rowresume as per your resource type. For me, it was granite/coral3 so I added below way

Adroit_Coder_0-1623081564673.png

3. Add step 2 property in those fields you want to align inline. 

 

Thanks

Avatar

Administrator
@MayurSatav, good to see you helping other AEM customers.


Kautuk Sahni

Avatar

Community Advisor and Adobe Champion
Thank you @kautuk_sahni