名前を取得する

説明

テキストフィールドやボタンなどの名前を取得するにはnameプロパティを参照します。

サンプル [実行する]

fObj = this.getField("Text1");
app.alert(fObj.name);