Start changeDeckpane tag

The following is the basic syntax of the deckpane tag :

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

where name identifies the split pane programmatically.

The deckpane tag can be expanded with the following elements:
<DECKPANE name=name orientation="horizontal"|"vertical">
	<TITLE>title<TITLE>
	<LOCATION>location<LOCATION>
	<PANE resource=resource_name name=panel_name type="deck">
</DECKPANE>
	
ATTRIBUTEVALUEDESCRIPTION
<TITLE> title Displays the text string as the contained tab. Therefore, the title tag is only needed 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. The tag is required when the deck pane tag is declared within the scope of the panel tag.
<PANE>
source=
name=
type=
resource_name
Resource bundle name associated with the panel
panel_name
Name of the panel specified in the PDML document
type
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 tabbed pane's largest constituent part determines the tabbed pane's size.End change


[ Legal | AS/400 Glossary ]