Base solution for your next web application
Open Closed

Adding metronic features to the project #1013


User avatar
0
sandipsamanta created

Hi ! I am really new to Aspnetzero , still going through learning and POC phase. I have found really cool features of metronic like [http://www.keenthemes.com/preview/metronic/theme/admin_4/ui_idle_timeout.html]) . I want to use those features in my project but still did't find any clue of how to add this . Can you please provide some sample code so that I can able to integrate those metronic feature in my project. :?: :?: :!: :!: :roll: :roll:


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    idle timeout feature is in our road map. But it's not very simple. There are some complicated cases. Example: same user opens more than one browser tab in different times and one of them timeouts. We should collobrate all browser instances... When we implement it, you can copy our code into your project.

    For other metronic features in general; Metronic is a UI theme. So, you can just copy it's HTML, include related css/js to prepare same look UI. Then you can communicate to server when needed, just like our step by step guide.