Ticket #459 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

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

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

Change History

Changed 2 years ago by fxp

Helper list with tooltips

Changed 2 years ago by fxp

Updating pair of fields.

Changed 2 years ago by fxp

Changed 2 years ago by fxp

  • status changed from new to closed
  • resolution set to fixed

r7368

Note: See TracTickets for help on using tickets.