Messagebox"

From Documentation
Line 57: Line 57:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.0.2
+
|  
| 5/18/2010
+
|  
| Initialization
+
|  
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Revision as of 09:55, 19 May 2010

Messagebox

Employment/Purpose

It provides a set of utilities to show message boxes.

It is typically used to alert users when an error occurs, or to prompt user for an decision.


Example

<window title="Messagebox demo" border="normal">
	<button label="Question" width="100px">
		<attribute name="onClick">{ Messagebox.show("Question is pressed. Are
			you sure?", "Question", Messagebox.OK | Messagebox.CANCEL,
			Messagebox.QUESTION); }</attribute>
	</button>
</window>


Supported events

Name
Event Type
None None

Supported Children

*NONE

Use cases

Version Description Example Location
     

Version History

Version Date Content
     



Last Update : 2010/05/19

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