Septima.Search.DokLinksForLokalplan
Extends Septima.Search.DetailsHandlerDef
Viser links til plandokument på plansystem,dk, Odeum og/eller DKPlan
Options
Name | Type | Mandatory | Default value | Description |
---|---|---|---|---|
more | boolean | true | ||
odeumClientName | string | |||
dkplanName | string |
Examples
Usage
YAML Declaration:
_type: Septima.Search.PlanSystemSearcher
_options:
kommunekode: '101'
detailhandlers:
- _type: Septima.Search.DokLinksForLokalplan
_options:
odeumClientName: Horsens
js client:
// Include septimaSearch
<script type="text/javascript" src="http://search.cdn.septima.dk/{version}/septimasearch.min.js"/>
planSystemSearcher.addDetailHandlerDef(new Septima.Search.DokLinksForLokalplan({odeumClientName: "Horsens"}))
ES6:
import DokLinksForLokalplan from './searchers/detailhandlers/DokLinksForLokalplan.js'
planSystemSearcher.addDetailHandlerDef(new DokLinksForLokalplan({odeumClientName: "Horsens"}))