Top
Systemwalker Runbook Automation Studio User's Guide
Systemwalker

8.2.4 Palette View

The palette view is used for operations that add UI parts to the design view. It contains the following categories:

[Basic] category

The table below shows the parts displayed in the basic category.

Window part
(display name)

HTML tag

Description

Button

input

An input element provided with type=submit displays an input option or button used to tell a user agent to execute a form.

HorizontalRule

hr

An hr element is a divider between text sections. Normally this is a graphic similar to a full-width ruled line.

Image

img

An img element uses a hyperlink to reference an image or icon.

Image Button

input

An input element provided with type=image specifies an image resource to be displayed and specifies the X and Y coordinates of the pixels selected from the image.

Link

a

An a element enables users to navigate document contents.

[Advanced] category

The table below shows the parts displayed in the advanced category.

Window part
(display name)

Description

Text

Displays text, and corresponds to the HTML <span>text</span>.

TextInput

Allows input and editing of a single line of text, and corresponds to the HTML <input type="text" value="value"> and <input type="password" value="value">.

CheckBox

Expresses either the on or the off status, and corresponds to the HTML <input type="checkbox" value="value">.

RadioButton

Radio button part. This part corresponds to the HTML <input type="radio" value="value">.

TextArea

Allows input and editing of a single line or multiple lines of text, and corresponds to the HTML <textarea>.

Select

Selection list that enables single or multiple selections, and corresponds to the HTML <select> <option>.

ComboBox

Combination of an input field and a selection list. This part is for selection of an item and its display.

DateInput

Allows input and editing of date and time data, which is one type of TextInput.

NumberInput

Allows input and editing of numeric values, which is one type of TextInput.

SelectList

Selection list that enables single or multiple selections.

CheckList

Selection list containing check boxes.

ViewContainer

General container part that can contain HTML elements as child elements, which can be handled as grouped parts.

ViewContainer itself does not have a display part.

Panel

Container part with a title bar comprised of a title part and body part. It can have HTML elements as child elements, and the contents defined in the child elements become the contents of the body part.

ViewStack

Container part used to switch between displays in the same position.

TabPanel

Container part used if tabs are used to switch between displays.

FragmentContainer

Container part used to display window information from an external source at any time after the page is displayed.

Calendar

Performs calendar display and date selection.

CalendarButton

Displays the PopupCalendar (used in conjunction with the PopupCalendar).

Palette view popup menu

The table below shows the commands in the palette view popup menu.

Item

Description

Hide (*1)

Hides a palette category.

Layout

Changes the layout of parts.

Use large icons

Uses large icons to display parts in the palette.

Customize

Displays the Customize Palette dialog box for customizing the palette categories.

Set

Displays the Palette Settings dialog box for setting the display format of parts in the palette.

Pinned (*1)

Causes a category to be pinned, in which case it is not closed.

*1: Only displayed when a category is right-clicked.