mc.Message.textareaPrompt({ title: {text: '문자열 값 입력'}, html: '텍스트를 입력하세요.', buttons: {yes: '예', cancel: '아니오'}, options: {emptyCheck: false} })