Copied!

Any JavaScript editor you want to integrate needs to implement this interface. When you enable htmlEditing on a text area, your interface class will be called with the current page and the id of the text area to be edited. You will need to do what ever to the page to make the editor work.

AbstractInterface
Methods
public abstract updatePage(PHPFUI\Interfaces\Page $page, string $id) : void
 
  • param \PHPFUI\Interfaces\Page $page current page
  • param string $id of the textarea that ends editing support
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration