Opened 13 years ago

Last modified 12 years ago

#568 new enhancement

Helpers cannot be used for Select box information

Reported by: justinrowles Owned by: geonetwork-devel@…
Priority: minor Milestone: Future release
Component: General Version: v2.6.4
Keywords: Cc:

Description

At present, the 'helper' functionality is restricted to text box information.

The attached patch allows it to be used for select boxes too, and provides a sample implementation for gmd:language.

Attachments (1)

selectHelper.patch (2.6 KB ) - added by justinrowles 13 years ago.

Download all attachments as: .zip

Change History (3)

by justinrowles, 13 years ago

Attachment: selectHelper.patch added

comment:1 by justinrowles, 13 years ago

Here's an example of what goes in the labels.xml file to make that functionality appear:

<element name="codeListValue" context="gmd:language" id="39.0">

<helper>

<option value="eng">English</option> <option value="wel">Welsh</option>

</helper>

</element>

comment:2 by josegar74, 12 years ago

Milestone: v2.6.5Future release
Note: See TracTickets for help on using tickets.