Component Palette Icon:

On this page ...


The user management panel provides a built-in way to edit rosters from a client.


Properties

NameDescriptionProperty TypeScriptingCategory
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.borderCommon
EnabledIf disabled, a component cannot be used.boolean.componentEnabledCommon
NameThe name of this component.String.nameCommon
QualityThe data quality code for any Tag bindings on this component.QualityCode.qualityData
Styles

Contains the component's styles.

Dataset.stylesAppearance
Table Color

The following feature is new in Ignition version 8.1.14
Click here to check out the other new features
Changes the background color of the table rows. When a row is selected, its color will revert to highlighted.

Color.tableBackgroundAppearance
Table Header Color

The following feature is new in Ignition version 8.1.14
Click here to check out the other new features
Changes the background color of the table headers.

Color.tableHeaderBackgroundAppearance
Table Header Text Color

The following feature is new in Ignition version 8.1.14
Click here to check out the other new features
Changes the text color of the table headers.

Color.tableHeaderForegroundAppearance
Table Text Color

The following feature is new in Ignition version 8.1.14
Click here to check out the other new features
Changes the text color of the table rows. When a row is selected, its text will revert to black.

Color.tableForegroundAppearance
User SourceThe user source to manage users in. If blank, uses the project's default user source.String.addFromUserSourceBehavior
Visible

If disabled, the component will be hidden.

boolean.visibleCommon
Window Color

The following feature is new in Ignition version 8.1.14
Click here to check out the other new features
Changes the background color of the window.

Color.windowBackgroundAppearance
Window Header Color

The following feature is new in Ignition version 8.1.14
Click here to check out the other new features
Changes the background color of the window header.

Color.windowHeaderBackgroundAppearance
Window Header Save Button Background

The following feature is new in Ignition version 8.1.14
Click here to check out the other new features
Changes the background color of the window header save button.

Color.windowHeaderSaveButtonBackgroundAppearance
Window Header Save Button Text Color

The following feature is new in Ignition version 8.1.14
Click here to check out the other new features
Changes the text color of the window header save button.

Color.windowHeaderSaveButtonForegroundAppearance
Window Header Text Color

The following feature is new in Ignition version 8.1.14
Click here to check out the other new features
Changes the window header text color.

Color.windowHeaderForegroundAppearance
Window Text Color

The following feature is new in Ignition version 8.1.14
Click here to check out the other new features
Changes the window header text color.

Color.windowForegroundAppearance
Deprecated Properties
Data QualityThe data quality code for any Tag bindings on this component.int.dataQualityDeprecated


Scripting

See the Vision - Roster Management Scripting Functions page for the full list of scripting functions available for this component.

Event Handlers

Event handlers allow you to run a script based off specific triggers. See the full list of available event handlers on the Component Events page.



Examples

There are no examples associated with this component.


  • No labels