This is a migrated thread and some comments may be shown as answers.

Loading Animation , changing text

3 Answers 259 Views
Application
This is a migrated thread and some comments may be shown as answers.
Paul Dhertoghe
Top achievements
Rank 1
Paul Dhertoghe asked on 22 Oct 2012, 01:42 PM
Is there a way to change the text of the Loading animation after it has been initialized ?

ShowBusy: function (txt) {
        if (txt != null)
            app.options.loading = "<H1>" + txt + "</H1>";
        app.showLoading();
    },

Best regards,

3 Answers, 1 is accepted

Sort by
0
Markos
Top achievements
Rank 1
answered on 15 Nov 2012, 12:59 PM
Any updates on this?
0
David
Top achievements
Rank 1
answered on 19 Dec 2012, 04:07 AM
I recently asked exactly this question on Stack Overflow. The answer given there is the technique we use to achieve this.
0
Petyo
Telerik team
answered on 19 Dec 2012, 09:34 AM
Hello,

Please take a look at this demo for a very similar technique.

Kind regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Application
Asked by
Paul Dhertoghe
Top achievements
Rank 1
Answers by
Markos
Top achievements
Rank 1
David
Top achievements
Rank 1
Petyo
Telerik team
Share this question
or