Blog Viewer

Left Panel (Toolbox Tab) Controls

  

Basic Controls:

Button Menu

  • What it does: Opens a menu of buttons with defined methods.
  • How to use it: Open the menu and drag the desired button to the desired location.
  • Other notes: The button will likely require further configuration.



Caption

  • What it does: Read-only text.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Cascading Drop Down

  • What it does: A series of drop downs whose available selections always depend on the user's entry into the previous drop down.
  • How to use it: Drag the icon to the desired location as many times as desired.
  • Other notes: This control always requires further configuration.



Checkbox

  • What it does: Allows the user to indicate a record state is or is not true.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Drop Down

  • What it does: Allows the user to select from a list of values.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Hyperlink

  • What it does: Navigates to another screen.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Label

  • What it does: Read-only text.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Literal

  • What it does: Read-only text that cannot be formatted.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Multiselect Drop Down

  • What it does: Allows the user to select one or more values from a list of values.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Panel

  • What it does: Container for other controls. 
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration. You can add large form panels with the panels tab, but you can also add panels within panels or within tabs.



Radio Button

  • What it does: Allows the user to indicate a record state is or is not true.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Textbox

  • What it does: Allows the user to freely enter text.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Advanced Controls:

Button Group

  • What it does: Allows the user to combine multiple buttons into a single group.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Captcha

  • What it does: Verifies the user is not a bot by presenting a challenge to the user that can be easily solved by a human but is difficult for a computer.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Checkbox List

  • What it does: A list of pre-defined values from which the user can make one or multiple selections for the selected entity column's value.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Compare Validator

  • What it does: Upon the application attempting to execute certain button methods, checks if the user has entered invalid data into the control based on the defined data type or another control's entered value. If so, displays an error message.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




CR Viewer

  • What it does: Enables viewing a crystal report in the application.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration. The control is only used for webform based architecture.



DateTime Picker

  • What it does: Sets either date or time or both fields on the application depending on the type provided in S3.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Dialog Panel

  • What it does: Upon the application executing certain button methods, displays a popup window of values for the user's view or data entry.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Employer Soft Error

  • What it does: Displays error (a warning) on the application but allows the user to proceed further.
  • How to use it: Drag the icon to the desired location.
  • Other notes: These are external errors for the external portal.




File Layout

  • What it does: Allows the user to display the Inbound/Outbound file application record.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




File Upload

  • What it does: Allows the user to upload a file.
  • How to use it: Drag the icon to the desired location.




Gridview

  • What it does: Adds a grid to the form.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Image

  • What it does: Control that displays an image. This image comes from the MVVM project image folder.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Json Data

  • What it does: Allows binding a JSON object.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Knob

  • What it does: Circular track the user can slide to move between a minimum and maximum value.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




ListBox

  • What it does: Control that stores multiple items and allows the user to select multiple items. It is like a multirow selection box.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration. This control is only used for webform based architecture.




List Picker

  • What it does: Control that allows the user to select one or more items from one ListBox and move them to another ListBox.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration. This control is only used for webform based architecture.




Multi Correspondence

  • What it does: Custom control for generating multiple correspondences from a grid.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Open Detail

  • What it does: Button that allows the user to open the details of the record.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Questionnaire Panel

  • What it does: Organized collection of questions intended to solicit information from users.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Radio Button List

  • What it does: A list of radio buttons for each of the pre-defined values from which the user can make only one selection for the selected entity column's value.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Range Validator

  • What it does: Ensures the user input for numbers, strings, or dates is within a specified range.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Regular Expression Validator

  • What it does: Determines whether the value of an input control matches a pattern defined by a regular expression. This can check for predictable sequences of characters, such as those in SSNs, emails, telephone numbers, postal codes, etc.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Required Field Validator

  • What it does: Upon the application attempting to execute certain button methods, checks if the user has entered a value into a control. If not, displays an error message.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Rule Viewer

  • What it does: Displays rules/decision table on the form.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.



Slider

  • What it does: Horizontal track with a control called a thumb, which the user can slide with the mouse or arrow keys to move between a minimum and maximum value.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Soft Error

  • What it does: Displays error (a warning) on the application but allows the user to proceed further.
  • How to use it: The soft error validations must be configured in the entity. Add a soft error grid on the form to display warning messages on the application.
  • Other notes: This control always requires further configuration.




Source List

  • What it does: Allows the user to select one or more items and move them to a Target List control.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration. This control is only used for webform based architecture.



Switch Checkbox

  • What it does: This control is like an ON and OFF switch. You can configure what value it passes when it's active or inactive.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Tab Container

  • What it does: Subdivides a panel into smaller categories of data.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




Target List

  • What it does: Stores one or more items selected from a Source List control.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration. This control is only used for webform based architecture.



User Control

  • What it does: Reusable input control similar to a maintenance form that allows the user to interact with the controls it contains.
  • How to use it: Drag the icon to the desired location.
  • Other notes: This control always requires further configuration.




HTML Controls:

Break

  • What it does: Creates a break after the field control.
  • How to use it: Drag the icon to the desired location.



Horizontal Rule

  • What it does: Generates a horizontal line under the control.
  • How to use it: Drag the icon to the desired location.
0 comments
25 views

Permalink