HtmlBasedComponent"

From Documentation
m ((via JWB))
Line 16: Line 16:
 
=Supported Events=
 
=Supported Events=
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 69: Line 69:
 
=Use cases=
 
=Use cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
Line 79: Line 79:
 
=Version History=
 
=Version History=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-

Revision as of 11:02, 7 January 2022


HtmlBasedComponent

Html Based Component

Employment/Purpose

A skeletal implementation for HTML based components. It simplifies to implement methods common to HTML based components.

Example

N/A

Supported Events

Name
Event Type
onDrop
Event: DropEvent

Denotes user has dropped the dragged target to the component.

onClick
Event: MouseEvent

Denotes user has clicked the component.

onDoubleClick
Event: MouseEvent

Denotes user has double-clicked the component.

onRightClick
Event: MouseEvent

Denotes user has right-clicked the component.

onMouseOver
Event: MoveEvent

Denotes user has hovered over the component.

onMouseOut
Event: MoveEvent

Denotes user has moved out the component.

onOK
Event: KeyEvent

Denotes user has pressed the ENTER key.

onCancel
Event: KeyEvent

Denotes user has pressed the ESC key.

onCtrlKey
Event: KeyEvent

Denotes user has pressed a special key, such as PgUp, Home and a key combined with the Ctrl or Alt key. Refer to the ctrlKeys Property section below for details.

Supported Children

*ALL

Use cases

Version Description Example Location
     

Version History

Version Date Content
5.0.3 June 2010 The onMouseOver and onMouseOut events are supported.



Last Update : 2022/01/07

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