Cognos Tabキーでの遷移順序指定サンプル
Tabキー遷移順序指定
CognosでTabキーでハイライトの遷移を行う場合、デフォルトでは下図の黒数字の①~⑥の順に遷移します。
赤字の①~③のように、プロンプトのみを順番にTabキー遷移したい場合のHTMLアイテムでの実装です。
<SCRIPT LANGUAGE=""javascript"">
getFormWarpRequest()._textEditBoxTB1.tabIndex = 1;
getFormWarpRequest()._textEditBoxTB2.tabIndex = 2;
getFormWarpRequest()._oLstChoicesDP1.tabIndex = 3;
</SCRIPT>
簡単ですが以上です。
Author And Source
この問題について(Cognos Tabキーでの遷移順序指定サンプル), 我々は、より多くの情報をここで見つけました https://qiita.com/shinyama/items/d67888de53cce4306ad8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .