フィールド内容を取得する

説明

フィールド内容を取得するにはvalueプロパティを参照します。

サンプル [実行する]

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