Feedoor Global Variables

This section will show you how to create a global variable in any of Feedoor applications.
 
Contents:

Definitions


Feedoor Global Variable (FGV) simply is a way to create variables that can be changed from one user to another when you create an application.

For example if you want to create a Feedoor feed theme and want to allow members to edit theme's style then you need to create FGV and submit it with that theme, think of HTML form fields, FGV act like those field but inside Feedoor web application.

 

XML Global Variables

Below is an example of a global feedoor variable.


 XML Tag Description of the above example

<variables>
  • <variable>: variable container..
  • <description>: Feed URL link
  • <name>: Feed description
  • <type>: variable type (text, textarea, menu)
  • <value>: intial value of the variable.

 

Variable Types

You can create variables with three types

1- text : a single "one line" text field

2- textarea : multilines "Text area" field

3- menu : dropdown menu field, With "menu" type you can add as many options as you want in the following format.

 

Variables Example

Below is an example of FGV and how it will be translated in Feedoor.

This example was created for one of our Feeds theme

The above example will be translated to the following form

description

field

Your Header

Your Footer

Page Direction