f.MessageBox().setDescription(description)
setDescription()를 통해 메세지박스 내용을 설정할 수 있습니다.
description
Yes
String
메세지박스 내용
// Some code let msgBox = f.MessageBox(); msgBox.setDescription("변경 후 수정할 수 없습니다."); ... msgBox.show();
Last updated 8 months ago
Was this helpful?