Message type modules are focused on delivering outbound communication. For example: announcing a product launch, new content, top-level alert, etc. These modules provide a simple text message which can be used in a variety of formats.
var module = new pathfora.Message({
id: 'my-message-module-id',
headline: 'My Headline Text',
msg: 'My message text here.'
});
pathfora.initializeWidgets([module]);
layout
Define which layout type the form module should use.
layout string |
|
Value | Behavior |
---|---|
modal | module uses a modal layout |
slideout | module uses a slideout layout |
bar | module uses a bar layout |
button | module uses a button layout |
inline | module uses a inline layout |