SedMeta_Form_Main =============== Sedmeta main admin form class This Omeka curator form collects information defining a set of bulk edits to perform on the omeka database. It includes functionality to perform the changes, and to return preview of the affected records. * Class name: SedMeta_Form_Main * Namespace: * Parent class: Omeka_Form Methods ------- ### \SedMeta_Form_Main::init() ``` void SedMeta_Form_Main::\SedMeta_Form_Main::init()() ``` Initialize the form. * Visibility: **public** ### \SedMeta_Form_Main::_registerElements() ``` void SedMeta_Form_Main::\SedMeta_Form_Main::_registerElements()() ``` Populate the form * Visibility: **private** ### \SedMeta_Form_Main::applyOmekaStyles() ``` void SedMeta_Form_Main::\SedMeta_Form_Main::applyOmekaStyles()() ``` Overrides standard omeka form behavior to tweak display and fix radio display eccentricity * Visibility: **public** ### \SedMeta_Form_Main::_getCollectionOptions() ``` array SedMeta_Form_Main::\SedMeta_Form_Main::_getCollectionOptions()() ``` Get an array to be used in 'select' elements containing all collections. * Visibility: **private** ### \SedMeta_Form_Main::_getElementOptions() ``` array SedMeta_Form_Main::\SedMeta_Form_Main::_getElementOptions()() ``` Get an array to be used in html select input containing all elements. * Visibility: **private**