Skip to content
Jachen Duschletta edited this page Dec 10, 2018 · 4 revisions

Ontology

User Interface with Conceptual Graphs

Drop-down

How to implement drop down components with conceptual graphs Drop down to select an option from a list of options (data points)

Example: Given a list of companies available for selection, select one and save it as part of another record.

Axiom: [Drop down:idOfCompanyDropDown]-(hasDataLink)-[Company:"*"]

Query: [Company:'?'] Which should return a list of company names via gun.get('company').map().once(cb).

Record: [Person:Jake]-(worksFor)-[Company]-(selectedIn)-[Drop Down:idOfCompanyDropDown] //? still WIP

Clone this wiki locally