Fliddo Inc Documents & Guides
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
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
... Read More
Sections
Shop Plugin ::
Subsriptions Plugin ::
Billing Plugin ::
Staff Plugin ::
Q&A Plugin ::
Editor Plugin ::
Pages Plugin ::
Navigation Plugin ::
Members Plugin ::
Documents Plugin ::
Developer Plugin ::
Maker Plugin ::
Designer Plugin ::
Blog Plugin
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
Note: This access level is free and can be obtained in your administrative portal.
... Read More
Sections
Token Access ::
Endpoints & Inline Variables ::
Managed Accounts ::
Api Responses ::
Api Endpoints
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
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
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
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
Sections
Functions ::
Api & Resources ::
Blocks & Transfers ::
Loops ::
Conditions ::
Layouts & Includes ::
Variables