Class JFormFieldColor
Color Form Field class for the Joomla Platform. This implementation is
designed to be compatible with HTML5's <input
type="color">
- JFormField
- 
			 JFormFieldColor JFormFieldColor
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.3
Link: http://www.w3.org/TR/html-markup/input.color.html
Located at joomla/form/fields/color.php
Methods summary
| 
				 public 
				mixed
				
				 | |
| 
				 public 
				
				
				 | |
| 
				 public 
				boolean
				
				 | 
			#
			 setup( Method to attach a JForm object to the field. | 
| 
				 protected 
				string
				
				 | |
| 
				 protected 
				array
				
				 | |
| 
				 protected 
				array
				
				 | 
			#
			 getSimpleModeLayoutData( )Method to get the data for the simple mode to be passed to the layout for rendering. | 
| 
				 protected 
				array
				
				 | 
			#
			 getAdvancedModeLayoutData( object $lang )Method to get the data for the advanced mode to be passed to the layout for rendering. | 
Methods inherited from JFormField
			__construct(), 
			getAttribute(), 
			getControlGroup(), 
			getFieldName(), 
			getId(), 
			getLabel(), 
			getLayoutPaths(), 
			getName(), 
			getRenderer(), 
			getTitle(), 
			isDebugEnabled(), 
			render(), 
			renderField(), 
			setForm(), 
			setValue()
		
Magic methods summary
Properties summary
| 
				protected  
				string
			 | $type | 
				#
				 The form field type. | 
| 
				protected  
				mixed
			 | $control | 
				#
				 The control. | 
| 
				protected  
				string
			 | $format | 
				#
				 The format. | 
| 
				protected  
				string
			 | $keywords | 
				#
				 The keywords (transparent,initial,inherit). | 
| 
				protected  
				mixed
			 | $position | 
				#
				 The position. | 
| 
				protected  
				mixed
			 | $colors | 
				#
				 The colors. | 
| 
				protected  
				integer
			 | $split | 
				#
				 The split. | 
| 
				protected  
				string
			 | $layout | 
				#
				 Name of the layout being used to render the field | 
Properties inherited from JFormField
			$autocomplete, 
			$autofocus, 
			$class, 
			$count, 
			$default, 
			$description, 
			$disabled, 
			$element, 
			$fieldname, 
			$form, 
			$formControl, 
			$generated_fieldname, 
			$group, 
			$hidden, 
			$hint, 
			$id, 
			$input, 
			$label, 
			$labelclass, 
			$multiple, 
			$name, 
			$onchange, 
			$onclick, 
			$pattern, 
			$readonly, 
			$renderLabelLayout, 
			$renderLayout, 
			$repeat, 
			$required, 
			$showon, 
			$size, 
			$spellcheck, 
			$translateDescription, 
			$translateHint, 
			$translateLabel, 
			$validate, 
			$value
		
