Colorbox

From Documentation
Revision as of 10:41, 29 November 2010 by Jumperchen (talk | contribs) (→‎Colorbox)

Colorbox

Employment/Purpose

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


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 : 2010/11/29


Version Date Content
     



Last Update : 2010/11/29

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