Predefine object values in OMERO.mde ==================================== Description ----------- By using OMERO.mde you can generate a set of predefined values for the available objects. You can predefine different values for same objects by group it in setups. Step-by-Step ------------ #. Open the ``mdeConfiguration.xml`` file under ``/omero/``. #. Insert a new ```` element under ```` with the name of the setup for that you want to specify the values:: #. Insert under this ```` element an ```` element with the name of the object for that you want to specify the values:: #. Now you can copy - paste the object properties definied under for this object and then specify the Values. NOTE: You can specify different predefined values for the same object by generate multi ```` elements for this object. OMERO.mde than shows you a table of available Elements Predefinitions) for this object. **Example** ----------- Specification like:: ... will create input form like Setup:Universal |mde_predefExample2_setup1| Setup:MyCustomSetup |mde_predefExample2_setup2| .. |mde_predefExample2_setup1| image:: images/mde_predefExample2_setup1.png .. |mde_predefExample2_setup2| image:: images/mde_predefExample2_setup2.png