Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Radio Button Group changes to Button when Horizontal

Hi
The Radio Button Group stops being a radio button group when Horizontal mode is selected. It seems it becomes a button group????

Please assist. How can this be fixed

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Radio Button Group changes to Button when Horizontal

Hello Deon,

No, it is still radio button group, it just has another view.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Radio Button Group changes to Button when Horizontal

Hi Sergiy

Yes but it is not what a radio button looks like. This wont work. Need the look and feel to be the same as vertical. How can this be accomplished?

Thanks

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Radio Button Group changes to Button when Horizontal

Please use custom CSS for that, e.g.:
pre[dsid="mobileradiogroup_30"] .ui-radio{
width:100px;
float:left;
}/pre
here mobileradiogroup_30 - name of you radio group component

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Radio Button Group changes to Button when Horizontal

Thank you, but it does not work

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Radio Button Group changes to Button when Horizontal

It works fine on the blank project:
Image

If you use any custom logic - we are very sorry, but this is something outside the scope (https://docs.appery.io/docs/general-s...) of our standard support.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Radio Button Group changes to Button when Horizontal

Hi Sergiy

Ok, I did not realize that the component's Orientation had to Vertical. It would be logical to assume that orientation must be horizontal.

Thank you for the assistance.

Return to “Issues”