From Bright Pattern Documentation
Jump to: navigation, search
(Marked this version for translation)
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>= US State= <!--T:1-->
+
= US State=  
 
The ''US State'' control places a selector on a form, enabling users to select a certain state (e.g., California or "CA") in the United States. In Preview mode, this control appears as shown.
 
The ''US State'' control places a selector on a form, enabling users to select a certain state (e.g., California or "CA") in the United States. In Preview mode, this control appears as shown.
  
  
<!--T:2-->
 
 
[[File:Form-US-State-Preview-50.PNG|450px|thumbnail|center|US State on a form]]
 
[[File:Form-US-State-Preview-50.PNG|450px|thumbnail|center|US State on a form]]
  
  
== Field Properties == <!--T:3-->
+
== Field Properties ==  
 
Once you have placed the control onto your form canvas, you can edit the field properties by clicking the pencil icon on the component. The field properties are described as follows.
 
Once you have placed the control onto your form canvas, you can edit the field properties by clicking the pencil icon on the component. The field properties are described as follows.
  
  
<!--T:4-->
 
 
[[File:Form-US-State-Properties-50.PNG|450px|thumbnail|center|US State properties]]
 
[[File:Form-US-State-Properties-50.PNG|450px|thumbnail|center|US State properties]]
  
  
=== Edit Mode Style === <!--T:5-->
+
=== Edit Mode Style ===  
 
''Edit Mode Style'' is the common property that allows you to select, edit, or add a [[form-builder-reference-guide/CreatingNewForms#Style|style]] for this form control. For example, you may select "Text" from the selector, and click '''Add / Edit''' to change the style (e.g., text, font, color, etc.) of the list fields displayed on the form.
 
''Edit Mode Style'' is the common property that allows you to select, edit, or add a [[form-builder-reference-guide/CreatingNewForms#Style|style]] for this form control. For example, you may select "Text" from the selector, and click '''Add / Edit''' to change the style (e.g., text, font, color, etc.) of the list fields displayed on the form.
  
  
<!--T:6-->
 
 
[[File:Form-US-State-Style-50.PNG|650px|thumbnail|center|Add / Edit style]]
 
[[File:Form-US-State-Style-50.PNG|650px|thumbnail|center|Add / Edit style]]
  
  
=== Label === <!--T:7-->
+
=== Label ===  
 
''Label'' is the name of this control that will be displayed on the form (e.g., "Reasons for return").
 
''Label'' is the name of this control that will be displayed on the form (e.g., "Reasons for return").
  
=== Hint text for empty field === <!--T:8-->
+
=== Hint text for empty field ===  
 
This text input field is where you enter any text that you wish to display in this control's empty fields. The hint text indicates to the user what kind of text belongs in this field (e.g., "The state where you live").
 
This text input field is where you enter any text that you wish to display in this control's empty fields. The hint text indicates to the user what kind of text belongs in this field (e.g., "The state where you live").
  
=== Data field === <!--T:9-->
+
=== Data field ===  
 
The ''data field'' is where you enter a specific variable or select a variable to get and insert data into the US State field (e.g., ''$(Contact.addresses[PRIMARY].state)'')
 
The ''data field'' is where you enter a specific variable or select a variable to get and insert data into the US State field (e.g., ''$(Contact.addresses[PRIMARY].state)'')
  
  
=== Options === <!--T:10-->
+
=== Options ===  
 
==== Editable ====
 
==== Editable ====
 
Select this checkbox to allow users to edit the field.
 
Select this checkbox to allow users to edit the field.
  
==== Required ==== <!--T:11-->
+
==== Required ====  
 
Select this checkbox to require users to make a selection. Note that ''Required'' is enabled only if the field is editable.
 
Select this checkbox to require users to make a selection. Note that ''Required'' is enabled only if the field is editable.
  
==== Hide if read-only and empty ==== <!--T:12-->
+
==== Hide if read-only and empty ====  
 
Select this checkbox to hide the US State control.
 
Select this checkbox to hide the US State control.
 
 
 
 
 
 
 
</translate>
 

Latest revision as of 04:09, 29 May 2024

• 日本語
• 5.19 • 5.2 • 5.3 • 5.8

US State

The US State control places a selector on a form, enabling users to select a certain state (e.g., California or "CA") in the United States. In Preview mode, this control appears as shown.


US State on a form


Field Properties

Once you have placed the control onto your form canvas, you can edit the field properties by clicking the pencil icon on the component. The field properties are described as follows.


US State properties


Edit Mode Style

Edit Mode Style is the common property that allows you to select, edit, or add a style for this form control. For example, you may select "Text" from the selector, and click Add / Edit to change the style (e.g., text, font, color, etc.) of the list fields displayed on the form.


Add / Edit style


Label

Label is the name of this control that will be displayed on the form (e.g., "Reasons for return").

Hint text for empty field

This text input field is where you enter any text that you wish to display in this control's empty fields. The hint text indicates to the user what kind of text belongs in this field (e.g., "The state where you live").

Data field

The data field is where you enter a specific variable or select a variable to get and insert data into the US State field (e.g., $(Contact.addresses[PRIMARY].state))


Options

Editable

Select this checkbox to allow users to edit the field.

Required

Select this checkbox to require users to make a selection. Note that Required is enabled only if the field is editable.

Hide if read-only and empty

Select this checkbox to hide the US State control.

< Previous | Next >