The Lianja Script Editor is a full featured and modern source code editor. It includes support for syntax highlighting, intelligent code completion, code snippets, code folding, intellisense and Intellitips. Go beyond normal Intellisense with "Live" pick lists for cursors, parameter hints for all functions, function and variable discovery and much more.
Full documentation can be found at:
https://lianja.com/doc/index.php/Script_Editor
Lianja grids are highly customizable and flexible. In this article I will explain the magical features and functionality of Lianja grids which is particularly relevant to No-Code and Low-Code developers.
This article was written using Lianja 7.0 so you may want to download that and go through this article to familiarize yourself with the Lianja grids.
All of this functionality is available in Desktop, Web and Mobile Apps.
So let's get started.
Lianja 7 provides the ability to build standalone executables on Windows.
This has been a popular request, so we have added in this functionality.
These executables can only be built for Apps that have been hand coded in LianjaScript, Python, JavaScript, TypeScript or Babel using the Lianja UI Framework.
This functionality is primarily for building small GUI Apps not for business Apps running under the Lianja App Center under the control of Permissions
The Lianja Admin Console for Lianja Cloud provides you with everything you need to administer your users, databases, packages, reports and - very importantly - forensics in the cloud. It also contains a real time dashboard that is dynamically updated. This monitors the users connected and the CPU, memory and disk usage. The Lianja Admin Console is a Lianja App so you can open it in the App Builder, study how it is implemented, modify it and enhance it and deploy it to your server.
Full
MetaTypes provide a powerful means of defining custom types and then subclassing them in Pages, Sections and FormItems.
Each MetaType that you define in the MetaType Editor can contain attribute/value pairs as well as delegates and their procedure or function names.
A MetaType is essentially a 'class' which can be inherited simply by specifying its name in the 'Meta Types' attribute for user interface elements. (Pages, Sections and FormItems).
For full details