http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82896
Revision: 82896
Author: yaron
Date: 2011-02-27 16:29:19 +0000 (Sun, 27 Feb 2011)
Log Message:
-----------
Added in six new global variables, for input-type registration
Modified Paths:
--------------
trunk/extensions/SemanticForms/includes/SF_Settings.php
Modified: trunk/extensions/SemanticForms/includes/SF_Settings.php
===================================================================
--- trunk/extensions/SemanticForms/includes/SF_Settings.php 2011-02-27
15:43:15 UTC (rev 82895)
+++ trunk/extensions/SemanticForms/includes/SF_Settings.php 2011-02-27
16:29:19 UTC (rev 82896)
@@ -113,9 +113,19 @@
# Page properties, used for the API
# ##
$wgPageProps['formdefinition'] = 'Definition of the semantic form used on the
page';
+
+# ##
+# Global variables for registering input types
+# ##
+$sfgDefaultInputForPropType = array();
+$sfgDefaultInputForPropTypeList = array();
+$sfgPossibleInputsForPropType = array();
+$sfgPossibleInputsForPropTypeList = array();
# ##
# Global variables for Javascript
# ##
$sfgShowOnSelect = array();
$sfgAutocompleteValues = array();
+$sfgInitJSFunctions = array();
+$sfgValidationJSFunctions = array();
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs