• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Add Radiobuttons in existing in UI

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Currently my UI is displaying Labels, TextArea & checkboxes.
Till first 6 rows, 2 labels are displaying
in 7th row - 1st is label and 2nd is TextArea
in 8th row - 3 chckboxes are displayed

My requirement is - I need to add 2 Radiobuttons (vertically i.e only one radiobutton in one row) between 7th and 8th row.

Please let me know how i can fulfill my development requirement.

code snippet -




Thanks in Advance
Sharad.
 
reply
    Bookmark Topic Watch Topic
  • New Topic