Start changeSplitpane tag

The following is the basic syntax of the splitpane tag :

<SPLITPANE name=name orientation= "horizontal"|"vertical">

where name identifies the split pane programmatically.

The splitpane tag can be expanded with the following elements:
<SPLITPANE name=name orientation= "horizontal"|"vertical">
	<TITLE>title</TITLE>
	<LOCATION>location</LOCATION>
	<PANE resource=resource_name name=panel_name type="split">
</SPLITPANE>
	
ATTRIBUTEVALUEDESCRIPTION
<TITLE> title Displays the text string as the containing tab. Therefore, this tag is used only when this subpanel is nested within a tabbed pane.

Title defines the key for loading the text string from the resource bundle. If the string is not found, the title string will appear as it does in the Panel Definition Markup Language (PDML) source file.

<LOCATION> location Expresses the x- and y-coordinates of the panel's location from the top left corner of the panel in logical units. This tag is required when you define a split pane within the scope of the panel tag.
<PANE>
resource=
name=
type=
resource_name
where is the resource bundle name associated with the panel
panel_name
where is the name of the panel specified in the PDML document
type
where provides the AS/400 user interface framework with an indication of the pane type (panel, split, deck, or tab)
Identifies the panel for each window.

The size of a split pane is set by the size of the panels that the pane is included in. When the split pane is displayed, the panels appear in the order declared within the splitpane tag. End change


[ Legal | AS/400 Glossary ]