4.1.0 • Published 7 years ago

ak-editor-popup v4.1.0

Weekly downloads
2
License
Apache-2.0
Repository
bitbucket
Last release
7 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

7 years ago

4.0.4

7 years ago

4.0.3

7 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.1.1

7 years ago

2.1.0

8 years ago

2.0.12

8 years ago

2.0.11

8 years ago

2.0.10

8 years ago

2.0.9

8 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.2.0

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago