Control/Widget
|
Property Label
|
Property Description
|
Property ID
|
Valid Values
|
Application Bar
|
Not controllable through Conditional UI
|
|
|
|
Attachments
|
Not controllable through Conditional UI
|
|
|
|
Blank Line
|
Not controllable through Conditional UI
|
|
|
|
Breadcrumbs
|
Not controllable through Conditional UI
|
|
|
|
Button Group
|
Label
|
You can specify a text value in this field to provide a label for the button group. Most button groups do not have a label, because the control functions primarily as a container that holds a layout for its children push button controls.
|
label
|
<Text>
|
Button Alignment
|
Determines whether the button group is on the left, center or right of the section.
|
align
|
left,center,right
|
Checkbox
|
Label
|
You can specify a text value in this field to override the Default Label for the control. This label is specific to the application and is not stored in the MAXATTRIBUTE or APPFIELDDEFAULTS tables.
|
label
|
<Text>
|
Input Mode
|
Input mode options are:
Default: The default input mode is read/write. Any information entered in this field is stored in the database column specified in the Attribute field.
Readonly: This mode is read-only and shows grayed-out text.
Required: This mode is read/write and the record cannot be saved unless the user enters a value in the field.
|
inputmode
|
default, readonly
|
Combo Box
|
Label
|
You can specify a text value in this field to override the Default Label for the control. This label is specific to the application and is not stored in the MAXATTRIBUTE or APPFIELDDEFAULTS tables.
|
label
|
<Text>
|
Width
|
The standard width for a combo box control is 120 pixels. To make the control narrower or wider, enter a numeric value, for example 60 (narrower) or 200 (wider).
|
|
<Number of Pixels>
|
Data Source
|
Not controllable through Conditional UI
|
|
|
|
Default Value
|
Not controllable through Conditional UI
|
|
|
|
Help Grid
|
HTML Content
|
Informational or instructional help text displayed in the Help Grid control.
|
innerhtml
|
<Text>,<HTML>
|
Hyperlink
|
Label
|
You can specify a text value in this field to override label for the control.
|
label
|
<Text>
|
Text Alignment
|
Determines whether the URL should be positioned on the Left, Center or Right of the section it’s placed in
|
align
|
left,center,right
|
Image Filename
|
You can specify the filename of any file stored in the images directory at <root>\applications\maximo\maximouiweb\webmodule\webclient\images. You can reuse any existing images or you can add new images to the directory.
Images can be in any format supported by a browser. When you add a .gif file, you can use it immediately. If you add other file formats, such as .jpg or .bmp files, you must redeploy the .EAR file on the application server to add the images to the user interface.
|
image
|
<filename of image, for example image.jpg>
|
Column
|
Basically this gives you finer grained positioning control within a section. You can specify a number that positions a hyperlink in a specific column. Each section control has 7 columns that are not visible to the user. If you specify the value 3 in this field and set text alignment to center, the hyperlink is centered above or below column three. If the hyperlink is wider than its column, the width of the column extends automatically to contain the hyperlink.
|
column
|
1-7
|
Image
|
Filename
|
You can specify the filename of any file stored in the images directory at <root>\applications\maximo\maximouiweb\webmodule\webclient\images. You can reuse any existing images or you can add new images to the directory.
Images can be in any format supported by a browser. When you add a .gif file, you can use it immediately. If you add other file formats, such as .jpg or .bmp files, you must redeploy the .EAR file on the application server to add the images to the user interface.
|
imagename
|
<filename of image, for example image.jpg>
|
Align Image
|
Determines whether the Image should be positioned on the Left, Center or Right of the section it’s placed in
|
align
|
left,center,right
|
Column
|
Basically this gives you finer grained positioning control within a section. You can use columns to manipulate the position of an image. A section has four invisible columns. You can specify a number (1-4) to position an image in the corresponding column. You can change the position of the image by moving the graphic into one of the columns.
|
column
|
1-7
|
Height
|
Enter a numeric value in this field that will increase or decrease the height of the image. If you change the default dimensions, the image can become distorted
|
height
|
<height in pixels>
|
Width
|
Enter a numeric value in this field that will increase or decrease the width of the image. If you change the default dimensions, the image can become distorted
|
width
|
<width in pixels>
|
Include
|
Not controllable through Conditional UI
|
|
|
|
Listbox
|
Label
|
You can specify a text value in this field to override the Default Label for the control. This label is specific to the application and is not stored in the MAXATTRIBUTE or APPFIELDDEFAULTS tables.
|
label
|
<Text>
|
Height
|
Enter a numeric value in this field that will increase or decrease the height of the list.
|
height
|
<height in pixels>
|
Width
|
Enter a numeric value in this field that will increase or decrease the width of the list.
|
width
|
<width in pixels>
|
Input Mode
|
Input mode options are:
Default: The default input mode is read/write. Any information entered in this field is stored in the database column specified in the Attribute field.
Readonly: This mode is read-only and shows grayed-out text.
|
inputmode
|
default, readonly
|
Menu Bar
|
Not controllable through Conditional UI
|
|
|
|
Multiline Text Box
|
Label
|
You can specify a text value in this field to override the Default Label for the control. This label is specific to the application and is not stored in the MAXATTRIBUTE or APPFIELDDEFAULTS tables.
|
label
|
<Text>
|
Menu Type
|
You can specify the value of a menu ID in this field to link the control to a preformatted drop-down menu. Menu IDs are stored in the menus.xml file. To view the content of this file, export the system XML files.
|
menutype
|
<MenuID>
|
Lookup
|
You can specify a lookup ID to link this control to a pre-formatted lookup table that pulls records from the main table. A user can select a record from the lookup table to use in this control.
Lookup IDs are stored in the lookups.xml file. To view the content of this file, export the system XML files.
|
lookup
|
<LookupID>
|
Hide Label
|
By default, the label is visible in the user interface. Select this check box to hide the label.
|
hidelabel
|
true,false
|
Columns
|
Number of Columns (default is 35)
|
columns
|
<Integer>
|
Rows
|
Number of Rows
|
rows
|
<Integer>
|
Input Mode
|
Default: The default input mode is read/write. Any information entered in this field is stored in the database column specified in the Attribute field.
Readonly: This mode is read-only and shows grayed-out text.
Required: This mode is read/write and the record cannot be saved unless the user enters a value in the field.
|
inputmode
|
default, readonly, required
|
Multipart Text Box
|
Label
|
You can specify a text value in this field to override the Default Label for the control. This label is specific to the application and is not stored in the MAXATTRIBUTE or APPFIELDDEFAULTS tables.
|
label
|
<Text>
|
Menu Type
|
You can specify the value of a menu ID in this field to link the control to a preformatted drop-down menu. Menu IDs are stored in the menus.xml file. To view the content of this file, export the system XML files.
|
menutype
|
<MenuID>
|
Lookup
|
You can specify a lookup ID to link this control to a pre-formatted lookup table that pulls records from the main table. A user can select a record from the lookup table to use in this control.
Lookup IDs are stored in the lookups.xml file. To view the content of this file, export the system XML files.
|
lookup
|
<LookupID>
|
Hide Label
|
By default, the label is visible in the user interface. Select this check box to hide the label.
|
hidelabel
|
true,false
|
Input Mode
|
- Default: The default input mode is read/write. Any information entered in this field is stored in the database column specified in the Attribute field.
- Password: This mode is read/write and displays asterisks.
- Password Readonly: This mode is read-only and displays asterisks.
- Password Required: This mode is read/write and displays asterisks. The record cannot be saved unless there is a value in the field.
- Readonly: This mode is read-only and shows grayed-out text.
- Required: This mode is read/write and the record cannot be saved unless the user enters a value in the field.
|
inputmode
|
default, readonly, required, password, passwordrequired, passwordreadonly
|
Turn Smart Fill Off?
|
Check this option if you want to disable smart fill which is turned on by default. Smart fill enables a user to enter a partial value in a text box which the system attempts to match to a valid value, or values, in the database. When a matching value is found, the value is entered in the text box. If the system finds more than one matching value, the user can select one from a list of matching values. If you turn smart fill off, user text is not validated during entry.
|
smartfilloff
|
true, false
|
GOTO Application
|
You can associate a pull-down menu with this control and add application names to it that take the user to different applications. For multiple values, separate them with a comma (no spaces). Specify the application name that matches the value in maxapps.appname column.
|
applink
|
<Application name>
|
Lookup for part 2
|
See lookup
|
desclookup
|
<LookupID>
|
Input Mode for Part 2
|
See input mode
|
descinputmode
|
default, readonly, required, password, passwordrequired, passwordreadonly
|
Is LD Readonly
|
If the value of Attribute for Part 2 is a long description, you can select this box to set the description to read only. If you leave this field cleared (the default), users can edit the long description.
|
longdescreadonly
|
true,false
|
Parameter Value
|
Not controllable through Conditional UI
|
|
|
|
Parameter Values
|
Not controllable through Conditional UI
|
|
|
|
Presentation
|
Not controllable through Conditional UI
|
|
|
|
Pushbutton
|
Label
|
You can specify a text value in this field to override label for the control.
|
label
|
<Text>
|
Menu Type
|
You can specify the value of a menu ID in this field to link the control to a preformatted drop-down menu. Menu IDs are stored in the menus.xml file. To view the content of this file, export the system XML files.
|
menutype
|
<MenuID>
|
Image Filename
|
You can specify the filename of any file stored in the images directory at <root>\applications\maximo\maximouiweb\webmodule\webclient\images. You can reuse any existing images or you can add new images to the directory.
Images can be in any format supported by a browser. When you add a .gif file, you can use it immediately. If you add other file formats, such as .jpg or .bmp files, you must redeploy the .EAR file on the application server to add the images to the user interface.
|
image
|
<filename of image, for example image.jpg>
|
|
If selected, this button becomes the default button in a button group. You can configure the most frequently used button, for example, New Row, as the default button.
|
|
true, false
|
Width
|
Enter a numeric value in this field that will increase or decrease the width of the button (or image if it’s a Image button, image height will scale accordingly)
|
width
|
<width in pixels>
|
Radio Button
|
Label
|
You can specify a text value in this field to override label for the control.
|
label
|
<Text>
|
Radio Button Group
|
Label
|
You can specify a text value in this field to override label for the control.
|
label
|
<Text>
|
Hide Label
|
By default, the label is visible in the user interface. Select this check box to hide the label.
|
hidelabel
|
true,false
|
Text Alignment
|
Determines whether the radio buttons should be positioned to the left, center or right of the button labels
|
align
|
left,center,right
|
Show Border?
|
Select this check box to show a rectangular border around the control.
|
border
|
true, false
|
Input Mode
|
Default: The default input mode is read/write. Any information entered in this field is stored in the database column specified in the Attribute field.
Readonly: This mode is read-only and shows grayed-out text.
Required: This mode is read/write and the record cannot be saved unless the user enters a value in the field.
|
inputmode
|
default, readonly, required
|
Record Image
|
Not controllable through Conditional UI
|
|
|
|
Rich text Editor
|
Label
|
You can specify a text value in this field to override the Default Label for the control. This label is specific to the application and is not stored in the MAXATTRIBUTE or APPFIELDDEFAULTS tables.
|
label
|
<Text>
|
Hide Label
|
By default, the label is visible in the user interface. Select this check box to hide the label.
|
hidelabel
|
true,false
|
Input Mode
|
Input mode options are:
- Default: The default input mode is read/write. Any information entered in this field is stored in the database column specified in the Attribute field.
- Readonly: This mode is read-only and shows grayed-out text.
- Required: This mode is read/write and the record cannot be saved unless the user enters a value in the field.
|
inputmode
|
default, readonly, required
|
Menu Type
|
You can specify the value of a menu ID in this field to link the control to a preformatted drop-down menu. Menu IDs are stored in the menus.xml file. To view the content of this file, export the system XML files.
|
menutype
|
<MenuID>
|
Lookup
|
You can specify a lookup ID to link this control to a pre-formatted lookup table that pulls records from the main table. A user can select a record from the lookup table to use in this control.
Lookup IDs are stored in the lookups.xml file. To view the content of this file, export the system XML files.
|
lookup
|
<LookupID>
|
Height
|
Enter a numeric value in this field that will increase or decrease the height of the widget
|
height
|
<height in pixels>
|
Width
|
Enter a numeric value in this field that will increase or decrease the width of the widget
|
width
|
<width in pixels>
|
Rich text viewer
|
Not controllable through Conditional UI
|
|
|
|
Section
|
Label
|
You can specify a text value in this field to override label for the control.
|
label
|
<Text>
|
Show Border?
|
Select this option to add a horizontal rule to the top and bottom of the section. If you define a label for the section, the horizontal rules are not added.
|
border
|
true, false
|
Description
|
You can specify text to show under the label in the title bar of the section.
|
description
|
<Text>
|
Input Mode
|
Input mode options are:
- Default: The default input mode is read/write. Any information entered in this field is stored in the database column specified in the Attribute field.
- Password: This mode is read/write and displays asterisks.
- Password Readonly: This mode is read-only and displays asterisks.
- Password Required: This mode is read/write and displays asterisks. The record cannot be saved unless there is a value in the field.
- Readonly: This mode is read-only and shows grayed-out text.
- Required: This mode is read/write and the record cannot be saved unless the user enters a value in the field.
|
inputmode
|
default, readonly, required, password, passwordrequired, passwordreadonly
|
Section Column
|
Not controllable through Conditional UI
|
|
|
|
Section Header
|
Label
|
You can specify a text value in this field to override label for the control.
|
label
|
<Text>
|
Section Row
|
Not controllable through Conditional UI
|
|
|
|
Static Text
|
Label
|
You can specify a text value in this field to override the Default Label for the control. This label is specific to the application and is not stored in the MAXATTRIBUTE or APPFIELDDEFAULTS tables.
|
label
|
<Text>
|
Alignment
|
|
align
|
left, center, right
|
Column
|
Basically this gives you finer grained positioning control within a section. You can use columns to manipulate the position of an image. A section has four invisible columns. You can specify a number (1-7) to position an image in the corresponding column. You can change the position of the widget by changing the column
|
column
|
<integer>
|
Span
|
Number that allows static text to span columns
|
span
|
<integer>
|
Tab
|
Label
|
You can specify a text value in this field to override label for the control.
|
label
|
<Text>
|
Tab Group
|
Not controllable through Conditional UI
|
|
|
|
Table
|
Label
|
You can specify a text value in this field to override label for the control.
|
label
|
<Text>
|
Width
|
Number of pixels (default is approx. 1000; min is 400)
|
width
|
<integer>
|
Description
|
Text in this field displays under the label in the title bar of the table.
|
description
|
Text
|
Start Empty?
|
If you select this option, the table always opens without displaying records. If you do not select the option (the default), the table automatically shows records that match the search query when opened.
|
startempty
|
true, false
|
Filter Expanded?
|
Should the filter row be expanded
|
filterexpanded
|
true, false
|
Row Details Expanded?
|
Should the table row details section be expanded by default
|
rowdetailsexpanded
|
true, false
|
Collapsible?
|
Can the table be collapsed
|
collapsable
|
true, false
|
Collapsed Empty Label
|
You can specify a value that will override the table title (label property) when the table is collapsed and empty.
|
collapsedemptylabel
|
Text
|
Collapsed Label
|
You can specify a value that will override the table title (label property) when the table is collapsed.
|
collapsedlabel
|
Text
|
Parent Empty Label
|
If this table is a child of a parent table, and that table is empty, this value overrides the title of the parent table.
|
parentemptylabel
|
Text
|
Input Mode
|
Input mode options are:
- Default: The default input mode is read/write. Any information entered in this field is stored in the database column specified in the Attribute field.
- Password: This mode is read/write and displays asterisks.
- Password Readonly: This mode is read-only and displays asterisks.
- Password Required: This mode is read/write and displays asterisks. The record cannot be saved unless there is a value in the field.
- Readonly: This mode is read-only and shows grayed-out text.
- Required: This mode is read/write and the record cannot be saved unless the user enters a value in the field.
|
inputmode
|
default, readonly, required, password, passwordrequired, passwordreadonly
|
Order By
|
You can specify the order in which a SQL query fetches data for the data source for this control
|
orderby
|
ASC or DSC and then an attribute name (i.e. 'ASC ASSETNUM')
|
Display Rows Per Page
|
Number of table rows to display per page
|
displayrowsperpage
|
<integer>
|
Filterable?
|
If you select this option, a filter row is provided to enable the user to search the table. The Filterable property is enabled by default and the setting automatically applies to table columns in the table. This option must be selected if you want to use the Filter Expanded property.
|
filterable
|
true, false
|
Table Column
set the sigoptiondatasrc ID to “MAINRECORD” if your condition examines a field on the parent object.
|
Label
|
You can specify a text value in this field to override label for the control.
|
label
|
Text
|
CSS Class Name
|
|
classname
|
Class name from the css file
|
GOTO Application
|
You can associate a pull-down menu with this control and add application names to it that users can click to go to different applications.
|
applink
|
Specify an app name that is a valid value in maxapps.appname. For multiple values, separate them with a comma (no spaces).
|
Input Mode
|
Input mode options are:
- Default: The default input mode is read/write. Any information entered in this field is stored in the database column specified in the Attribute field.
- Password: This mode is read/write and displays asterisks.
- Password Readonly: This mode is read-only and displays asterisks.
- Password Required: This mode is read/write and displays asterisks. The record cannot be saved unless there is a value in the field.
- Readonly: This mode is read-only and shows grayed-out text.
|
inputmode
|
default, readonly, password, passwordrequired, passwordreadonly
|
Column Image
|
You can specify the filename of any file stored in the images directory at <root>\applications\maximo\maximouiweb\webmodule\webclient\images. You can reuse any existing images or you can add new images to the directory.
Images can be in any format supported by a browser. When you add a .gif file, you can use it immediately. If you add other file formats, such as .jpg or .bmp files, you must redeploy the .EAR file on the application server to add the images to the user interface.
|
image
|
<filename of image, for example image.jpg>
|
Width
|
Number of pixels across
|
width
|
<integer>
|
Menu Type
|
You can specify the value of a menu ID in this field to link the control to a preformatted drop-down menu. Menu IDs are stored in the menus.xml file. To view the content of this file, export the system XML files.
|
menutype
|
<MenuID>
|
Lookup
|
You can specify a lookup ID to link this control to a pre-formatted lookup table that pulls records from the main table. A user can select a record from the lookup table to use in this control.
Lookup IDs are stored in the lookups.xml file. To view the content of this file, export the system XML files.
|
lookup
|
<LookupID>
|
Turn Smart Fill Off?
|
Select this option to disable smart fill which is turned on by default. Smart fill enables a user to enter a partial value in a text box which the system attempts to match to a valid value, or values, in the database. When a matching value is found, the value is entered in the text box. If the system finds more than one matching value, the user can select one from a list of matching values. If you turn smart fill off, user text is not validated during entry.
|
smartfilloff
|
true, false
|
Is LD Readonly?
|
By default, the system sets a long description associated with a table column attribute to editable. Select this field to make the long description read-only.
|
longdescreadonly
|
true, false
|
URL Attribute
|
Enter a URL value if you set the Type property for this control to Link. The URL value becomes a hyperlink.
|
urlattribute
|
URL
|
Text Box
|
Label
|
You can specify a text value in this field to override label for the control.
|
label
|
Text
|
Menu Type
|
You can specify the value of a menu ID in this field to link the control to a preformatted drop-down menu. Menu IDs are stored in the menus.xml file. To view the content of this file, export the system XML files.
|
menutype
|
<MenuID>
|
Lookup
|
You can specify a lookup ID to link this control to a pre-formatted lookup table that pulls records from the main table. A user can select a record from the lookup table to use in this control.
Lookup IDs are stored in the lookups.xml file. To view the content of this file, export the system XML files.
|
lookup
|
<LookupID>
|
Input Mode
|
Input mode options are:
- Default: The default input mode is read/write. Any information entered in this field is stored in the database column specified in the Attribute field.
- Password: This mode is read/write and displays asterisks.
- Password Readonly: This mode is read-only and displays asterisks.
- Password Required: This mode is read/write and displays asterisks. The record cannot be saved unless there is a value in the field.
- Readonly: This mode is read-only and shows grayed-out text.
- Required: This mode is read/write and the record cannot be saved unless the user enters a value in the field.
|
inputmode
|
default, readonly, required, password, passwordrequired, passwordreadonly
|
Turn Smart Fill Off?
|
Select this option to disable smart fill which is turned on by default. Smart fill enables a user to enter a partial value in a text box which the system attempts to match to a valid value, or values, in the database. When a matching value is found, the value is entered in the text box. If the system finds more than one matching value, the user can select one from a list of matching values. If you turn smart fill off, user text is not validated during entry.
|
smartfilloff
|
true, false
|
Read Only Long Description?
|
By default, the system sets a long description associated with a table column attribute to editable. Select this field to make the long description read-only.
|
longdescreadonly
|
true, false
|
GOTO Application
|
You can associate a pull-down menu with this control and add application names to it that users can click to go to different applications.
|
applink
|
Specify an app name that is a valid value in maxapps.appname. For multiple values, separate them with a comma (no spaces).
|
Tree
|
Not controllable through Conditional UI
|
|
|
|
Tree Attribute
|
Not controllable through Conditional UI
|
|
|
|
Tree Node
|
Not controllable through Conditional UI
|
|
|
|