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

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

構文

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

説明

Returns "TRUE" if the webtop is in hierarchy mode, otherwise it returns "FALSE".

You can enable hierarchy mode by setting the UseHierarchy parameter to true.

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

過去のコマンド構文またはプログラムコードのスキップverdict = applet.isHierarchyEnabled();
if (verdict == "TRUE")
    alert("The webtop is in hierarchy mode!");
else
    alert("The webtop is not in hierarchy mode!");

Displays a dialog indicating whether the webtop is in hierarchy mode or not.

関連トピック