OutSystems Forge 日本語データベース

CheckCapsLock

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

Forge英文サイト

2017-11-29 1.0.0 Indigo Leap All All Components, Widgets
Caps Lockの状態を確認するプラグイン
このコンポーネントは、Web画面に追加されると、DOMで「type = password」の入力要素を検索し、その横に<span>要素を追加します。 CapsLockキーを押すと、その<span>要素の表示プロパティが切り替わり、パスワード入力時にCapsLockがアクティブかどうかをユーザーに警告します。 今のところ、2つの構成をサポートしています。 - 入力の横:適用された入力のすぐ隣にスパンが表示されます。 カスタム:spanエレメントに適用するカスタムCSSを作成します。

[Overview]
Plugin to verify Caps Lock State
[Detail]
This component, when added to a web screen, searches the DOM for any input elements with 'type=password' and adds a <span> element next to them. When the CapsLock key is pressed, it toggles the display property on that <span> element to alert the user whether CapsLock is active or not when typing in a password input. As of now it supports 2 configurations: - Next to Input: the span will show right next to the Input it is applied on; - Custom: write your custom CSS to apply to the span element.
戻る