4.1.0 • Published 9 years ago

ak-editor-popup v4.1.0

Weekly downloads
2
License
Apache-2.0
Repository
bitbucket
Last release
9 years ago

AtlasKit component registry Commitizen friendly semantic-release Report an issue Ask in our forum

ak-editor-popup

Popup

Kind: global class

new Popup()

The definition for the Popup component.

HTML Example

<ak-editor-popup target="#target"></ak-editor-popup>

JS Example

import Popup from 'ak-editor-popup';
const myPopup = new Popup();

popup.open : Boolean

Controls visibility of an -popup. Dialog is invisible by default.

Kind: instance property of Popup
Default: false
HTML Example

<ak-editor-popup open></ak-editor-popup>

JS Example

dialog.open = true;

popup.target : String

Target of an -popup. Selector or element on a page relative to which -popup should be positioned

Kind: instance property of Popup
HTML Example

<ak-editor-popup target="#target"></ak-editor-popup>

JS Example

dialog.target = document.body.querySelector('#target');

JS Example

dialog.target = '#target'

Support and feedback

We're here to help!

Let us know what you think of our components and docs, your feedback is really important for us.

Community support

Ask a question in our forum.

Check if someone has already asked the same question before.

Create a support ticket

Are you in trouble? Let us know!

4.1.0

9 years ago

4.0.4

9 years ago

4.0.3

9 years ago

4.0.2

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.0

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.12

9 years ago

2.0.11

9 years ago

2.0.10

9 years ago

2.0.9

9 years ago

2.0.8

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.2.0

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago