API:EPrints/MetaField/Set
Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki
Contents
- 1 NAME
- 2 DESCRIPTION
- 3 UNDOCUMENTED METHODS
- 3.1 form_value_actual
- 3.2 from_search_form
- 3.3 get_basic_input_elements
- 3.4 get_property_defaults
- 3.5 get_search_conditions_not_ex
- 3.6 get_search_group
- 3.7 get_value_label
- 3.8 get_values
- 3.9 get_xml_schema_type
- 3.10 input_tags_and_labels
- 3.11 ordervalue_basic
- 3.12 render_input_field_actual
- 3.13 render_search_description
- 3.14 render_search_input
- 3.15 render_search_set_input
- 3.16 render_set_input
- 3.17 render_single_value
- 3.18 render_xml_schema_type
- 3.19 tags
NAME
EPrints::MetaField::Set - no description
DESCRIPTION
not done
tags_and_labels
( $options , $labels ) = $field->tags_and_labels( $session )
Return a reference to an array of options for this field, plus an array of UTF-8 encoded labels for these options in the current language.
render_option
$xhtml = $field->render_option( $session, $option )
Return the title of option $option in the language of $session as an XHTML DOM object.