Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Property Set: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Basic Elements]]



======Property Set======
==Property Set==


Property set is used for defining the questionnaire's properties if existing, otherwise leave the field blank ([] is not accepted)
Property set is used for defining the questionnaire's properties if existing, otherwise leave the field blank ([] is not accepted)

Latest revision as of 09:16, 20 December 2011



Property Set

Property set is used for defining the questionnaire's properties if existing, otherwise leave the field blank ([] is not accepted)

Syntax

[<Property 1>; <Property 2>; ....; <Property N>;]

Example

QUESTIONNAIRE [BACK_BUTTON_VISIBLE=true;BACK_BUTTON_TEXT="<<";COUNT_DOWN=5]

or

QUESTIONNAIRE

[

BACK_BUTTON_VISIBLE=true;

BACK_BUTTON_TEXT="<<";

COUNT_DOWN=5;

]