html - Place holder for with -


I want to give a placeholder for selectMenu. I am using the item to get value in the menu.

  & lt; h: selectManyMenu's requirement = "true" class = "select-group-select" value = "# {sentMessage selectedUserGroups}" & gt; & Lt; f: SelectionEdit value = "# {sentMessage.userGroups}" /> & Lt; / h: selectManyMenu & gt;   

Currently showing 'Select some options', but what do I want 'Choose user group'?

I tried to use it, but there is still no hope.

Try it out.

  & lt; h: selectManyMenu required = "right" Class = "select-selected group" value = "# {sentMessage.selectedUserGroups}" & gt; & Lt; F: SelectionEdit ItemLabel = "Choose User Group" Any SelectionOptic = "True" Item Value = "# {zero}" /> & Lt; f: SelectionEdit value = "# {sentMessage.userGroups}" /> & Lt; / H: selectManyMenu & gt;    

Comments

Post a Comment

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -