Skip to content

Commit

Permalink
Remove examples
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Mar 1, 2025
1 parent 6d54678 commit f7550dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ Jodit.make('#editor', {
});
```

{% include [Example2](./_includes/example2.md) %}

**Note:** In this example we call the [popup](https://xdsoft.net/jodit/docs/interfaces/types.IControlType.html#popup) handler rather than [exec](https://xdsoft.net/jodit/docs/interfaces/types.IControlType.html#exec). This means that clicking the button will display a popup window. You can add any content to this popup; everything returned by the `popup` function will be included in the window. Jodit also supports simple string values:

```js
Expand Down

0 comments on commit f7550dc

Please sign in to comment.