Fliddo Inc Documents & Guides
2023-10-29 01:59:16
3024 Views
The vault is a secure space only accessible by Ssl and further secured through 2048 bit encryption.  It's used to save sensitive information usually configuration data for third party services such as payment gateways, email and more.

You may use the vault as you wish, however, it is discouraged to store information other than what is required for your fliddo website.
... Read More
2023-10-29 02:00:08
5954 Views
The documents plugin is robust and can create rich full featured document structures, this is an excellent plugin for building help systems, guides, and general documentation. Documents consist of three parts which include the document, chapters and pages.  Let's go over the basics of the document plugin and it's configuration options.
   
... Read More
2023-10-29 02:01:34
2241 Views
This is your standard access level.  It grants your account access to automate tasks on your website including any plugin specific API endpoints you attain by installing plugins.  This access level does not grant you access to any accounts registered through your website.  This means you will not be able to modify account details or send messages through the API.
        
Note: This access level is free and can be obtained in your administrative portal.
... Read More
2023-10-27 20:35:19
964 Views
Jtml is a fliddo library what allows you to manage JavaScript controls, regardless of the library, through HTML
attributes.  It's intended for designers not familiar with JavaScript to implement JavaScript controls without
any programming knowledge.  The philosophy is, use JavaScript without JavaScript.

Jtml converts attributes found on your webpage into parameters usable by Jtml extensions.  A Jtml extension is a
library which bootstraps and implements existing or custom JavaScript controls.  Third party libraries and controls do
not require html attribute awareness, that is, they do not need to be programmed to interpret HTML attributes, this is
what Jtml is for.
... Read More
Sections
Usage :: Library
2023-11-04 06:02:43
3409 Views
Maple is a template language developed by Fliddo. It's provides an syntactical interface to interact with datasets
within HTML templates.  The language includes traditional blocks, variables, conditions and loops but also offers an
interface for APIs and functions.

Note: Maple is the template engine used for you Fliddo website but it can also be used as a standalone engine for
external programming projects.


The designer plugin supports a subset of maple syntax and more support is being added.  Its not absolutely crucial to
understand its syntax unless you are doing custom programming with the source code in which case an understanding of
maple is required. ... Read More