Microsoft
70-573 · Question #228
You need to add a modal dialog box to a SharePoint application. What should you use?
The correct answer is D. the SP.js JavaScript. MNEMONIC RULE: "SP.js" SP.UI namespace is defined in SP.Core.js, SP.js, SP.UI.Dialog.js files. ModalDialog is a part of JavaScript Class Library
Developing for User Experience
Question
You need to add a modal dialog box to a SharePoint application. What should you use?
Options
- Athe Core.js JavaScript
- Bthe Microsoft.SharePoint assembly
- Cthe Microsoft.SharePoint.Client assembly
- Dthe SP.js JavaScript
How the community answered
(29 responses)- A3% (1)
- B3% (1)
- C7% (2)
- D86% (25)
Explanation
MNEMONIC RULE: "SP.js" SP.UI namespace is defined in SP.Core.js, SP.js, SP.UI.Dialog.js files. ModalDialog is a part of JavaScript Class Library
Topics
#modal dialog#SP.js#ECMAScript#client-side
Community Discussion
No community discussion yet for this question.