Skip to content
This repository has been archived by the owner. It is now read-only.

Latest commit

 

History

History
92 lines (58 loc) · 1.51 KB

File metadata and controls

92 lines (58 loc) · 1.51 KB
layout post
title ejOverview
description API reference for ejOverview
documentation API
platform Angular-api
keywords overview, ejOverview, overview api, syncfusion

ejOverview

Overview control allows you to see a preview or an overall view of the entire content of a Diagram. This helps you to look at the overall picture of a large Diagram and also to navigate, pan, or zoom, on a particular position of the page.

Example

Requires

  • module:jQuery.js
  • module:ej.common.all
  • module:ej.widgets.all
  • module:jquery.easing.js
  • module:jquery.globalize.js
  • module:jsrender.js
  • module:jquery.validate.js
  • module:jquery.validate.unobtrusive.js

Members

sourceID string

{:#members:sourceID}

The sourceId property of overview should be set with the corresponding Diagram ID for you need the overall view.

Default Value

  • null

Example

{% highlight html %}

{% endhighlight %}

height number

{:#members:height}

Defines the height of the overview

Default Value

  • 400

Example

{% highlight html %}

{% endhighlight %}

width number

{:#members:width}

Defines the width of the overview

Default Value

  • 250

Example

{% highlight html %}

{% endhighlight %}