過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > アプレット > getObjectPlacement (Webtop スクリプトアプレットおよび Webtop トレイアプレット)

getObjectPlacement (Webtop スクリプトアプレットおよび Webtop トレイアプレット)

構文

過去のコマンド構文またはプログラムコードのスキップString getObjectPlacement(String objectName)

説明

Returns a string representing where the application will be launched. This string can be "mainbrowser", "multiplewindows", "newbrowser", "awtwindow", "localx" or "kiosk".

objectName is the full TFN name of an application on the user's webtop.

This method can be used with either the webtop script applet or the webtop tray applet.

過去のコマンド構文またはプログラムコードのスキップlaunchLoc = applet.getObjectPlacement(".../_ens/o=Indigo Insurance/ou=Finance/ou=Administration/cn=Phone List");
alert("The application launch location is: " + launchLoc);

Displays a dialog indicating where the application will be launched.

関連トピック