OutSystems Forge 日本語データベース

Shake

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

Forge英文サイト

2016-04-21 1.3.0 Miguel Ribeiro 9.1.300.105 All All Components, Widgets
要素にシェイクモーションを適用するには、次のようにします。 - 他の要素をクリックする。 - shakeElementメソッドを呼び出す。
あなたがシェイクしたい要素を持っているページにShakeウィジェットを配置します。 ウィジェットは入力として受け取ります: - Shake Element Id (必須); - Activator Element Id; 要素をクリックして動かす場合は、両方の入力に同じIDを渡します。 必要に応じてshakeElementメソッドを使用して要素を振り、入力として受け取ります: - Shake Element Id(必須、ウィジェットへの入力として渡されたものと同じでなければなりません。) - Falseを返します(trueの場合は、実行を停止するためにfalseを返します。onclockのリンクで通常使用されます。) このメソッドは、リンクのonclickプロパティとして使用することも、画面操作のフローの一部として使用することもできます。

[Overview]
Applys shake motion to an element by: - Clicking itself; - Clicking on other element; - Calling shakeElement method;
[Detail]
Place the Shake widget in the page you have the element you want to shake. The widget receives as inputs: - Shake Element Id (mandatory); - Activator Element Id; If you wish to have the element shaking by clicking on it, just pass the same Id on both inputs. Use shakeElement method to shake element when needed, which receives as inputs: - Shake Element Id (mandatory, must be the same one which was passed as input to the widget); - Return False (If true, it adds a return false to the end to stop execution. Used normally in links onclick); You can use this method either as an onclick property of a link, or as part of the flow of a screen action.
戻る