Skip to content

Enum: CustomAlignment

Field alignment options for the data entry form.

URI: [redcap_dd:CustomAlignment](https://w3id.org/linkml/redcap-data-dictionary/CustomAlignment) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | LV | None | Left Vertical | | LH | None | Left Horizontal | | RV | None | Right Vertical (default) | | RH | None | Right Horizontal | ## Slots | Name | Description | | --- | --- | | [custom_alignment](custom_alignment.md) | Controls the alignment of the field on the form | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/redcap-data-dictionary ## LinkML Source
name: CustomAlignment
description: Field alignment options for the data entry form.
from_schema: https://w3id.org/linkml/redcap-data-dictionary
rank: 1000
permissible_values:
  LV:
    text: LV
    description: Left Vertical
  LH:
    text: LH
    description: Left Horizontal
  RV:
    text: RV
    description: Right Vertical (default)
  RH:
    text: RH
    description: Right Horizontal