Skip to content

foex-open-source/fos-message-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOS - Message Actions

Show or hide success and error messages declaratively.

Free Plug-in under MIT License

All FOS plug-ins are released under MIT License, which essentially means it is free for everyone to use, no matter if commercial or private use.

Overview

The FOS - Message Actions dynamic action plug-in is an easy and declarative way to deal with APEX success and error messages. It can show errors inline with fields and in notifications, as well as showing page level messages that look the same as regular APEX page notifications. Internally we use the same Javascript API that APEX provides to show these messages.

The message can be a static string with optional page item substitutions, or derived from a Javascript expression or function.

You also have control over how escaping should be performed on the message. Either entirely, or only for certain page items if your message contains HTML markup.

License

MIT