This article mainly introduces the implementation method of Joomla to call the built-in editor of the system. The example analyzes the specific steps, functions, and usage skills of Joomla to call the built-in editor of the system. For more information, see Joomla.
This example describes how Joomla calls the built-in editor of the system. We will share this with you for your reference. The details are as follows:
Call the editor in the Joomla system:
Path:/libraries/joomla/html/editor. php
Class: JEditor
Function: void display (string $ name, string $ html, string $ width, string $ height, int $ col, int $ row, [boolean $ buttons = true], [string $ id = null], [string $ asset = null], [object $ author = null], [array $ params = array ()])
Parameter description:
The code is as follows:
Echo $ editor-> display ('control name value', 'content', 'width', 'high', 'columns ', 'row', true, 'control id value ');