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>
extjs:bubble has been deprecated. FarCry 7.0 replaces all UI elements and should now show this message inline.
This is skin is about: editOwnPassword.cfm
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>