Browse Source

integrtaions, jquery-ui: Fix fiddle link. Address #378.

pull/445/merge
Davit Barbakadze 9 years ago
parent
commit
66c4db5001
  1. 2
      integrations/jquery.md

2
integrations/jquery.md

@ -8,7 +8,7 @@ keywords: integration integrate jquery javascript
## TinyMCE in a jQuery UI Dialog
You need to add some custom logic when rendering TinyMCE instances inside jQuery UI dialogs since it blocks all focus in calls of elements outside the dialog. [Check this fiddle out](http://fiddle.tinymce.com/rsdaab) for a working example.
You need to add some custom logic when rendering TinyMCE instances inside jQuery UI dialogs since it blocks all focus in calls of elements outside the dialog. [Check this fiddle out](http://fiddle.tinymce.com/rsdaab/713) for a working example.
```js
// Prevent jQuery UI dialog from blocking focusin

Loading…
Cancel
Save