Products Downloads


French version


 

Specifies the element to which an event affecting the object is applied.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

None.

Execution mode

Read.

Associated constants


_MBA_NONE

Does not specify any element.

Conditions for use

None.

Default value

_MBA_NONE



Value of the width of the tool or menu item to which an object event is applied.

Adelia type

NUM_BIN_4

Accessibility


Layout design mode

None

Execution mode

Read / Write

Associated constants

None

Conditions for use

None

Default value

None

Value of the axis of the position (relative to the object) of the tool or menu item to which an object event is applied.

Adelia type

NUM_BIN_4

Accessibility


Layout design mode

None

Execution mode

Read / Write

Associated constants

None

Conditions for use

None

Default value

None

Specifies the context-sensitive menu to which an event affecting the object is applied.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

None.

Execution mode

Read.

Associated constants


_MBA_NONE

Does not specify any menu.

Conditions for use

None.

Default value

_MBA_NONE



Specifies the context-sensitive menu option to which an event affecting the object is applied.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

None.

Execution mode

Read.

Associated constants


_MBA_NONE

Does not specify any option.

Conditions for use

None.

Default value

_MBA_NONE



Specifies the tool to which an event affecting the object is applied.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

None.

Execution mode

Read.

Associated constants


_MBA_NONE

Does not specify any tool.

Conditions for use

None.

Default value

_MBA_NONE



Defines the alignment mode for the tools.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_MBA_ALIGN_LEFT

left alignment.

_MBA_ALIGN_RIGHT

right alignment.

_MBA_JUSTIFIED_ALIGN

justified alignment.

Conditions for use

none.

Default value

_MBA_ALIGN_LEFT



RGB color used to draw the background for the object.


Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants

_OGW_COL_SYSTEM

"system" color,

_OGW_COL_BLACK

"black" color,

_OGW_COL_BLUE

"blue" color,

_OGW_COL_CYAN

"cyan" color,

_OGW_COL_GREEN

"green" color,

_OGW_COL_MAGENTA

"magenta" color,

_OGW_COL_RED

"red" color,

_OGW_COL_WHITE

"white" color,

_OGW_COL_YELLOW

"yellow" color,

_OGW_COL_DARKBLUE

"dark blue" color,

_OGW_COL_DARKCYAN

"dark cyan" color,

_OGW_COL_DARKGREEN

"dark green" color,

_OGW_COL_PURPLE

"purple" color,

_OGW_COL_DARKRED

"dark red" color,

_OGW_COL_DARKYELLOW

"dark yellow" color,

_OGW_COL_GREY

"grey" color,

_OGW_COL_DARKGREY

"dark grey" color.

Conditions for use

None.

Default value

_OGW_COL_SYSTEM



ID of the HTML tag of the Desktop where the object must be created.

Adelia type

ALPHA(256).

Accessibility


Layout design mode

None.

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

To integrate the object into a Desktop, you must create an HTML tag with an ID in the jsp page of the Desktop, then specify this ID in the destination property.

The object is placed in the HTML tag and takes the width and the height of this tag. The X_AXIS, Y_AXIS, WIDTH, HEIGHT, HORIZONTAL_ADJUSTMENT, VERTICAL_ADJUSTMENT and RESIZABLE properties will be ignored.


If a task bar is present in the Desktop, it is necessary to add the "a-taskbar-aware" class for the HTML tag.


If this property is not specified, the object is added to the window in a standard way at the place where it was created.

Default value

Blank string.


Example:

<div id="TopBar" style="position:absolute;top:0;left:0;height:50px;width:100%"></div>


Object's height value.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

None.



Defines how the graphical control is adjusted when the window is resized horizontally.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants


_OGW_ADJUST_EXPAND_WIDTH

The control is expanded width-wise.

_OGW_ADJUST_ALIGNED_LEFT

The control keeps its left side alignment.

_OGW_ADJUST_ALIGNED_RIGHT

The control keeps its right side alignment.

_OGW_ADJUST_ALIGNED_CENTER

The control keeps its center alignment.

_OGW_ADJUST_NONE

No horizontal adjustment is applied to the control.

Conditions for use

This property applies when the window's ADJUSTMENT property is other than _WIN_ADJUST_NONE and when the object is not part of a Split bar pane.

When executed, its value is taken into account before initializing the window and when the window's ADJUSTMENT property is modified.

At this point, the object's VISIBILITY property must be True. Otherwise, the control will not be adjusted.

The modification is only taken into account if the window's ADJUSTMENT property is _WIN_ADJUST_NONE. Otherwise it is ignored.

Default value

_OGW_ADJUST_EXPAND_WIDTH



Defines the position of the menu bar.

Adelia type

NUM_BIN_4

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants

_MBA_AUTOMATICALLY_LOCATE_ON_TOP


_MBA_USER_DEFINED_LOCATION


Conditions for use

If the value of this property is set to _MBA_AUTOMATICALLY_LOCATE_ON_TOP, the WIDTH, HEIGHT, X_AXIS and Y_AXIS properties are not taken into account.

Default value

_MBA_AUTOMATICALLY_LOCATE_ON_TOP



X-coordinate of the mouse pointer position in relation to the browser window.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

None,

Execution mode

Read only.

Associated constants

None.

Conditions for use

None.

Default value

None.



Y-coordinate of the mouse pointer position in relation to the browser window

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

None,

Execution mode

Read only.

Associated constants

None.

Conditions for use

None.

Default value

None.



Defines the search mode for the "_MBA_SEARCH" tools.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read / Write.

Execution mode

Read / Write.

Associated constants


_MBA_BEGINS_WITH


_MBA_EQUALS


_MBA_CONTAINS


Conditions for use

None.

Default value

_MBA_BEGINS_WITH



Defines the search to be carried out if the SEARCH_TYPE property is set to "MBA_CONTAINS".

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

None.

Execution mode

Read / Write.

Associated constants


_MBA_ALL

Search is performed on all the characters.

_MBA_CONTAINS_OR

Search is performed on at least one word.

_MBA_CONTAINS_AND

Search is performed on all the words.

Conditions for use

None.

Default value

None.



Allows the object to be placed in focus using the keyboard (Tab key or Shift+Tab).

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

*TRUE



Defines how the graphical control is adjusted when the window is resized vertically.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants


_OGW_ADJUST_EXPAND_HEIGHT

The control is extended height-wise.

_OGW_ADJUST_ALIGNED_TOP

The control keeps its top side alignment.

_OGW_ADJUST_ALIGNED_BOTTOM

The control keeps its bottom side alignment.

_OGW_ADJUST_ALIGNED_CENTER

The control keeps its center alignment.

_OGW_ADJUST_NONE

No vertical adjustment is applied to the control.

Conditions for use

This property applies when the window's ADJUSTMENT property is other than _WIN_ADJUST_NONE and when the object is not part of a Split bar view.

When executed, its value is taken into account before initializing the window and when the window's ADJUSTMENT property is modified.

At this point, the object's VISIBILITY property must be True. Otherwise, the control will not be adjusted.
 

The modification is only taken into account if the window's ADJUSTMENT property is _WIN_ADJUST_NONE. Otherwise it is ignored.

Default value

_OGW_ADJUST_EXPAND_HEIGHT



Visibility of the object. Only visible objects can be placed in focus.

Adelia type

BOOL.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

*TRUE



Object's width value.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

None.



X coordinate value of the object's position relative to the area covered by the window, page or pane.

The reference point (origin) is the top left corner of the object.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

None.

Y coordinate value of the object's position relative to the area covered by the window, page or pane.

The reference point (origin) is the top left corner of the object.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read / Write,

Execution mode

Read / Write.

Associated constants

None.

Conditions for use

None.

Default value

None.








↑ Top of page