Created
August 17, 2013 08:50
-
-
Save prule/6255971 to your computer and use it in GitHub Desktop.
HTML generated by PrimeFaces selectOneMany
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="myForm:state" class="ui-selectonemenu ui-widget ui-state-default ui-corner-all ui-helper-clearfix" style="width: 147px;"> | |
| <div class="ui-helper-hidden"> | |
| <select id="myForm:state_input" name="myForm:state_input"> | |
| <option value="">- Select One -</option> | |
| <option value="Enabled">Enabled</option> | |
| <option value="Disabled">Disabled</option> | |
| </select> | |
| </div> | |
| <div class="ui-helper-hidden-accessible"> | |
| <input id="myForm:state_focus" name="myForm:state_focus" type="text"> | |
| </div> | |
| <label id="myForm:state_label" class="ui-selectonemenu-label ui-inputfield ui-corner-all" style="width: 137px;">- Select One -</label> | |
| <div class="ui-selectonemenu-trigger ui-state-default ui-corner-right"> | |
| <span class="ui-icon ui-icon-triangle-1-s"></span> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment