$projectManagerに戻る

$projectManager.getCurrentPageName - 現在開いているページの名前を得ます。

書式

getCurrentPageName() 
    

戻り値

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

例1

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