MCQs > IT & Programming > Joomla > $editor =& JFactory::getEditor(); echo $editor->display('content', $this->content, '550', '400', '60', '20', false); How do you get the content from the editor (containing line breaks and paragraphs)

Joomla MCQs

$editor =& JFactory::getEditor();

echo $editor->display('content', $this->content, '550', '400', '60', '20', false);

How do you get the content from the editor (containing line breaks and paragraphs)

Answer

Correct Answer: $content = JRequest::getVar('content', '', 'post', 'string', JREQUEST_ALLOWRAW);

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Joomla Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Joomla Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it