Michael,
Have a look at core/tags/extjs/bubble.cfm I think this may be what
you're looking for.
<cfimport taglib="/farcry/core/tags/extjs" prefix="extjs">
<extjs:bubble title="A bubbly title that pops" delay="5"
bAutoHide="true">
<cfoutput>this is the bubble body - read it quickly</cfoutput>
</extjs:bubble>
<extjs:bubble title="A bubbly title that does not pop"
bAutoHide="false">
<cfoutput>this is the bubble body - take your time</cfoutput>
</extjs:bubble>
Chris.
On Feb 22, 9:39 am, Michael Sharman <[email protected]> wrote:
> Is there a way to access and use the FarCry 5+ messaging for project
> usage? Similar to the message that appears when you refresh the
> application scope etc
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---