getValue()
パラメータ:
なし
使用状況:
// retrieve the field object rendered by this custom editor and get its value
var field = sdk.getField();
var fieldValue = field.getValue();戻り値:
フィールドの値
パラメータ:
なし
使用状況:
// retrieve the field object rendered by this custom editor and get its value
var field = sdk.getField();
var fieldValue = field.getValue();戻り値:
フィールドの値