Start change Item tag

The following is the basic syntax of the item tag :

<ITEM name= name>

where name identifies the item programmatically.

The item tag can be expanded with the following elements:
<ITEM name=name>
	<TITLE>title</TITLE>
	<ENABLE></ENABLE>
	<DISABLE></DISABLE>
	<SHOW></SHOW>
	<HIDE></HIDE>
	<REFRESH></REFRESH>
	<DISPLAY></DISPLAY>
</ITEM>
	
ATTRIBUTEVALUEDESCRIPTION
<TITLE> title Displays the text string in the listbox.

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.

This tag is required.

<ENABLE> See the action tag.
<DISABLE> See the action tag.
<SHOW> See the action tag.
<HIDE> See the action tag.
<REFRESH> See the action tag.
<DISPLAY> See the action tag.

If one or more item tags are defined, the list gettor/settor will not be used.End change


[ Legal | AS/400 Glossary ]