Forms for adding and editing semantic data.
|
Files |
| file | SF_CategoriesInput.php |
| | File holding the SFCategoriesInput class.
|
| file | SF_CategoryInput.php |
| | File holding the SFCategoryInput class.
|
| file | SF_CheckboxesInput.php |
| | File holding the SFCheckboxesInput class.
|
| file | SF_CheckboxInput.php |
| | File holding the SFCheckboxInput class.
|
| file | SF_ComboBoxInput.php |
| | File holding the SFComboBoxInput class.
|
| file | SF_DateInput.php |
| | File holding the SFDateInput class.
|
| file | SF_DateTimeInput.php |
| | File holding the SFDateTimeInput class.
|
| file | SF_DropdownInput.php |
| | File holding the SFDropdownInput class.
|
| file | SF_EnumInput.php |
| | File holding the SFEnumInput class.
|
| file | SF_FormInput.php |
| | File holding the SFFormInput class.
|
| file | SF_ListBoxInput.php |
| | File holding the SFListBoxInput class.
|
| file | SF_MultiEnumInput.php |
| | File holding the SFMultiEnumInput class.
|
| file | SF_RadioButtonInput.php |
| | File holding the SFRadioButtonInput class.
|
| file | SF_TextAreaInput.php |
| | File holding the SFTextAreaInput class.
|
| file | SF_TextAreaWithAutocompleteInput.php |
| | File holding the SFTextAreaWithAutocompleteInput class.
|
| file | SF_TextInput.php |
| | File holding the SFTextInput class.
|
| file | SF_TextWithAutocompleteInput.php |
| | File holding the SFTextWithAutocompleteInput class.
|
| file | SF_YearInput.php |
| | File holding the SFYearInput class.
|
| file | SF_AutocompleteAPI.php |
| file | SF_CreatePageJob.php |
| file | SF_Form.php |
| | Represents a user-defined form.
|
| file | SF_FormEditAction.php |
| | Handles the formedit action.
|
| file | SF_FormEditPage.php |
| | Contains Form Edit Page inheriting from EditPage.
|
| file | SF_FormField.php |
| file | SF_FormLinker.php |
| | Gets the form(s) used to edit a page, both for existing pages and for not-yet-created, red-linked pages.
|
| file | SF_FormPrinter.php |
| | Handles the creation and running of a user-created form.
|
| file | SF_FormUtils.php |
| | Javascript- and HTML-creation utilities for the display of a form.
|
| file | SF_GlobalFunctions.php |
| | Global functions for Semantic Forms.
|
| file | SF_PageSchemas.php |
| | Static functions for Semantic Forms, for use by the Page Schemas extension.
|
| file | SF_ParserFunctions.php |
| | Parser functions for Semantic Forms.
|
| file | SF_TemplateField.php |
| | Defines a class, SFTemplateField, that represents a field in a template, including any possible semantic aspects it may have.
|
| file | SF_TemplateInForm.php |
| | Represents a template in a user-defined form.
|
| file | SF_Utils.php |
| | Helper functions for the Semantic Forms extension.
|
| file | SF_Aliases.php |
| | Aliases for special pages.
|
| file | SF_Language.php |
| file | SF_LanguageAr.php |
| file | SF_LanguageArz.php |
| file | SF_LanguageCa.php |
| file | SF_LanguageDe.php |
| file | SF_LanguageDe_formal.php |
| file | SF_LanguageEn.php |
| file | SF_LanguageEs.php |
| file | SF_LanguageFa.php |
| file | SF_LanguageFi.php |
| file | SF_LanguageFr.php |
| file | SF_LanguageHe.php |
| file | SF_LanguageIt.php |
| file | SF_LanguageNl.php |
| file | SF_LanguageNo.php |
| file | SF_LanguageZh_cn.php |
| file | SF_LanguageZh_tw.php |
| file | SF_Magic.php |
| file | SF_Messages.php |
| | Internationalization file for the Semantic Forms extension.
|
| file | SemanticForms.php |
| | Default settings for Semantic Forms.
|
| file | SF_CreateCategory.php |
| | A special page holding a form that allows the user to create a category page, with SF forms associated with it.
|
| file | SF_CreateClass.php |
| | A special page holding a form that allows the user to create a semantic property.
|
| file | SF_CreateForm.php |
| | A special page holding a form that allows the user to create a data-entry form.
|
| file | SF_CreateProperty.php |
| | A special page holding a form that allows the user to create a semantic property.
|
| file | SF_CreateTemplate.php |
| | A special page holding a form that allows the user to create a template with semantic fields.
|
| file | SF_FormEdit.php |
| | Displays a pre-defined form for either creating a new page or editing an existing one.
|
| file | SF_Forms.php |
| | Shows list of all forms on the site.
|
| file | SF_FormStart.php |
| | Displays a form for entering the title of a page, which then redirects to the form for creating/editing the page.
|
| file | SF_RunQuery.php |
| | Displays a pre-defined form that a user can run a query with.
|
| file | SF_Templates.php |
| | Shows list of all templates on the site.
|
| file | SF_UploadWindow.php |
| | SFUploadWindow - used for uploading files from within a form.
|
Modules |
| | Form Inputs |
| | The module Form Inputs contains form input classes.
|
| | Special Pages |
| | The module Special Pages contains all Special Pages defined by Semantic Forms.
|
| | Language |
| | The module Language contains all language-related classes.
|
Classes |
| class | SFAutocompleteAPI |
| | Adds and handles the 'sfautocomplete' action to the MediaWiki API. More...
|
| class | SFCreatePageJob |
| | Background job to create a new page, for use by the 'CreateClass' special page. More...
|
| class | SFFormEditPage |
| | Form Edit Page inheriting from EditPage. More...
|
| class | SFFormField |
| | This class is distinct from SFTemplateField in that it represents a template field defined in a form definition - it contains a SFTemplateField object within it (the $template_field variable), along with the other properties for that field that are set within the form. More...
|
Forms for adding and editing semantic data.