Changes between Version 7 and Version 8 of TechnicalDocumentation
- Timestamp:
- Feb 8, 2011, 10:01:45 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TechnicalDocumentation
v7 v8 47 47 ==== After initialization ==== 48 48 After 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 {{{ 49 50 <input type="hidden" name="fieldName-concept_id" value="..."/> 50 51 <input type="hidden" name="fieldName-ontology_id" value="..."/> 51 52 <input type="hidden" name="fieldName-full_id" value="..."/> 52 53 }}} 53 54 Where ''fieldName'' is the name of the corresponding ontology field. 54 55 … … 222 223 223 224 [[Image(techdoc4.png)]] 225 224 226 Selected rows are in orange, and changes replicate to the other selected rows.