Anonymous
Login
Share your Code with others
XSnippets Home
Featured Snippets
My Favorites
XSnippets by Popularity
Best rated XSnippets
Most recent XSnippets
XSnippets by Language
XSnippets by Author
Create XSnippet
Follow XSnippets
▼
My Favorites
文書が編集可能か判定
You have to login first to use 'My Favorites' feature
So far, noone has added to favorites
var ctx = com.ibm.domino.xsp.module.nsf.NotesContext.getCurrent(); return ctx.isDocEditable(doc);
Select XSnippet to copy to Clipboard
Notes
対象NotesDocumentが現在のユーザーで編集可能かどうか判定するために使用します。
※OpenNTF XSnippet より転載です
OpenNTF XSnippet: Determine if an author can edit a document (alternative)
https://openntf.org/XSnippets.nsf/snippet.xsp?id=determine-if-an-author-can-edit-a-document-alternative
Language
JavaScript (Server)
Author
ykawa
Submitted on
April 18, 2016 at 2:25 PM
Rating
Downloads
0
QAサイト
Embed XSnippet
No comments yet
Login first to comment...