Skip to content

Commit

Permalink
Merge pull request #1308 from Rizzen59/patch-1
Browse files Browse the repository at this point in the history
Adding information for using TinyMCE editor and FormattedTextareaType with prestashop UI kit and twig form
  • Loading branch information
Progi1984 committed Mar 8, 2022
2 parents e71d256 + 2f18167 commit 5057c5b
Showing 1 changed file with 11 additions and 1 deletion.
Expand Up @@ -15,7 +15,17 @@ Enables TinyMCE text editor on TextareaType.

## Required Javascript components

None.
In order to use TinyMCE editor in the PrestaShop UI Kit, you need to initialize its javascript component once the page is loaded:
```js
$(document).ready(function () {
window.prestashop.component.initComponents(
[
"TinyMCEEditor"
],
);
});
```


## Code example

Expand Down

0 comments on commit 5057c5b

Please sign in to comment.