Changes between Version 7 and Version 8 of TechnicalDocumentation


Ignore:
Timestamp:
Feb 8, 2011, 10:01:45 AM (13 years ago)
Author:
jannekevdp@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TechnicalDocumentation

    v7 v8  
    4747==== After initialization ====
    4848After initializing the ontology fields and selecting one of the provided suggestions in the ontology autocomplete list, three hidden fields will be automatically inserted (if they do not yet exist) into the DOM. Or (if they ''do'' exist) their values will be changed accordingly:
     49{{{
    4950 <input type="hidden" name="fieldName-concept_id" value="..."/>
    5051 <input type="hidden" name="fieldName-ontology_id" value="..."/>
    5152 <input type="hidden" name="fieldName-full_id" value="..."/>
    52 
     53}}}
    5354Where ''fieldName'' is the name of the corresponding ontology field.
    5455
     
    222223
    223224[[Image(techdoc4.png)]]
     225
    224226Selected rows are in orange, and changes replicate to the other selected rows.