Base solution for your next web application
Open Closed

IsBusy / Loading #2907


User avatar
0
kevwiggy created

Hi

can you point me to an example of where the three loading gif/image is controlled.

Not on the saving button but on the main login. Want to use it on another page.

Thanks


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Sorry for my late reply. Which template do you use ? Angular1, Angular2, or JQuery ?

    Thanks.

  • User Avatar
    0
    kevwiggy created

    Hi,

    No worries, Angular 1

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can find it's usage here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/dev/src/MyCompanyName.AbpZeroTemplate.Web/App/common/views/layout/layout.cshtml#L58">https://github.com/aspnetzero/aspnet-ze ... cshtml#L58</a>

    and it's definition here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/master/src/MyCompanyName.AbpZeroTemplate.Web/App/common/directives/metronic/directives.js">https://github.com/aspnetzero/aspnet-ze ... ectives.js</a>

    Thanks.