:: Documentation >>

Active.System.Control

Generic user interface control class. Control is a screen element, which can have focus and responds to the keyboard or mouse commands.

Typical control has a set of built-in or external data models and may also contain additional presentation templates.

Constructor Syntax

var obj = new Active.System.Control;

Class Hierarchy

Derived Classes:
Active.Controls.Grid

Public Methods

defineModelCreates a new data model.
definePropertyCreates a new property for the built-in data model.
definePropertyArrayCreates a new property array for the built-in data model.

HTML

<div id="{id}" oncontextmenu="return false" onselectstart="return false"></div>

Comments

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5