Newer
Older
Michael Sieber
committed
import("system.result");
import("Document_lib");
var openFileState;
if(DocumentUtil.canOpenSelectedDocument())
openFileState = neon.COMPONENTSTATE_EDITABLE;
Michael Sieber
committed
else
openFileState = neon.COMPONENTSTATE_INVISIBLE;
result.string(openFileState);