| | |
Constant | Use | Function |
---|
Versions 20 and laterajaxStraightCall New in version 20ajaxStraightCall ajaxStraightCall | The modified controls are not refreshed in the page. | AJAXExecute, AJAXExecuteAsynchronous |
Versions 23 and laterajaxSynchronizeServerVariables New in version 23ajaxSynchronizeServerVariables ajaxSynchronizeServerVariables | The Ajax call will transmit variables with the attribute <Browser synchronized>. | AJAXExecute, AJAXExecuteAsynchronous |
Versions 20 and laterajaxUpdateControls New in version 20ajaxUpdateControls ajaxUpdateControls | The modified controls are automatically refreshed in the page. | AJAXExecute, AJAXExecuteAsynchronous |
Versions 23 and laterajaxWithoutLockingAWPContext New in version 23ajaxWithoutLockingAWPContext ajaxWithoutLockingAWPContext | The Ajax call will not use the AWP context therefore this context will not be locked. Used to parallelize the Ajax calls on the server. | AJAXExecute, AJAXExecuteAsynchronous |
colorBackgroundButton | Background color used for the buttons. | ColorPalette |
colorBackgroundGeneral | Background color used by default. | ColorPalette |
colorBackgroundGradient | Background color used for the gradient. | ColorPalette |
Versions 23 and latercolorBackgroundInformation New in version 23colorBackgroundInformation colorBackgroundInformation | Background color used for the information. | ColorPalette |
colorBackgroundInpurArea | Background color used for the input areas. | ColorPalette |
colorBackgroundInverted | Inverted background color. | ColorPalette |
colorBackgroundMenuTab | Background color used for the main menu or for the tabs. | ColorPalette |
Versions 23 and latercolorBackgroundModification New in version 23colorBackgroundModification colorBackgroundModification | Background color used for the modifications. | ColorPalette |
colorBackgroundNoteWarning | Background color used for the notes and for the warnings. | ColorPalette |
colorBackgroundRow | Background color used for the rows found in a table or looper. | ColorPalette |
colorBackgroundSubMenu | Background color used for the sub-menus. | ColorPalette |
colorBackgroundSubTitle | Background color used for the sub-titles. | ColorPalette |
colorBackgroundTitle | Background color used for the titles. | ColorPalette |
Versions 23 and latercolorBackgroundValidation New in version 23colorBackgroundValidation colorBackgroundValidation | Background color used for the validations. | ColorPalette |
Versions 23 and latercolorBackgroundWarning New in version 23colorBackgroundWarning colorBackgroundWarning | Background color used for the warnings. | ColorPalette |
colorBorderButton | Color used for the border of buttons. | ColorPalette |
colorBorderGeneral | Color used for the default border. | ColorPalette |
Versions 23 and latercolorBorderInformation New in version 23colorBorderInformation colorBorderInformation | Color used for the border of information. | ColorPalette |
colorBorderInputArea | Color used for the border of input areas or selected area. | ColorPalette |
colorBorderInverted | Color used for the inverted border. | ColorPalette |
colorBorderMenuTab | Color used for the border of main menu or tabs. | ColorPalette |
Versions 23 and latercolorBorderModification New in version 23colorBorderModification colorBorderModification | Color used for the border of modifications. | ColorPalette |
colorBorderNoteWarning | Color used for the border of notes and warnings. | ColorPalette |
colorBorderSubMenu | Color used for the border of sub-menus. | ColorPalette |
Versions 23 and latercolorBorderValidation New in version 23colorBorderValidation colorBorderValidation | Color used for the border of validations. | ColorPalette |
Versions 23 and latercolorBorderWarning New in version 23colorBorderWarning colorBorderWarning | Color used for the border of warnings. | ColorPalette |
colorTextButton | Text color used in the buttons. | ColorPalette |
colorTextGeneral | Default text color. | ColorPalette |
Versions 23 and latercolorTextInformation New in version 23colorTextInformation colorTextInformation | Text color used for the information. | ColorPalette |
colorTextInputArea | Text color used for the input areas. | ColorPalette |
colorTextInverted | Inverted text color. | ColorPalette |
colorTextLink1 | Text color used for the links 1 | ColorPalette |
colorTextLink2 | Text color used for the links 2. | ColorPalette |
colorTextMenuTab | Text color used for the main menu or for the tabs. | ColorPalette |
Versions 23 and latercolorTextModification New in version 23colorTextModification colorTextModification | Text color used for the modifications. | ColorPalette |
colorTextNoteWarning | Text color used for the notes and warnings. | ColorPalette |
colorTextSubMenu | Text color used for the sub-menus. | ColorPalette |
colorTextSubTitle | Text color used for the sub-titles. | ColorPalette |
colorTextTitle | Text color used for the titles. | ColorPalette |
Versions 23 and latercolorTextValidation New in version 23colorTextValidation colorTextValidation | Text color used for the validations. | ColorPalette |
Versions 23 and latercolorTextWarning New in version 23colorTextWarning colorTextWarning | Text color used for the warnings. | ColorPalette |
Versions 21 and laterdsAutomatic New in version 21dsAutomatic dsAutomatic | Type of environment: The choice of pages to display is automatically performed by WEBDEV according to the current platform. | DynamicServingConfigure |
Versions 21 and laterdsDesktop New in version 21dsDesktop dsDesktop | Type of environment: The pages in "Computer" mode are forced. | DynamicServingConfigure |
Versions 21 and laterdsMobile New in version 21dsMobile dsMobile | Type of environment: The pages in "Mobile" mode are forced. | DynamicServingConfigure |
Versions 19 and laterjsEventBeforeUnload New in version 19jsEventBeforeUnload jsEventBeforeUnload | The event is triggered before unloading the page. | JSEvent |
jsEventBlur | The event is triggered when the target object loses focus. | JSEvent |
jsEventBody | The event is directed to the BODY tag of HTML page. | JSEvent |
jsEventBubble | The processing function is called when the event is returned in the target object. | JSEvent |
jsEventCapture | The processing function is called when the event is captured by the target object. | JSEvent |
jsEventChange | The event is triggered whenever the target object is modified. | JSEvent |
jsEventClick | The event is triggered by a click on the target object. | JSEvent |
jsEventDocument | The event is directed to the document ("document" object of DOM). | JSEvent |
jsEventDoubleClick | The event is triggered by a double click on the target object. | JSEvent |
jsEventFocus | The event is triggered when the target object takes focus. | JSEvent |
jsEventForm | The event is directed to the current form. | JSEvent |
Versions 16 and laterjsEventGestureChange New in version 16jsEventGestureChange jsEventGestureChange | The event is triggered when the user changes the zoom of screen with his fingers (event managed during a display on a phone for example). | JSEvent |
Versions 16 and laterjsEventGestureEnd New in version 16jsEventGestureEnd jsEventGestureEnd | The event is triggered when the user stops the zoom of screen with his fingers (event managed during the display on a phone for example). | JSEvent |
Versions 16 and laterjsEventGestureStart New in version 16jsEventGestureStart jsEventGestureStart | The event is triggered when the user starts the zoom of screen with 2 fingers (event managed during a display on a phone for example). | JSEvent |
jsEventKeyDown | The event is triggered when a key is pressed. | JSEvent |
jsEventKeyPress | The event is triggered when a key is pressed and released. | JSEvent |
jsEventKeyUp | The event is triggered when a key is released. | JSEvent |
jsEventLoad | The event is triggered at the end of load of HTML form. | JSEvent |
jsEventMouseDown | The event is triggered when a mouse button is pressed. | JSEvent |
Versions 23 and laterjsEventMouseEnter New in version 23jsEventMouseEnter jsEventMouseEnter | The event is triggered when the mouse cursor enters the surface of target object. This event affects the target object only. | JSEvent |
Versions 23 and laterjsEventMouseLeave New in version 23jsEventMouseLeave jsEventMouseLeave | The event is triggered when the mouse cursor leaves the surface of target object. This event affects the target object only. | JSEvent |
jsEventMouseMove | The event is triggered whenever the mouse is moved. | JSEvent |
jsEventMouseOut | The event is triggered when the mouse cursor leaves the surface of target object. | JSEvent |
jsEventMouseOver | The event is triggered when the mouse cursor enters the surface of target object. | JSEvent |
jsEventMouseUp | The event is triggered when a mouse button is released. | JSEvent |
Versions 16 and laterjsEventOrientationChange New in version 16jsEventOrientationChange jsEventOrientationChange | The event is triggered when the device orientation changes (event managed during a display on a phone for example). | JSEvent |
jsEventReset | The event is triggered during a click on a "Reset" button. | JSEvent |
jsEventResize | The event is triggered when the window is resized. | JSEvent |
jsEventScroll | The event is triggered whenever the browser window is scrolled. | JSEvent |
jsEventSelect | The event is triggered when selecting the target object. | JSEvent |
jsEventSubmit | The event is triggered during a click on a "Submit" button. | JSEvent |
Versions 16 and laterjsEventTouchCancel New in version 16jsEventTouchCancel jsEventTouchCancel | The event is triggered when the user cancels the action performed with his finger: displaying the popup menu for example (event managed during a display on a phone for example). | JSEvent |
Versions 16 and laterjsEventTouchEnd New in version 16jsEventTouchEnd jsEventTouchEnd | The event is triggered when the user removes his finger from the screen to end an action on the screen (event managed during a display on a phone for example). | JSEvent |
Versions 16 and laterjsEventTouchMove New in version 16jsEventTouchMove jsEventTouchMove | The event is triggered whenever the user moves his fingers on the screen (event managed during a display on a phone for example). | JSEvent |
Versions 16 and laterjsEventTouchStart New in version 16jsEventTouchStart jsEventTouchStart | The event is triggered when the user touches the screen with one or 2 fingers (event managed during a display on a phone for example). | JSEvent |
jsEventUnload | The event is triggered when unloading the HTML form (closing the browser or navigating toward another page). | JSEvent |
jsInterruptEventAction | The browser action associated with the event is canceled in addition to the interruption of current procedure. For example, if the current event is a click in a check box, changing the status of check box is canceled. | JSInterruptEvent |
jsInterruptEventPropagation | The propagation of the event is interrupted in addition to the interruption of current procedure. If other procedures are associated with the same event on the same object, these procedures will still be called. | JSInterruptEvent |
Versions 22 and latertypeMimeBinary New in version 22typeMimeBinary typeMimeBinary | MIME type: Binary content (byte stream). | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeDOC New in version 22typeMimeDOC typeMimeDOC | MIME type: Content such as Word file (*.doc) | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeDOCX New in version 22typeMimeDOCX typeMimeDOCX | MIME type: Content such as Word file (*.docx) | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeGIF New in version 22typeMimeGIF typeMimeGIF | MIME type: Content such as Image in GIF format (*.gif) | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeHTML New in version 22typeMimeHTML typeMimeHTML | MIME type: Content such as HTML page (*.htm, *.html) | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeJPEG New in version 22typeMimeJPEG typeMimeJPEG | MIME type: Content such as image in JPEG format (*.jpg, *.jpeg) | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeJSON New in version 22typeMimeJSON typeMimeJSON | MIME type: JSON content. | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeMultiPartForm New in version 22typeMimeMultiPartForm typeMimeMultiPartForm | MIME type: "multipart/form-data" | HTTPSendForm |
Versions 22 and latertypeMimePDF New in version 22typeMimePDF typeMimePDF | MIME type: Content such as PDF document (*.pdf) | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimePNG New in version 22typeMimePNG typeMimePNG | MIME type: Content such as image in JPEG format (*.png) | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeSimpleForm New in version 22typeMimeSimpleForm typeMimeSimpleForm | MIME type: "application/x-www-form-urlencoded" | HTTPSendForm |
Versions 22 and latertypeMimeSOAP New in version 22typeMimeSOAP typeMimeSOAP | MIME type: SOAP content in XML format. | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeText New in version 22typeMimeText typeMimeText | MIME type: Content in text format (*.txt) | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeXLS New in version 22typeMimeXLS typeMimeXLS | MIME type: Content in Excel format (*.xls) | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeXLSX New in version 22typeMimeXLSX typeMimeXLSX | MIME type: Content in Excel format (*.xlsx) | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeXMLApplication New in version 22typeMimeXMLApplication typeMimeXMLApplication | MIME type: XML content. | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeXMLText New in version 22typeMimeXMLText typeMimeXMLText | MIME type: Text content in XML format | StringDisplay FileDisplay WebserviceWriteMIMEType |
Versions 22 and latertypeMimeZIP New in version 22typeMimeZIP typeMimeZIP | MIME type: Content in ZIP format (*.zip) | StringDisplay FileDisplay WebserviceWriteMIMEType |