Window

From UG

(Difference between revisions)
Jump to: navigation, search
(Created page with 'Category:Widgets == Intro == == Major Functional Attributes == === Attr A === == Look and Feel attributes == == See also == http://en.wikipedia.org/wiki/Window_(computing) …')
Line 2: Line 2:
== Intro ==
== Intro ==
 +
 +
== Types of CT2 windows ==
 +
 +
=== Error ===
 +
 +
{ Error: <Message> [OK]  }
 +
 +
ZK type: Overlapped, Popup, Modal, Highlighted, Embedded <-- [[TBD]]
 +
 +
=== Warning ===
 +
 +
Also called Confirm Window
 +
 +
Type 1
 +
 +
{ Warning: <Message> [OK][Cancel]  }
 +
 +
*OK - proceed
 +
*Cancel - rollback
 +
 +
Type 2
 +
 +
 +
{ <Are you sure .... ?> [Y][N]  }
 +
 +
*Y- proceed
 +
*N- rollback
 +
 +
ZK type: Overlapped, Popup, Modal, Highlighted, Embedded <-- [[TBD]]
 +
 +
see also:
 +
 +
http://docs.zkoss.org/wiki/Layout_and_Windows#Overlapped.2C_Popup.2C_Modal.2C_Highlighted_and_Embedded
 +
== Major Functional Attributes ==
== Major Functional Attributes ==
=== Attr A ===
=== Attr A ===

Revision as of 18:02, 23 January 2010


Contents

Intro

Types of CT2 windows

Error

{ Error: <Message> [OK] }

ZK type: Overlapped, Popup, Modal, Highlighted, Embedded <-- TBD

Warning

Also called Confirm Window

Type 1

{ Warning: <Message> [OK][Cancel] }

  • OK - proceed
  • Cancel - rollback

Type 2


{ <Are you sure .... ?> [Y][N] }

  • Y- proceed
  • N- rollback

ZK type: Overlapped, Popup, Modal, Highlighted, Embedded <-- TBD

see also:

http://docs.zkoss.org/wiki/Layout_and_Windows#Overlapped.2C_Popup.2C_Modal.2C_Highlighted_and_Embedded

Major Functional Attributes

Attr A

Look and Feel attributes

See also

http://en.wikipedia.org/wiki/Window_(computing)

http://docs.zkoss.org/wiki/Layout_and_Windows#Windows

Figures

Fig 1

Personal tools