Simple Box
axSimpleBox
Description
axSimpleBox allows a simple box to be inserted into the 5250 screen.
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 |
|---|---|---|---|
|
style |
Additional style properties that should be applied to the <div> container of the label. |
Yes. Must return a valid style object. |
None. |
Notes, Comments and Warnings
In Application, appStylesTheme property = JQueryUI
When JQueryUI is selected from Application->Styling->appStylesTheme property, the display will change according to the theme that was set in the Application’s jqueryTheme property. Basically, the default border and the font styles will be based on the JQuery theme.
Examples
If this is used as style and the box is sized and located ….
border:1px solid red;background:buttonface;
it should produce a display like this when used on the IBM i main menu …

If this is used as style and the box is sized and located ….
background:orange;
it should produce a display like this on the IBM i main menu …

See Also
Application Style Collection for Application themes
