Adding Text Editor

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
condor72
User
Posts: 2

Adding Text Editor

Post by condor72 »

I have a license for Froala text editor. How could I add this text editor to phpmaker? Thanks in advance.


danielc
User
Posts: 1601

Post by danielc »

To add your javascript, use ew_AddClientScript("yourjs.js") to add code in Page_Head server event.

Then use Startup Script to init your text editor.

See Server event and Client script in help file.


Post Reply