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 |
|
_ACC_NONE |
Does not specify any element. |
Conditions for use |
None. |
Default value |
_ACC_NONE |
Allows the object to be placed in focus. Objects placed in focus will respond to the user's keyboard and mouse actions.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
*TRUE |
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 |
The property must be allocated in the initialization block of the window. In case when the accordion menu is integrated into the Desktop and when it is able to be hidden (the "HIDE" property set to *TRUE), the following classes are assigned to the DOM node of the object:
It is then possible to load these classes into the desktop theme in order to have a particular behavior of the object depending on whether it is open or closed. For example, in order to place the accordion above the windows when it is open, you can load the accordion-tree-open class into the theme as follows: .accordion-tree-open{ z-index : 3000 ; } |
Default value |
Blank string. |
Example:
<div id="AccMenu" class="a-taskbar-aware" style="position:absolute;top:0px;left:0;bottom:0;width:270px"></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. |
Allows to show or hide the bar which is used to show/hide the accordion.
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 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 of 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 minimum display height of panes. This property allows the user to ensure a minimum space between the open pane and the following pane.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
100 pixels |
X coordinate of the mouse pointer, relative to the web browser window.
This property is updated for the following events: RightButtonClick, RightButtonDoubleClick, LeftButtonClick, LeftButtonDoubleClick.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
None. |
Execution mode |
Read only. |
Associated constants |
None. |
Y coordinate of the mouse pointer, relative to the web browser window.
This property is updated for the following events: RightButtonClick, RightButtonDoubleClick, LeftButtonClick, LeftButtonDoubleClick.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
None. |
Execution mode |
Read only. |
Associated constants |
None. |
Allows the user to resize the accordion by clicking on the lower right corner if the unfold direction is _ACC_RIGHT and on the lower left corner if the unfold direction is _ACC_LEFT.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
*FALSE |
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 |
Folds or unfolds the accordion menu when its value is modified. This property is updated when the user clicks on the bar allowing to hide/show the accordion.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
*TRUE |
Defines the direction in which the accordion unfolds.
Adelia type |
NUM_BIN_2. |
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
|
_ACC_RIGHT |
|
_ACC_LEFT |
|
Conditions for use |
None. |
Default value |
_ACC_RIGHT |
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 of 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-axis value of the position of the object relative to the area of the window, page or view.
When the DESTINATION property is set (the object is not placed on the window) this property has no meaning.
The reference point is the object's top left point.
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-axis value of the position of the object relative to the area of the window, page or view.
When the DESTINATION property is set (the object is not placed on the window) this property has no meaning.
The reference point is the object's top left point.
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. |