http://www.mediawiki.org/wiki/Special:Code/MediaWiki/93552

Revision: 93552
Author:   ankitgarg833
Date:     2011-07-30 18:56:54 +0000 (Sat, 30 Jul 2011)
Log Message:
-----------
hooks for getXMLTextForPS

Modified Paths:
--------------
    trunk/extensions/SemanticForms/SemanticForms.php

Modified: trunk/extensions/SemanticForms/SemanticForms.php
===================================================================
--- trunk/extensions/SemanticForms/SemanticForms.php    2011-07-30 18:56:07 UTC 
(rev 93551)
+++ trunk/extensions/SemanticForms/SemanticForms.php    2011-07-30 18:56:54 UTC 
(rev 93552)
@@ -93,8 +93,8 @@
 $wgHooks['PSParseFieldElements'][] = 'SFUtils::parseFieldElements' ; //Hook 
for  creating Pages
 $wgHooks['PageSchemasGetPageList'][] = 'SFUtils::getPageList' ; //Hook for  
creating Pages
 $wgHooks['getHtmlTextForFieldInputs'][] = 'SFUtils::getHtmlTextForPS' ; //Hook 
for  retuning html text to PS schema
+$wgHooks['getXmlTextForFieldInputs'][] = 'SFUtils::getXMLTextForPS' ; //Hook 
for  retuning html text to PS schema
 
-
 $wgAPIModules['sfautocomplete'] = 'SFAutocompleteAPI';
 $wgAPIModules['sfautoedit'] = 'SFAutoeditAPI';
 


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to