Skip to content

Commit

Permalink
SelectOneRadio remove deprecated showcase example (#12006)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed May 24, 2024
1 parent ed7c173 commit a9928ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions primefaces-showcase/src/main/webapp/ui/input/oneRadio.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@
<f:selectItems value="#{radioView.cities}" var="city" itemLabel="#{city}" itemValue="#{city}"/>
</p:selectOneRadio>


<h5>Grid (deprecated)</h5>
<p:selectOneRadio id="city" value="#{radioView.city}" layout="grid" columns="3" styleClass="grid-radio">
<f:selectItems value="#{radioView.cities}" var="city" itemLabel="#{city}" itemValue="#{city}"/>
</p:selectOneRadio>


<h5>Custom Layout (Facet)</h5>
<p:selectOneRadio id="customRadio" value="#{radioView.color}">
<f:selectItem itemLabel="Red" itemValue="Red"/>
Expand Down

0 comments on commit a9928ac

Please sign in to comment.