Câu 25: C5050-408: IBM Worklight Foundation V6.2 Mobile Application Development
An application developer is working on a hybrid application. The application developer needs to display a modal message to the user indicating that data is being loaded, while this data is retrieved from the server. Which code snippet can the application developer use to display this message?
Nội dung câu hỏi
An application developer is working on a hybrid application. The application developer needs to display a modal message to the user indicating that data is being loaded, while this data is retrieved from the server. Which code snippet can the application developer use to display this message?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. WL.ModalMessage.show('Loading…');
- B. WL.BusyIndicator.show('Loading…');
- C. var busyInd = new WL.BusyIndicator (null, {text : 'Loading'}); busyInd.show(); — đáp án hiện tại
- D. var modalMsg = new WL.ModalMessage ('content', {text : 'Loading…'});
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.