Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Paubolix on Oct 30, 2008 12:51
open dhtmlx forum
Example of Loading indicator

I'm looking for an example of an Loading indicator using with dhtmlxAjax.get()

Many hanks for any hints or links!

Greetings from Germany.
Answer posted on Oct 30, 2008 22:29
Excuse me for asking this question, but this is very simple.

Before

<div id="preis">
<img src="/shop_mvi-metall/images/ajax-loader.gif" />
</div>


After getting request

<div id="preis" style="color: Red; font-weight: bold;">
12,10 ˆ
</div>


The callbackfunction must simply replace the loader image.

And here you can create easily your own ajax loader icon :

http://www.ajaxload.info/