Skip to:
Adding bubble titel to this skin by adding:
<cfimport taglib="/farcry/core/tags/extjs/" prefix="extjs" />
and on line 28 add:
<extjs:bubble title="Password is updated" bAutoHide="false"><cfoutput>Your password has been updated.</cfoutput></extjs:bubble>
Adding bubble titel to this skin by adding:
<cfimport taglib="/farcry/core/tags/extjs/" prefix="extjs" />
and on line 28 add:
<extjs:bubble title="Password is updated" bAutoHide="false">
<cfoutput>Your password has been updated.</cfoutput>
</extjs:bubble>