Feb 19, 2011, 9:23 AM
[CLOSED] Loading progress color issue
We are using login progress bar in our application. How can we change the loading bar color yellow to blue.
we used following code (coolite v.08)
we used following code (coolite v.08)
<ext:Button ID="btn_calllogin" runat="server" Hidden="true" c>
<AjaxEvents>
<Click OnEvent="OpenPortal" Before="Ext.Msg.wait(verifyhead, authhead);"
Failure="Ext.Msg.show({
title: 'Login Error',
msg: result.errorMessage,
buttons: Ext.Msg.OK,
icon: Ext.MessageBox.ERROR
});">
</Click>
</AjaxEvents>
</ext:Button>
Last edited by Daniil; Feb 23, 2011 at 3:39 PM.
Reason: [CLOSED]