Colorbox"

From Documentation
m (Created page with 'init')
 
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= Colorbox =
 +
 
 +
*Demonstration: [http://www.zkoss.org/zkdemo/userguide/#f2 link]
 +
*Java API: <javadoc>org.zkoss.zkex.zul.Colorbox</javadoc>
 +
*JavaScript API: <javadoc directory="jsdoc">zkex.inp.Colorbox</javadoc>
 +
 
 +
= Employment/Purpose =
 +
A Colorbox used to retrieve an input that the user can select a color.
 +
 
 +
 
 +
 
 +
= Example =
 +
 
 +
 
 +
 
 +
 
 +
 
 +
=Supported events=
 +
 
 +
{| border="1" | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| <center>onChange</center>
 +
| '''Event:''' <javadoc>org.zkoss.zk.ui.event.InputEvent</javadoc>
 +
|}
 +
 
 +
Notifies the application with the onChange event if its content is changed
 +
 
 +
=Supported Children=
 +
 
 +
*ALL
 +
 
 +
=Use cases=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| 5.0.2
 +
| 5/18/2010
 +
| Initialization
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 09:01, 18 May 2010

Colorbox

Employment/Purpose

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


Example

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.