$projectManagerクラスの説明に戻る

getCurrentPageNameメソッド($projectManagerクラス)

現在開いているページの名前を得ます。

書式
getCurrentPageName()

戻り値: 現在開いているページの名前をあらわす文字列

例1

実行方法...
 
extends TextChar;

text="現在のページ名は"+$projectManager.getCurrentPageName()+"です"; wait();