Index: trunk/extensions/SemanticForms/includes/SF_Settings.php |
— | — | @@ -113,9 +113,19 @@ |
114 | 114 | # Page properties, used for the API |
115 | 115 | # ## |
116 | 116 | $wgPageProps['formdefinition'] = 'Definition of the semantic form used on the page'; |
| 117 | + |
| 118 | +# ## |
| 119 | +# Global variables for registering input types |
| 120 | +# ## |
| 121 | +$sfgDefaultInputForPropType = array(); |
| 122 | +$sfgDefaultInputForPropTypeList = array(); |
| 123 | +$sfgPossibleInputsForPropType = array(); |
| 124 | +$sfgPossibleInputsForPropTypeList = array(); |
117 | 125 | |
118 | 126 | # ## |
119 | 127 | # Global variables for Javascript |
120 | 128 | # ## |
121 | 129 | $sfgShowOnSelect = array(); |
122 | 130 | $sfgAutocompleteValues = array(); |
| 131 | +$sfgInitJSFunctions = array(); |
| 132 | +$sfgValidationJSFunctions = array(); |