Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

4.4.1 Notes for Screen Widgets

This section describes notes on screen widgets.

4.4.1.1 General Notes for Screen Widgets

Screen widgets are created using HTML, JavaScript, and CSS.

Because of this, differences in the functionality of the browser in which the widget is used can lead to differences in appearance and performance of the widget.

4.4.1.2 About surrogate pair

Screen widgets precede surrogate pair as 2 characters.

For example, character number of maxLength property for TextInput counts 1 surrogate pair character as 2 characters.

4.4.1.3 Errors for Displaying Screen Widgets

This section lists some representative errors that may occur when a screen widget is displayed.
When such an error occurs, display of the screen widget is interrupted.

4.4.1.4 Behavior when child elements are specified for widgets that cannot contain child elements

Do not describe child elements for widgets that cannot contain child elements. If you do, the widget behavior is affected in the following:

4.4.1.5 The width and height of Screen Widget

Describe screen widgets in <div> tags or <span> tags.
Width and height of Screen widgets do not include the size of border area and padding area. The description of width and height in <div> tags is shown below:

Figure 4.8 Width and Height in <div> tag

However, width and height of the following widgets include the size of border area:

4.4.1.6 Layout of Screen Widgets

Screen widgets are designed taking into account the default Windows layout.
If you change the default Windows layout settings (for example in the Display Properties window), screen widgets may not be displayed correctly.

Screen widgets may also not be displayed correctly if you dynamically change the browser text size.

4.4.1.7 Undo Using Ctrl+z in Text Input Widgets

If you press Ctrl+z in a text input widget, the widget reverts to its status when it was focused.

Text input widgets are as follows:

4.4.1.8 Number of Screen Widgets per Page

Refer to 4.1.2.4 Number of Screen Widgets per Page for details.

4.4.1.9 Notes for zoom in and zoom out a Page Size

Zoom in and zoom out functions are not available. If you do, the screen widgets may not be displayed correctly.