Salesforce

How Do I Enable the End-User to Park on a Control Only by Mouse? (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

How Do I Enable the End User to Park on a Control Only by Mouse? (Magic xpa 3.x)

By default, fields you place on an Online form will allow the user to tab from one to the next. However, if you would like to make a field only accessible by mouse, you can do that by setting the control’s Tab Into property to False.

You can also allow tabbing into the field during certain conditions, by entering an expression that evaluates to TRUE when you want to allow tabbing. This is useful when you want to have an edit field the user will be able to park on to copy the text for example, but you would not want this field to be part of the tabbing cycle.

Setting Tab Into

  1. Select the control you want to change.

    If you want, you can select a group of controls, using Ctrl+Click or by rubber-banding them, and change them all at the same time.

  2. Go to the Control Properties (Alt+Enter, or just click on the pane if it is already open).

  3. Go to Parking->Tab into. Type F to set the property to False.

    Alternatively, you can expand the property and zoom from the Expression line. This will bring you to the Expression Rules, where you can enter an expression that will evaluate to TRUE when you want to allow the user to tab into the field.

Now, the user will not be able to tab into the field, but can still click on it.

See also

The Online and Rich Client Samples projects (program HG01 and RHG01)

Reference
Attachment 
Attachment