Jump to content

Sherzod

Moderators
  • Posts

    19706
  • Joined

  • Last visited

  • Days Won

    637

Posts posted by Sherzod

  1. 4 minutes ago, eduardosuruagy said:

    Yes and when it reaches zero I would like to execute an event or show a message to the user

    Well, inside the run function:

         if (condition that seconds is equal to or less than zero...) {
             Ext.TaskManager.stop(' + Self.Name + '.timer); //I think you should also stop the timer
             ajaxRequest(...); //There may be other codes as well
         }

     

  2. 22 minutes ago, eduardosuruagy said:

    Is there a way to set a countdown timer starting at 5 minutes?

     

    7 minutes ago, picyka said:

    TrayClock (on the client side) - Components and Code Samples - uniGUI Discussion Forums

     

    You can modify the code for the countdown.

  3. 14 hours ago, Serg said:

    Leaflet карта

    Должны быть плагины для этого.

    Прикрепите тестовый случай, если Вас это не затруднит. Я попробую проанализировать. 

×
×
  • Create New...