Opened 13 years ago

Closed 13 years ago

#459 closed enhancement (fixed)

Editor / add related attribute to helper to update a pair of field with suggestion

Reported by: fxp Owned by: fxp
Priority: major Milestone: v2.7.0
Component: General Version:
Keywords: Cc:

Description

Helper list provide an easy way to get a list of values for a field in the editor. The related attribute allows to update a pair of fields :

  • the element with the option value
  • the related element (if exists) with the title value (Useful for name/description pair). The title will also be a tooltip according to browser support for option@title.

Configuration for a helper list for gmd:nameOfMeasure and gmd:measureDescription:

<element name="gmd:nameOfMeasure" id="100.0">
        <label>Name of measure</label>
        <description>Name of the test applied to the data</description>
      <helper rel="gmd:measureDescription">
        <option value="Excess item" title="Indication that an item is incorrectly present in the data">Excess item</option>

Attachments (3)

iso19138-helperlist.png (45.2 KB ) - added by fxp 13 years ago.
Helper list with tooltips
iso19138-helperlist-related.png (16.3 KB ) - added by fxp 13 years ago.
Updating pair of fields.
add-helper-relatedelement.patch (3.1 KB ) - added by fxp 13 years ago.

Download all attachments as: .zip

Change History (4)

by fxp, 13 years ago

Attachment: iso19138-helperlist.png added

Helper list with tooltips

by fxp, 13 years ago

Updating pair of fields.

comment:1 by fxp, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.