Conversational help

From Lianjapedia
Revision as of 03:22, 10 April 2024 by Barrymavin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The conversational help system provides the ability for you to ask questions in the documentation. The help system is updated dynamically as new questions and topics become available.

Ask questions in the "Search Bar" above.

Example questions

show me all commands

show me all functions

show me all classes

how do i use the script editor?

how do i create a database?

what are the input masks?

show me all json functions

what is data mapping?

how do i use the canvas designer?

how do i build a web app?

how do i build a mobile app?

how do i build a standalone app?

what is the app inspector?

what are drawables?

how do i import vfp data into lianja?

how do i migrate vfp projects to lianja?

what is the page builder?

show me how to use a grid section

show me how to use a form section

show me all sections

show me all framework classes

how do i use the pagebuilder class?

how do i use the section class?

etc

Function lookup

If you want to lookup a specific function in the documentation just type the function name followed by ().

e.g.

json_decode()

Command lookup

If you want to lookup a specific command in the documentation just type the command name.

e.g.

list status

sql select

sql insert

sql update

sql delete

create database

create table

etc

Class lookup

From the "Classes" tab click on a class name and the "Doc" will be displayed for that class.

Alternatively you can type the name in followed by class:

e.g.

form class

grid class

etc