Colorbox"

From Documentation
Line 7: Line 7:
 
*JavaScript API: <javadoc directory="jsdoc">zkex.inp.Colorbox</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zkex.inp.Colorbox</javadoc>
 
*Style Guide: [[ZK_Style_Guide/XUL_Component_Specification/Colorbox | Colorbox]]
 
*Style Guide: [[ZK_Style_Guide/XUL_Component_Specification/Colorbox | Colorbox]]
*[http://www.zkoss.org/product/edition.dsp Available in ZK PE and EE only]
+
{{ZK PE}}
  
 
= Employment/Purpose =
 
= Employment/Purpose =

Revision as of 01:41, 11 March 2021

Colorbox

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion pe-ee.png

Employment/Purpose

A Colorbox used to retrieve an input that the user can select a color.

Key control

*[since 6.0.0]
  • LEFT, RIGHT, UP and DOWN to change the selected color from the calendar.


Example

ZKComRef Colorbox Examples.PNG

<colorbox color="#FFFFFF" />

ZKComRef Colorbox Examples2.PNG

	<menubar id="menubar" width="100%">
		<menu image="/img/Centigrade-Widget-Icons/Spyglass-16x16.png">
			<menupopup>
				<menuitem label="Index" onClick="alert(self.label)" />
				<menu label="Color Picker" content="#color=#184dc6"/>
			</menupopup>
		</menu>
	</menubar>

Supported Events

Name
Event Type
onChange
Event: InputEvent

Notifies the application with the onChange event if its content is changed


Supported Children

*None

Use Cases

Version Description Example Location
     

Version History

Last Update : 2021/03/11


Version Date Content
     



Last Update : 2021/03/11

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.