Panel
axPanel
Description
axPanel allows a panel to be inserted into the screen. The panel acts as a container for other extensions when dragged and dropped into it.
Usability
|
Context |
Supported |
|---|---|
|
Input screen fields |
No |
|
Output screen fields |
No |
|
Input subfile fields |
No |
|
Output subfile fields |
No |
|
New screen elements |
Yes |
Properties
|
Name |
Description and Comments |
JavaScript |
Shipped default |
|---|---|---|---|
|
caption |
Specifies the caption or title to be used for the panel. |
Yes. Must return a string. |
Panel |
|
contentStyle |
The style that will be applied to the content area of the panel. |
Yes. Must return a valid style object. |
None. |
|
headerStyle |
Set this property to style the header of the panel. |
Yes. Must return a valid style object. |
None. |
Notes, Comments and Warnings
A panel can be dragged and dropped into a Tab extension. However, the inclusion of a Tab extension into the panel extension is not supported.
