Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Be easier to just put "Red", "Blue", "Green", etc..The single select drop-down can be a solution but how I can do for make colored each color option? Using css probably...??
CB gives each option a unique ID. You'll need to use Firebug for Firefox to inspect the drop down to see what the ID of its options are. Example as follow....I must insert each hex value inside each CB field option... Then each of those option must be colored with his corresponding color. Have you a css sample to give me please ?
No idea what you're asking about, sorry. Yes, CB uses jQuery and already has a jQuery library. It is only included if CB API calls it, but you can use CB Auto Actions to add custom jQuery to the header.In case I tried to develop my own ColorPicked CB field Type, if I'm not wrong CB use already by default Jquery. It is correct? That mean is not necessary to include this css librairy again but need to connect to it ? Any clue about ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Make a new fieldtyoe plugin as suggested in this topic already.Is there any way to include the js libraries in order to make it a CB field ?
Please Log in or Create an account to join the conversation.