[]
        
(Showing Draft Content)

Inputman.TagBoxConfig

TagBoxConfig インターフェイス

タグボックスの設定情報を定義します。

階層

  • TagBoxConfig

プロパティ

オプション allowCopyTag

allowCopyTag: boolean

コピー可能かどうか

オプション allowCustomTag

allowCustomTag: boolean

カスタムタグを追加可能かどうか

オプション allowDragTag

allowDragTag: boolean

ドラッグ操作可能かどうか

オプション allowDropDownResize

allowDropDownResize: boolean

ドロップダウンリストリサイズ可能かどうか

オプション allowResize

allowResize: boolean

リサイズ可能かどうか

オプション allowSelectTag

allowSelectTag: boolean

選択可能かどうか

オプション appendCustomTagToDropDown

appendCustomTagToDropDown: boolean

カスタムタグをドロップダウンリストに追加するかどうかを設定します。

オプション applyCustomTagKey

applyCustomTagKey: Key

カスタムタグキーを適用するかどうか

オプション autoFilter

autoFilter: AutoFilter | null

自動フィルタ

オプション autoSelect

autoSelect: boolean

自動選択

オプション displayMode

displayMode: TagBoxDisplayMode

表示モード

オプション dropDownAlignmentMode

dropDownAlignmentMode: GcTagBoxDropDownAlignmentMode

ドロップダウンリストの整列モード

オプション dropDownDisplayMemberPath

dropDownDisplayMemberPath: string

ドロップダウンリスト項目のパス

オプション dropDownHeight

dropDownHeight: number | null

ドロップダウンリストの高さ

オプション dropDownItemHeight

dropDownItemHeight: number

ドロップダウンリスト項目の高さ

オプション dropDownItemTemplate

dropDownItemTemplate: string | null

ドロップダウンリスト項目のテンプレート

オプション dropDownTreeConfig

dropDownTreeConfig: TagBoxDropDownTreeConfig

ドロップダウンリストのツリービューの設定情報を定義します。

オプション dropDownType

dropDownType: TagBoxDropDownType

ドロップダウンリストの表示形式をリストまたはツリーに設定します。

オプション dropDownWidth

dropDownWidth: number | null

ドロップダウンリストの幅

オプション enabled

enabled: boolean

有効

オプション floatingLabelDirection

floatingLabelDirection: FloatingLabelDirection | null

フローティングラベルの表示位置を設定します。

オプション floatingLabelText

floatingLabelText: string | null

フローティングラベルの表示テキストを設定します。

オプション floatingLabelType

floatingLabelType: FloatingLabelType | null

フローティングラベルの表示パターンを設定します。

オプション height

height: number | string

タグボックスの高さ

オプション items

items: object[] | string[] | null

ドロップダウンリストの項目

オプション maxHeight

maxHeight: number | string

最大高

オプション maxTagCount

maxTagCount: number

選択可能のタグの最大数

オプション maxTagWidth

maxTagWidth: number

タグの最大幅

オプション maxWidth

maxWidth: number | string

最大幅

オプション minHeight

minHeight: number | string

最小高

オプション minWidth

minWidth: number | string

最小幅

オプション readOnly

readOnly: boolean

読み取り専用

オプション separator

separator: string

値を取得するときの区切り

オプション showDropDown

showDropDown: boolean

ドロップダウンリストを表示するかどうか

オプション showDropDownIfNoItems

showDropDownIfNoItems: boolean

項目がないとき、ドロップダウンリストを表示するかどうか

オプション showImage

showImage: boolean

画像を表示するかどうか

オプション tagImageMemberPath

tagImageMemberPath: string

テンプレートに設定した画像のパス

オプション tagTemplate

tagTemplate: string | ((args: any): HTMLElement )

テンプレート

オプション tagTextMemberPath

tagTextMemberPath: string

テンプレートに設定したテキストのパス

オプション tagValidator

tagValidator: (args: any): boolean

タグバリデータ

型宣言

    • (args: any): boolean
    • 引数

      • args: any

      戻り値 boolean

オプション uniqueTags

uniqueTags: boolean

重複選択可能かどうか

オプション value

value: (string | object)[]

watermarkDisplayNullText

watermarkDisplayNullText: string

タグボックスコントロールにフォーカスがあり未入力のときの代替テキスト

watermarkNullText

watermarkNullText: string

タグボックスコントロールにフォーカスがなく未入力のときの代替テキスト

オプション width

width: number | string

タグボックスの幅