Name | Description | Property Type | Scripting | Category |
---|
Border | The border surrounding this component. Options are: No border, Etched (Lowered), Etched (Raised), Bevel (Lowered), Bevel (Raised), Bevel (Double), Field Border, and Line Border.
Note: The border is unaffected by rotation.
This feature was changed in Ignition version 8.1.21:
As of 8.1.21, the "Button Border" and "Other Border" options are removed. | Border | .border | Common |
Contact Info Editing Enabled | If true, a user's contact info will be editable. | boolean | .allowContactInfoEditing | Behavior |
Editing Schedule Available Color | Changes the color of the available times in the schedule. See Color Selector. | Color | .schedulePreviewAvailableColor | Appearance |
Editing Schedule Available Text Color | Changes the text color of events on the schedule preview. See Color Selector. | Color | .eventForeground | Appearance |
Enabled | If disabled, a component cannot be used. | boolean | .componentEnabled | Common |
Font | Font of the text on this component. | Font | .font | Appearance |
Mode | Affects what mode the user management component runs in. Value | Description | intValue |
---|
Manage Users | Allows edits to all Users and Roles in a single source determined by the User Source property. Default. | 0 | Edit Current | Allows edits to the currently logged in user details. | 1 | Edit Single | Allows edits to a specific user determined by the User Source and Username properties. | 2 |
| int | .mode | Behavior |
Name | The name of this component. | String | .name | Common |
Quality | The data quality code for any Tag bindings on this component. | QualityCode | .quality | Data |
Role Assigning Enabled | If true, a user's roles will be editable. | boolean | .allowRoleAssigning | Behavior |
Role Management Enabled | If true, role management is available. | boolean | .allowRoleManagement | Behavior |
Row Height | Alter the size of the rows in the component's tables. | int | .rowHeight | Appearance |
Schedule Adjustments Enabled | If true, a user's schedule adjustments will be editable. | boolean | .allowScheduleModifications | Behavior |
Show Contact Info Column | Controls whether the user table shows the contact info column or not. | boolean | .columnContactInfo | Appearance |
Show Name Column | Controls whether the user table shows the name column or not. | boolean | .columnName | Appearance |
Show Roles Column | Controls whether the user table shows the roles column or not. | boolean | .columnRoles | Appearance |
Show Schedule Column | Controls whether the user table shows the schedule column or not. | boolean | .columnSchedule | Appearance |
Show Username Column | Controls whether the user table shows the username column or not. | boolean | .columnUsername | Appearance |
Styles | Contains the component's styles. | Dataset | .styles | Appearance |
Table Color | Changes the background color of the tables, User Roles and Role Member lists. Note: When a row is selected it will revert to highlighted. | Color | .tableBackground | Appearance |
Table Header Color | Changes the background color of the table headers. See Color Selector. | Color | .tableHeaderBackground | Appearance |
Table Header Text Color | Changes the text color of the table headers. See Color Selector. | Color | .tableHeaderTextColor | Appearance |
Table Text Color | Changes the text color of the tables. Note: When a row is selected, it will revert to black. See Color Selector. | Color | .tableForeground | Appearance |
Touchscreen Mode | Controls when this input component responds if touchscreen mode is enabled. | int | .touchscreenMode | Behavior |
User Source | The user source to manage users in. If blank, uses the project's default user source. | String | .userProfile | Behavior |
Username | The name of the user being edited. Read-only except when mode is Edit Single, in which case it defines the user to be edited. | String | .username | Behavior |
Username Editing Enabled | If true, usernames will be editable. | boolean | .allowUsernameEditing | Behavior |
Visible | If disabled, the component will be hidden. | boolean | .visible | Common |
Window Color | Changes the window background color. See Color Selector. | Color | .windowBackground | Appearance |
Window Header Color | Changes the window header background color. See Color Selector. | Color | .windowHeaderBackground | Appearance |
Window Header Save Button Background Color | Changes the window header save button background color. See Color Selector. | Color | .windowHeaderSaveButtonBackground | Appearance |
Window Header Save Button Text Color | Changes the window header save button text color. See Color Selector. | Color | .windowHeaderSaveButtonForeground | Appearance |
Window Header Text Color | Changes the window header text color. See Color Selector. | Color | .windowHeaderForeground | Appearance |
Window Text Color | Changes the text color of the window. See Color Selector. | Color | .windowForeground | Appearance |
Deprecated Properties |
---|
Data Quality | The data quality code for any Tag bindings on this component. | int | .dataQuality | Deprecated |