Documentation

Trace: UI elements

(visionx)

UI elements

Version: 1.0 / 2022-06-01

VisionX offers you a wide selection of user interface elements.

UI elements are for example buttons, input fields or panels that are placed in the screen using drag and drop. Each element can be changed using the Customizer. In addition, actions can be created for many elements, which are executed after a user activity.

The following chapters describe all the elements that VisionX contains and explains the settings.

Elements

Genaral Properties

These properties are the same for all elements and can be set individually for each one.

Property Description
Name Automatically assigned name. Can also be renamed, but must be unique.
Style CSS-style information to be applied in web.
Focus Order Sets the order in which elements are focused in sequence when the Tab key is pressed.
Margins Amount of empty space around the control.
Font Font name, size and style of the control's text.
Image Choose an image or Font Awesome icon to display on the control.
Foreground Color of the control's text and Font Awesome icon. For changing the color you can use the matrix to specify a color or select a predefined color. Another possibility is to define the color via the RGB code.
Background The control's background color. For changing the color you can use the matrix to specify a color or select a predefined color. Another possibility is to define the color via the RGB code.
Popup menu Assign an existing Popup Menu or specify a new one by choosing the plus symbol. If a Popup Menu is selected, it can be edited with the edit button. Use the delete button to delete the selected Popup Menu.
Events Events that are executed on the table after certain user activities.
Property Description
Pencil Button (1) Opens and closes the customizer of the element.
Eclipse Button (2) Jumps in the sourcecode to the position of the implementation of the element.
Delete Button (3) Deletes the selected element.

Customizer VisionX

For some properties there is an additional button. This will reset the property to the default value.

Reset Button

Label/Html

Label for input fields, etc.

Label VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.

Label

Icon

Displays an Image or FontAwsome Icon.

Icon VisionX

Property Description
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.
Preserve Aspect Ratio Preserves the Aspect Ratio, when image is stretched.

Icon

Checkbox

Checkbox for the selection of an option.

Checkbox VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.

Checkbox

Option Chooser

This element is a panel containing radio buttons. This GUI element has to be associated with a combo box table column. A radio button is created on the panel for each possible value on the dropdown list. Only one value can be selected. This element allows for the effortless creation of data-related radio groups.

Option Chooser VisionX

Property Description
Layout Sets the Layout of the buttons (horizontal or vertical).
Gap Defines the gap between the buttons
Binding Table column that refers to the option chooser.

Option Chooser

Validators

Validator (Image)

Checks the input of an input field. If the input is correct, a green mark appears, otherwise a red cross.

Property Description
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.
Binding Table column that refers to the validator.
Automatic validate Executes the validation automatically, no further user activity is necessary.
Hide until first validate Validation becomes visible after the first execution.
Create Validation Creates an action to be able to perform the validation. Note: Every validator needs an action!

Validator Image

Validator (Text)

Checks the input of an input field. If the input is wrong, an error message appears as red text at the desired position.

Property Description
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.
Binding Table column that refers to the validator.
Automatic validate Executes the validation automatically, no further user activity is necessary.
Hide until first validate Validation becomes visible after the first execution.
Create Validation Creates an action to be able to perform the validation. Note: Every validator needs an action!

Validator Text

Validation Result

The Validation Result is used primarily as a summary of incorrect entries of a complete form. The individual fields which should be verified must be provided with text or image validations.

Property Description
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.
Binding Panel or action that refers to the validator. If you select a panel, the result applies to all validators in this panel.
Ignore Invisible Components Executes the validation automatically, no further user activity is necessary.
Automatic validate Validation becomes visible after the first execution.
Show as Popup Shows the error message as a popup. Otherwise as a list at the position of the validator result.

Validator Result Popup

Validator Result List

Buttons

Button

Buttons usually trigger certain actions when it is pressed. It consists of a text, an image or both.

Button VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.

Button

Toggle Button

A toggle button is a button with two states (clicked, not clicked).

Toggle Button VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.

Toggle Button

Radio Button

Radio button for the selection of an option.

Radio Button VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.

Radio Button

Insert Button

Adds a new row and selects the row.

Insert Button VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Tabset Navigation Navigates to the second tab when the editing panel mode is Tabset.
Binding Table that refers to the button

Insert Button

Delete Button

Deletes the selected row.

Delete Button VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Tabset Navigation Navigates to the first tab when the editing panel mode is Tabset.
Binding Table that refers to the button

Delete Button

Export Button

Creates a CSV Export.

Export Button VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Binding Table that refers to the button

Export Button

Save Button

Saves the selected datarow.

Save Button VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Always enabled Button is always enabled. Otherwise the button is only enabled after a datarow is changed.
Tabset Navigation Navigates to the first tab when the editing panel mode is Tabset.
Binding Table that refers to the button

Save Button

Cancel Button

Undoes the current changes.

Cancel Button VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Tabset Navigation Navigates to the first tab when the editing panel mode is Tabset.
Binding Table that refers to the button

Cancel Button

Table Menu Button

Table Menu Button When pressed, the Menu Button reveals the table's toolbar items in a menu that “drops down” from the location of the button.

Table Menu Button VisionX

Property Description
Tabset Navigation Navigates to the first tab when the editing panel mode is Tabset.
Binding Table that refers to the button

Table Menu Button

Previous Button

Selects the previous row.

Previous Button VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Binding Table that refers to the button.

Previous Button

Next Button

Selects the next row.

Next Button VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Binding Table that refers to the button.

Next Button

Selection Button

Opens a popup window with data of the linked table column. After selecting the value, it will be saved for the corresponding record.

Selection Button VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Binding Column that refers to the button.

Selection Button

Search Button

Executes the search for the desired record in the linked table.

Search Button VisionX

Property Description
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Binding Table that refers to the button.

Search Button

Clear Search Button

Resets the search to show all records in the table again. Not applicable in combination with the search button.

Clear Search Button VisionX

Property Description
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Binding Table that refers to the button.

Clear Search Button

Save all

Saves all data that has been changed in the current screen or for all opened screens.

Save all VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Save for Screen: Saves all changes for the current screen.
Application: Saves all changes of all opened screens of the application.

Save all

Reload all

Reloads all data for the current screen or for all opened screens.

Reload all VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Reload for Screen: Saves all changes for the current screen.
Application: Saves all changes of all opened screens of the application.

Reload all

Upload

Stores the file/image to be uploaded in the database. Two table columns are needed, which have file/image and text defined as data type.

Upload VisionX

Property Description
Label Creates a label with the entered Text for this button.
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Databinding Image/File: Column in which the file/image is saved (Datatype file/image).
Filename: Column in which the filename is saved (Datatype text).

Upload

Popup Menu/Menu Buttons

Menu Button is a button that toggles a menu. If a popup menu has been assigned to the Menu Button, a dropdown menu with top triangle is displayed on the button. By clicking the menu button, the popup menu drops down.

Menu Button VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.

Menu Button

Container

Panel

Panel is the simplest container. A panel provides space in which an application can attach any other component, including other panels.

Panel VisionX

Property Description
Label Selection of different types of a group panel.
Tooltip Informational text that is displayed when the cursor is over this control.
Convert Panel Left/Top: Label is displayed on the left/above the Cell Editor. Placeholder: Label name is displayed in the Cell Editor, but only if it is empty. None: No labels displayed.
Responsive Layout Changes padding/margin/font size and menu position dynamically - based on the current browser or device size.
Convert to Advanced Form Layout VisionX automatically adds the corresponding labels of cell editors.

Scroll Panel

Users have the possibility to scroll inside this panel if the displayed elements do not have enough space. A scrollbar appears for horizontal or vertical scrolling automatically when the panel becomes too small.

Scroll Panel VisionX

Property Description
Convert Panel Selection of different types of panels.
Responsive Layout Changes padding/margin/font size and menu position dynamically - based on the current browser or device size.
Convert to Advanced Form Layout VisionX automatically adds the corresponding labels of the cell editors.

Scroll Panel

Group Panel

With a Group Panel you can make your workscreens more clearly arranged. You can add a heading to the top of each Group Panel and configure the panel as collapsible.

Group Panel VisionX

Property Description
Convert Group Panel Selection of different types of a group panel.
Responsive Layout Changes padding/margin/font size and menu position dynamically - based on the current browser or device size.
Convert to Advanced Form Layout VisionX automatically adds the corresponding labels of the cell editors.
Label position Left/Top: Label is displayed on the left/above the Cell Editor. Placeholder: Label name is displayed in the Cell Editor, but only if it is empty. None: No labels displayed.
Horizontal gap Distance between elements in different columns.
Label gap (Horizontal) Horizontal distance from label to cell editor.
Vertical gap Distance between elements in different rows.
Label gap (Vertical) Vertical distance between label and cell editor.

Group Panel

Horizontal Split

The horizontal split panel, is divided into two sections, which are aligned horizontally.

Horizontal Split VisionX

Property Description
Convert Panel Selection of different types of a panel.
Split Position Position where the panel is split.

Horizontal Split

Vertical Split

The vertical split panel, is divided into two sections, which are aligned vertically.

Vertical Panel VisionX

Property Description
Convert Panel Selection of different types of a panel.
Split Position Position where the panel is split.

Vertical Panel

Tabset

Any number of tab sets can be added to this panel. Each tab set contains its own panel, which can be configured individually.

Tabset Panel VisionX

Property Description
Convert Panel Selection of different types of a panel.
Responsive Layout Changes padding/margin/font size and menu position dynamically - based on the current browser or device size.
Convert to Advanced Form Layout VisionX automatically adds the corresponding labels of the cell editors.
Label position Left/Top: Label is displayed on the left/above the Cell Editor. Placeholder: Label name is displayed in the Cell Editor, but only if it is empty. None: No labels displayed.
Horizontal gap Distance between elements in different columns.
Label gap (Horizontal) Horizontal distance from label to cell editor.
Vertical gap Distance between elements in different rows.
Label gap (Vertical) Vertical distance between label and cell editor.

Tabset Panel

Editing Panel

Editing Panel VisionX

Property Description
Navigationtabs Selection of different types of a panel.
Tabposition Changes padding/margin/font size and menu position dynamically - based on the current browser or device size.
Display mode VisionX automatically adds the corresponding labels of the cell editors.
Navigation mode Left/Top: Label is displayed on the left/above the Cell Editor. Placeholder: Label name is displayed in the Cell Editor, but only if it is empty. None: No labels displayed.
Show Navigation Distance between elements in different columns.
Show Save and Back Horizontal distance from label to cell editor.
Split Position Distance between elements in different rows.

Editing Panel Overview

Editing Panel Details

Fold Group Panel

A grouppanel which is configurable as foldable.

Fold Grpup Panel VisionX

Property Description
Convert Panel Selection of different types of a group panel.
Collapsible Sets the panel collapsible.
Collapsed Sets the panel collapsed by default.
Responsive Layout Changes padding/margin/font size and menu position dynamically - based on the current browser or device size.
Convert to Advanced Form Layout VisionX automatically adds the corresponding labels of the cell editors.

Fold Grpup Panel

Advanced Panel

A panel where labels are automatically added when adding editors.

Advanced Panel VisionX

Property Description
Label Creates a label with the entered Text for this button.
Tooltip Informational text that is displayed when the cursor is over this control.
Convert Panel Selection of different types of a panel.
Responsive Layout Changes padding/margin/font size and menu position dynamically - based on the current browser or device size.
Convert to Form Layout VisionX automatically removes the corresponding labels of the cell editors.
Label position Left/Top: Label is displayed on the left/above the Cell Editor. Placeholder: Label name is displayed in the Cell Editor, but only if it is empty. None: No labels displayed.
Horizontal gap Distance between elements in different columns.
Label gap (Horizontal) Horizontal distance from label to cell editor.
Vertical gap Distance between elements in different rows.
Label gap (Vertical) Vertical distance between label and cell editor.

Advanced Panel

Advanced Group Panel

A group panel where labels are automatically added when adding editors.

Advanced Group Panel VisionX

Property Description
Label Creates a label with the entered Text for this button.
Tooltip Informational text that is displayed when the cursor is over this control.
Convert Panel Selection of different types of a panel.
Responsive Layout Changes padding/margin/font size and menu position dynamically - based on the current browser or device size.
Convert to Form Layout VisionX automatically removes the corresponding labels of the cell editors.
Label position Left/Top: Label is displayed on the left/above the Cell Editor. Placeholder: Label name is displayed in the Cell Editor, but only if it is empty. None: No labels displayed.
Horizontal gap Distance between elements in different columns.
Label gap (Horizontal) Horizontal distance from label to cell editor.
Vertical gap Distance between elements in different rows.
Label gap (Vertical) Vertical distance between label and cell editor.

Advanced Group Panel

Component Table

Component Table VisionX

Property Description
Responsive Layout Changes padding/margin/font size and menu position dynamically - based on the current browser or device size.
Convert to Advanced Form Layout VisionX automatically adds the corresponding labels of the cell editors.
Binding Table that refers to the component table.
Show Horizontal Lines Display the horizontal gridlines of the component table.
Show Border Displays the borders of this table.
Line Colour of the gridlines.
Repeat Count Number of rows displayed in the component table. Note: 0 displays all entries

Component Table

Mobile Elements

Offline

Offline VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.

Offline

QR Scanner

QR Scanner VisionX

Property Description
Label Creates a label with the entered Text for this button.
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.
Text Text that is displayed. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Binding Table column that refers to the QR scanner button.

QR Scanner

Call number

Button that can be used to call a phone number stored in the database.

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.
Image Gap Defines the gap between the image and the text.
Image Alignment Specifies the alignment of the image and text on the button.
Border on Mouseover Displays the border when the curser is over this button.
Show Border Displays the borders of this button.
Binding Table column that refers to the Call number button.

Call number

Signature

Element for saving a signature as an image in the database.

Signature VisionX

Property Description
Data binding Table column where the signature is stored as an image.

Signature

Dashboard

Panel (Gridline Panel)

A panel that shows your screen grid lines in design mode when dragging elements in order to better place and size them.

Property Description
Grid Layout Number for columns and rows.
Convert Panel Selection of different types of a panel.

KPI

Key Performence Indicator is an element that shows you the currently selected value.

Property Description
Tooltip Informational text that is displayed when the cursor is over this control.
Binding Table column that refers to the KPI.

Table

The table can be used to display and edit your corresponding data in the screen.

Table_VisionX

Property Description
Show Header Displays column names in the first row.
Show Export Button Sets the export button to visible, which allows you to download the data as a CSV file.
Show Gridlines Displays the grid lines of your table.
Auto Size Column width changes when the window is reduced or enlarged, so that all columns are always visible without scrolling.
Record Buttons Record buttons (add, delete, edit) become visible on the left side of the table.
Enable Search Displays a search bar for the table.
Allow data modification New: allows to create a new record, Update: allows to edit records, Delete: allows to delete a record.
Binding Database table which refers to the table.
Show Export Button Settings Here you can specify which columns from the table will be used for exporting your data.
All columns: All columns will be selected
All visible columns: All columns that are visible in the table and also all cell editors that are displayed on the screen
Visible columns of this table: Only columns that are displayed in the table on the screen
Custom selection: Individual selection of columns by selecting the corresponding export checkboxes. With the All checkbox , in the lower left corner of the window, all columns can be selected.
Use column name as labels: The column names of the database are used as column names in the CSV file.
Forbidden: Checkboxes for deselecting columns.
Standard: Sets the selection to the default settings - Visible columns of this table

The selection of checkboxes configures the columns that will be displayed in the table on the screen. Also the order can be changed with the arrow keys and column names can be renamed with the pencil icon.

Table

Chart

Selection of different charts to visualize data.

Property Description
Binding Database table which refers to the table.
Style A list with all availible chart types
Title Title that is displayed at the top of the control.
X-Axis Name of the X-Axis
Y-Axis Name of the Y-Axis
X-Column Table column used for the X-values
Y-Columns Checkboxes to select the table columns to be displayed in the chart. Also the order can be changed with the arrow keys and column names can be renamed with the pencil icon.

Chart VisionX

Ring

Ring VisionX

Property Description
Binding Database table which refers to the table.
Style A list with all availible chart types
Title Title that is displayed at the top of the control.
X-Axis Name of the X-Axis
Y-Axis Name of the Y-Axis
X-Column Table column used for the X-values
Y-Columns Checkboxes to select the table columns to be displayed in the chart. Also the order can be changed with the arrow keys and column names can be renamed with the pencil icon.

Ring

Data Elements

Assignment Elements

Assignment Table

Assignment Table VisionX

Property Description
Change Assignment Element Selection of all assignment elements for changing.
Show Search Area Displays a search bar for the table.
Binding Table that refers to the Assignment Element.

Assignment Table

Assignment Editor

Assignment Editor VisionX

Property Description
Change Assignment Element Selection of all assignment elements for changing.
Binding Table that refers to the Assignment Element.

Assignment Editor

Assignment Boxes

Assignment Boxes VisionX

Property Description
Change Assignment Element Selection of all assignment elements for changing.
Binding Table that refers to the Assignment Element.

Assignment Boxes

Assignment Matrix

Assignment Matrix VisionX

Property Description
Change Assignment Element Selection of all assignment elements for changing.
Table Columns .
Binding Table that refers to the Assignment Element.

Assignment Matrix

Label Control

A label that can be bound to a database column and display these values from the selected row in the label.

Label Control VisionX

Property Description
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.
Binding Table column that refers to the chart

Label Control

Record Counter

The record counter counts the entries of a table, even if they are filtered.

Record Counter VisionX

Property Description
Binding Table that refers to the record counter.

Record Counter

Tree

For displaying linked data in a hierarchical data structure.

Tree VisionX

Property Description
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.
Detect Endnode Detects the endnode of tree.
Binding Tables that refer to the record counter.

Tree

Gauge

A gauge chart, whose shape looks like a tachometer, is a type of chart used to display a single data value in a quantitative context. For example, you can use it to visualize the number of pieces produced per day or the sales of a period of time.

Property Description
Binding Table column that refers to the chart
Style Selecting the gauge variant
Title Titel of the chart
Min Value Minimum value displayed in the diagram
Max Value Maximum value displayed in the diagram
Min Warning Range between minimum Value and minimum Warning ( highlighted in color)
Max Warning Range between maximum value and maximum warning ( highlighted in color)
Min Error Minimum value that should not be undercut
Max Error Maximum value that should not be reached

Tagging

Element with the possibility to store several values of a master data table as a concatenation.

Tagging VisionX

Property Description
Label Creates a label with the entered Text for this element.
Tooltip Informational text that is displayed when the cursor is over this control. It can be modified by using the HTML Editor.
Binding Table column that refers to this element.
Input Position Position where the selection list is displayed.
Tag validation enabled !!!!!
Adding new tag enabled !!!!!

Tagging

Filter Control

Web Elements

Hyperlink VisionX

Property Description
Text Text that is displayed. It can be modified by using the HTML Editor.
Focus Order Sets the order in which elements are focused in sequence when the Tab key is pressed.
Target Specifies if the link is open in a new tab or the current content.
URL Specifies the URL.
Show URL as Tooltip Shows the URL as Tooltip
Binding Column that refers to the link.
Text Column that refers to the text.

Hyperlink

This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information