OutSystems Forge 日本語データベース

NumberRangeSlider

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

Forge英文サイト

2018-09-14 1.0.0 Sanjay Sahu All All Components, Widgets, Applications
これは、ion.rangeSliderに基づいたスライダーコンポーネントです。http://ionden.com/a/plugins/ion.rangeSlider/
NumberRangeSlider 目的:2つの数値の間の範囲を表示および選択するため。それはまた、実行時に再定義の範囲を提供しています、あなたはプレフィックス/ポストフィックスとステップをカスタマイズすることができます、 使い方 : ステップ: ステップ-1:Webブロックを作成し、ソースWebブロックフィールドの下でcomponent \ NumberRangeSliderを選択します。 ステップ-2:7つのフィールドが必要です: グリッドを表示:スライダの下部に必要なテキスト。 IsSingleSlider(ブール値):単一のスライダ MinValue:最小スライダ値 MaxValue:最大スライダ値 ステップ:スライダがジャンプごとに取るステップを指定します プレフィックス:スライダの先頭に必要なテキスト。 IsRangeChangeAllowed(Boolean):これがtrueの場合、範囲フィールドの値が編集可能になります。実行時に範囲を再定義します。 Postfix:スライダーの最後に必要なテキスト ステップ-3: 2つのプレースホルダがあります Current_Min_Value_InputPlaceholder:その下に入力ウィジェットがあります。 入力wedgedは、最小フィールドの値を含むテキスト変数にバインドします。 Current_Max_Value_InputPlaceholder:入力ウィジェットがその下にあることを期待します。 入力wedgedは、最大フィールドの値を含むテキスト変数にバインドされます。

[Overview]
This is a slider component based on ion.rangeSlider http://ionden.com/a/plugins/ion.rangeSlider/
[Detail]
NumberRangeSlider Purpose: In order to display and select the range between two Number values. it is also provides redefine range at run time, you can prefix/post fix and customize step, How to use : Steps: Step-1 : Create a web block and under the source web block field select component\NumberRangeSlider. Step-2 : This will expect 7 fields: Show Grid: Any text needed at the bottom of the slider. IsSingleSlider(Boolean) : It will allow single slider MinValue: Minimum slider value MaxValue: Maximum slider value Step: It will specify the steps slider will take in every jump Prefix: Any text needed at the start of the slider. IsRangeChangeAllowed(Boolean): The range fields values will be editable if this is true. you redefine range at run time. Postfix: Any text needed at the end of the slider Step-3 : There will be 2 placeholders Current_Min_Value_InputPlaceholder: expect input widget under it. The input wedged will bind with a text variable contains the value of the minimum field. Current_Max_Value_InputPlaceholder: This will expect input widget under it. The input wedged will bind with a text variable contains the value of the maximum field.
戻る