Documentation > CMS Template API Library > Input > ShowSelectColor(String,String,String,String,String)

ShowSelectColor

Shows a color selector control.

public System.Void ShowSelectColor(String,String,String,String,String)

Parameters

NameDescriptionType
label The name. System.String
fieldname The fieldname. System.String
defaultColor Optional: Default color (defaults to CCCCCC) System.String
helpMessage Optional: help message System.String
popupMessage Optional: The popup help message. System.String

Code Example

C#

Sample:

            		<% Input.ShowSelectColor("My Color", "my_color"); %>
            	

Connect with Crownpeak