Changes between Version 11 and Version 12 of AjaxEditorControlsAndValidation


Ignore:
Timestamp:
Mar 25, 2009, 11:59:19 PM (15 years ago)
Author:
simonp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxEditorControlsAndValidation

    v11 v12  
    5151'''2.''' Editor form is not submitted until 'save' or 'check' or a different tab is selected – this allows the 'reset' button to work more closely to what the user might expect.[[BR]]
    5252'''3.''' XSD validation messages available to the editor as alert controls – schematron error messages are already available via an additional icon. The JDOM elements involved in XSD validation errors can be obtained through a callback and supplied to the editor to display alongside the appropriate elements.[[BR]]
    53 '''4.''' Additional advanced editor/viewer tabs for ISO19139: It is possible to use the !GeoNetwork xslts in the advanced editor & viewer to some other views of the metadata record (ie. alternatives to the packages of metadata such as 'Identification'). The proposal is to add three additional tabs to the 'Advanced' editor/viewer for ISO19139:
    54  * Minimum - display only the elements that the standard says are mandatory
    55  * Core - display the elements that the standard says are the core elements for a geographic dataset
     53'''4.''' Additional advanced editor/viewer tabs for ISO19139: It is possible to use the !GeoNetwork xslts in the advanced editor & viewer to some other views of the metadata record (ie. alternatives to the packages of metadata such as 'Identification'). The proposal is to add three additional tabs (as useful examples) to the 'Advanced' editor/viewer for ISO19139:
     54 * Minimum - display only the elements that the standard says are mandatory - see minimumview.png in the attachments for an example of how this will look (viewer)
     55 * Core - display the elements that the standard says are the core elements for a geographic dataset - see coreview.png in the attachments for an example of how this will look (viewer)
    5656 * All - display all the elements in the metadata record in the order that they appear
    5757Each of these tabs is intended to show a particular set of elements in the metadata record. In the case of Minimum and Core, if an element that either of these tabs expects to find is missing, then the viewer will say that the element is 'missing'.[[BR]]