Element: <oj-radioset>

Oracle® JavaScript Extension Toolkit (JET)
15.0.0

F75903-01

DOM Interface: RadiosetElement

Version:
  • 15.0.0
Since:
  • 0.6.0
.oj-choice-direction-column
This is the default. It lays out the radios in a column.
Example
<oj-radioset id="radiosetId" class='oj-choice-direction-column'>
</oj-radioset>
.oj-choice-direction-row
It lays out the radios in a row.
Example
<oj-radioset id="radiosetId" class='oj-choice-direction-row'>
</oj-radioset>
.oj-radioset-input-end
Use this styleclass to order the radio at the end and the label text at the start even if a theme has a different default order.
Example
<oj-radioset id="radiosetId" class='oj-radioset-input-end'>
</oj-radioset>
.oj-radioset-input-start
Use this styleclass to order the radio at the start and label text at the end even if a theme has a different default order.
Example
<oj-radioset id="radiosetId" class='oj-radioset-input-start'>
</oj-radioset>
.oj-radioset-no-chrome
Use this styleclass if you don't want the chrome around the set.
Example
<oj-radioset id="radiosetId" class='oj-radioset-no-chrome'>
</oj-radioset>