1
edit
Changes
→Write Javascript Required to prompt to User
=== Write Javascript Required to prompt to User ===
var check = {value: false};
var flags = gPromptService.BUTTON_POS_0 * gPromptService.BUTTON_TITLE_IS_STRING +
gPromptService.BUTTON_POS_1 * gPromptService.BUTTON_TITLE_IS_STRING;
var button = gPromptService.confirmEx(null,
"Attachment Reminder",
"Did you forget to add an attachment?",
flags,
"Oh, I did",
"No, Send Now",
null,
null,
check);
=== Add Functionality to add key Words By user ===