OutSystems Forge 日本語データベース

ImageListBox

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-09-14 1.0.1 Sanjay Sahu All All Components, Widgets
このUIコンポーネントは、複数の画像を表示および選択するために使用されます。
ImageListBox 目的:複数の画像を表示および選択するために、このコンポーネントが使用されます。 使い方: ステップ1:Webブロックを作成し、ソースWebブロックフィールドの下でUI_Component \ ImageListBoxを選択します。 ステップ-2:ウェブブロックは2つのパラメータを期待する: イメージリスト(必須):このパラメータには、少なくとも次の4つのフィールドを持つ変数が必要です。 Id URL タイトル isSelected Show Label:Trueの場合、Falseの場合は画像の代わりにラベルが表示され、画像が表示されます。 通知(宛先):ラベルまたは画像をクリックすると画面操作が実行されます。 ステップ3:プレースホルダーの名前があります:SelectedItemsInputPlaceholderは、その下に入力が詰まることを期待します。 入力された入力はテキスト変数にバインドされ、選択されたイメージのカンマ区切りIDが含まれます。 画像モード:[Show Label:False] ユーザー側の画像: コンポーネントイメージ: ローカル変数リスト: Preparation画面: ラベルモード:[Show Label:True]

[Overview]
This UI component is used to to display and select multiple images.
[Detail]
ImageListBox Purpose: In order to display and select multiple images, this component will be used. How to Use: Step-1: Create a web block and under the source web block field select UI_Component\ImageListBox Step-2: The web block will expect 2 parameters: Image list (Mandatory): This parameter will expect a variable having at least these 4 fields: Id Url Title isSelected Show Label: If true, label will be displayed instead of image if False, image will be displayed. On Notify (Destination): The screen action will execute on click on label or image. Step- 3: There will be a placeholder name: SelectedItemsInputPlaceholder which expect input wedged under it. The input wedged will bind with a text variable and it will contain comma separated ids of the images which are selected. Image Mode: [Show Label:False] Image at the user end: Component Image: Local Variable List: Preparation screen: Label Mode : [Show Label : True]
戻る