Results 1 to 3 of 3

Thread: [Answers] Development setting

Threaded View

  1. #1
    Lianja MVP
    Join Date
    Dec 2012
    Location
    Croatia, Zagreb
    Posts
    1,135

    [Answers] Development setting

    For development purposes you can create a config.db in the .\Lianja\conf\ directory and put your SET commands there.



    You can test whether your App running in desktop Web App View mode or live in a browser using Lianja.isDevMode()

    Code:
    if (Lianja.isDevMode())
    {
        // running in Web App View
    }
    else
    {
      // running live in a browser
    }


    All topics in [Answers] alphabetically: http://www.lianja.com/community/show...ll=1#post12352

    Last edited by josipradnik; 2016-03-04 at 08:32.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us