OutSystems Forge 日本語データベース

OSKey

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

Forge英文サイト

2017-11-23 1.0.0 Miguel Melo All All Components, Widgets
OSKeyを使用すると、キーボードを使用してOutSystemsのWebアプリケーションを制御および操作できます。 アプリケーションには、実際のコンポーネントだけでなく、デモモジュール(キーボードを使用してTableRecordsをナビゲートする方法を示す)も含まれています。 https://craig.is/killing/miceに基づいて
このコントロールを使用すると、キーボードを使用してWeb画面と対話できます。 「OSKey」Web Blockを画面にドラッグし、キャプチャするキーの種類を指定し、キー操作を処理するScreenアクションを指定します。 'OSKey_Get()'と 'Entities.Key'のいずれかのレコード(キー)を比較することによって、押されたキーを識別できます。 高度なRaw機能を使用すると、より複雑なキーの組み合わせをキャプチャして識別することができます。 アプリケーションには、実際のコンポーネントだけでなく、デモモジュール(キーボードを使用してTableRecordsをナビゲートする方法を示す)も含まれています。 https://craig.is/killing/miceに基づいて

[Overview]
OSKey allows controlling and interacting with OutSystems web applications using the keyboard. The Application includes the actual component, as well as a useful demo module (showing how to navigate a TableRecords using your keyboard). Based on https://craig.is/killing/mice
[Detail]
This control allows interacting with your Web Screens using the keyboard. Simply drag the 'OSKey' Web Block into your screen, specify which kinds of keys you want to capture to and specify a Screen action to handle keypresses. You can identify the key pressed by comparing 'OSKey_Get()' with any of the records (keys) in 'Entities.Key'. More complex key combinations can optionally be captured and identified using the advanced Raw features. The Application includes the actual component, as well as a useful demo module (showing how to navigate a TableRecords using your keyboard). Based on https://craig.is/killing/mice
戻る