LAYOUT section / STACK container |
Defines a generic form field that can receive an external widget, in a stack-based layout.
WEBCOMPONENT [identifier] [ , attribute-list ] ;
COLOR, COLOR WHERE, COMPONENTTYPE, COMMENT, DEFAULT, FONTPITCH, HEIGHT, HIDDEN, INCLUDE, JUSTIFY, NOT NULL, NOENTRY, PROPERTIES, REQUIRED, SCROLLBARS, SIZEPOLICY, STYLE, STRETCH, TAG, TABINDEX, TITLE, VALIDATE LIKE, WIDTH.
Define the rendering and behavior of a web component stack item, with a WEBCOMPONENT element inside a STACK container.
For more details about this item type, see WEBCOMPONENT item type.
-- URL-based web component (recommended): WEBCOMPONENT FORMONLY.mymap; -- gICAPI web component: WEBCOMPONENT FORMONLY.mycal, COMPONENTTYPE="Calendar", -- lookup "Calendar.html" STYLE="regular";