Colorbox"

From Documentation
Line 18: Line 18:
 
<source lang="xml" >
 
<source lang="xml" >
 
<colorbox color="#FFFFFF" />
 
<colorbox color="#FFFFFF" />
 +
</source>
 +
 +
[[Image:ZKComRef_Colorbox_Examples2.PNG]]
 +
<source lang="xml" >
 +
<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>
 
</source>
 
</source>
  

Revision as of 09:10, 18 May 2010

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

*ALL

Use cases

Version Description Example Location
     

Version History

Version Date Content
5.0.2 5/18/2010 Initialization



Last Update : 2010/05/18

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