r93637 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93636‎ | r93637 | r93638 >
Date:18:19, 1 August 2011
Author:ankitgarg833
Status:deferred
Tags:
Comment:
hook for getFilledHtmlTextForPS
Modified paths:
  • /trunk/extensions/SemanticForms/SemanticForms.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/SemanticForms.php
@@ -94,6 +94,7 @@
9595 $wgHooks['PageSchemasGetPageList'][] = 'SFUtils::getPageList' ; //Hook for creating Pages
9696 $wgHooks['getHtmlTextForFieldInputs'][] = 'SFUtils::getHtmlTextForPS' ; //Hook for retuning html text to PS schema
9797 $wgHooks['getXmlTextForFieldInputs'][] = 'SFUtils::getXMLTextForPS' ; //Hook for retuning html text to PS schema
 98+$wgHooks['getFilledHtmlTextForFieldInputs'][] = 'SFUtils::getFilledHtmlTextForPS' ; //Hook for retuning html text to PS schema
9899
99100 $wgAPIModules['sfautocomplete'] = 'SFAutocompleteAPI';
100101 $wgAPIModules['sfautoedit'] = 'SFAutoeditAPI';