Built-in Popup Windows |
iNomads provides four built in popup windows: Calendar Selector, Calculator, Progress Bar and MSGBOX Processor. These functions are handled locally by iNomads JavaScript processor, which alleviates the host of much of the processing while providing flexibility of design through the use of Style Sheets.
Whenever an input field has a query that uses the NOMADS Calendar Query, the system will use a JavaScript-provided popup window. This window will be generated directly below the input field and allows the user to select the date either by using the mouse or the keyboard. The JavaScript control takes its text from the server message library, thus will reflect the current language library in effect.
To select a date using the mouse, simply click on the date desired. The following keyboard control is provided:
|
Left/Right arrows |
Prior/Next day |
|
Up/Down arrow |
Prior/Next week |
|
Page Up/Page Down |
Prior/Next month |
|
Shift Up/Down arrow |
Prior/Next year |
|
Press ENTER to select |
Like the standard NOMADS Calendar query, the JavaScript date routine will return an eight-digit date in the form of YYYYMMDD.
Whenever an input field has a query that uses the NOMADS Calculator query, the system will use a JavaScript-provided popup window. This window will be generated directly below the input field and allows the user to enter a formula either through the keyboard or by clicking on the displayed calculator keypad.
Unlike a standard desktop calculator, the iNomads calculators will accept any type of formula, which will be displayed as entered. Pressing the Enter key or clicking on the = (equals sign) will evaluate the formula. Pressing Enter a second time or selecting the 'check mark' will return the value to the screen.