Index: trunk/extensions/SemanticForms/SemanticForms.php |
— | — | @@ -92,6 +92,7 @@ |
93 | 93 | $wgHooks['PageSchemasGeneratePages'][] = 'SFUtils::generatePages' ; //Hook for creating Pages |
94 | 94 | $wgHooks['PSParseFieldElements'][] = 'SFUtils::parseFieldElements' ; //Hook for creating Pages |
95 | 95 | $wgHooks['PageSchemasGetPageList'][] = 'SFUtils::getPageList' ; //Hook for creating Pages |
| 96 | +$wgHooks['getHtmlTextForFieldInputs'][] = 'SFUtils::getHtmlTextForPS' ; //Hook for retuning html text to PS schema |
96 | 97 | |
97 | 98 | |
98 | 99 | $wgAPIModules['sfautocomplete'] = 'SFAutocompleteAPI'; |