Index: trunk/extensions/SemanticForms/includes/SF_Settings.php |
— | — | @@ -13,7 +13,8 @@ |
14 | 14 | # seen from the web. Change it if required ($wgScriptPath is the |
15 | 15 | # path to the base directory of your wiki). No final slash. |
16 | 16 | # # |
17 | | -$sfgScriptPath = $wgScriptPath . '/extensions/SemanticForms'; |
| 17 | +$sfgPartialPath = '/extensions/SemanticForms'; |
| 18 | +$sfgScriptPath = $wgScriptPath . $sfgPartialPath; |
18 | 19 | # # |
19 | 20 | |
20 | 21 | # ## |
— | — | @@ -111,3 +112,15 @@ |
112 | 113 | # ## |
113 | 114 | $sfgFancyBoxIncluded = false; |
114 | 115 | |
| 116 | +# ## |
| 117 | +# Global variables for Javascript |
| 118 | +# ## |
| 119 | +$sfgAdderButtons = array(); |
| 120 | +$sfgRemoverButtons = array(); |
| 121 | +$sfgShowOnSelectCalls = array(); |
| 122 | +$sfgJSValidationCalls = array(); |
| 123 | +$sfgAutocompleteMappings = array(); |
| 124 | +$sfgAutocompleteDataTypes = array(); |
| 125 | +$sfgAutocompleteValues = array(); |
| 126 | +$sfgComboBoxInputs = array(); |
| 127 | +$sfgAutogrowInputs = array(); |