| | |
Constant | Use | Function |
---|
New in version 28ajaxPostValueOfControls | The values of all the controls of the page must be sent to the server. The WLanguage server procedure called will use the values of the controls that contain data entered by the user. | AJAXExecute, AJAXExecuteAsynchronous |
ajaxStraightCall | Modified controls are not refreshed in the page. | AJAXExecute, AJAXExecuteAsynchronous |
ajaxSynchronizeServerVariables | The Ajax call will send variables with the <Browser synchronized> attribute. | AJAXExecute, AJAXExecuteAsynchronous |
ajaxUpdateControls | Modified controls are automatically refreshed in the page. | AJAXExecute, AJAXExecuteAsynchronous |
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 |
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 |
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 |
colorBackgroundValidation | Background color used for the validations. | ColorPalette |
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 |
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 |
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 |
colorBorderValidation | Color used for the border of validations. | ColorPalette |
colorBorderWarning | Color used for the border of warnings. | ColorPalette |
colorTextButton | Text color used in the buttons. | ColorPalette |
colorTextGeneral | Default text color. | ColorPalette |
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 |
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 |
colorTextValidation | Text color used for the validations. | ColorPalette |
colorTextWarning | Text color used for the warnings. | ColorPalette |
dsAutomatic | Type of environment: The choice of pages to display is automatically performed by WEBDEV according to the current platform. | DynamicServingConfigure |
dsDesktop | Type of environment: The pages in "Computer" mode are forced. | DynamicServingConfigure |
dsMobile | Type of environment: The pages in "Mobile" mode are forced. | DynamicServingConfigure |
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 |
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 |
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 |
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 |
jsEventMouseEnter | The event is triggered when the mouse cursor enters the surface of target object. This event affects the target object only. | JSEvent |
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 |
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 |
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 |
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 |
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 |
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 |
typeMimeBinary | MIME type: Binary content (byte stream). | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeDOC | MIME type: Content such as Word file (*.doc) | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeDOCX | MIME type: Content such as Word file (*.docx) | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeGIF | MIME type: Content such as Image in GIF format (*.gif) | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeHTML | MIME type: Content such as HTML page (*.htm, *.html) | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeJPEG | MIME type: Content such as image in JPEG format (*.jpg, *.jpeg) | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeJSON | MIME type: JSON content. | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeMultiPartForm | MIME type: "multipart/form-data" | HTTPSendForm |
typeMimePDF | MIME type: Content such as PDF document (*.pdf) | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimePNG | MIME type: Content such as image in JPEG format (*.png) | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeSimpleForm | MIME type: "application/x-www-form-urlencoded" | HTTPSendForm |
typeMimeSOAP | MIME type: SOAP content in XML format. | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeText | MIME type: Content in text format (*.txt) | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeXLS | MIME type: Content in Excel format (*.xls) | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeXLSX | MIME type: Content in Excel format (*.xlsx) | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeXMLApplication | MIME type: XML content. | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeXMLText | MIME type: Text content in XML format | StringDisplay FileDisplay WebserviceWriteMIMEType |
typeMimeZIP | MIME type: Content in ZIP format (*.zip) | StringDisplay FileDisplay WebserviceWriteMIMEType |