This blog we will see how to specify and check the color for <af:inputColor>
The <af:inputColor> creates a text field for entering colors and a button for picking colors from a palette. The entering color format always follows #RRGGBB syntax.
Code:
<af:inputColor label="Enter or select color from palette below" compact="false" id="id1"/>
Thanks...
The <af:inputColor> creates a text field for entering colors and a button for picking colors from a palette. The entering color format always follows #RRGGBB syntax.
Code:
<af:inputColor label="Enter or select color from palette below" compact="false" id="id1"/>
Output:
Thanks...
No comments:
Post a Comment