Added the modal sub subform for the view builder in the Assistant.

This commit is contained in:
2020-01-05 06:24:34 +02:00
parent 185dad4273
commit f67dbfdd53
9 changed files with 628 additions and 32 deletions

View File

@@ -38,7 +38,9 @@ class ComponentbuilderViewAssistant extends JViewLegacy
$this->sidebar = JHtmlSidebar::render();
}
// get the forms
$this->forms = $this->setForms();
$this->forms = $this->setForms();
//
JHtml::_('jquery.ui', array('core', 'sortable'));
// We don't need toolbar in the modal window.
if ($this->getLayout() !== 'modal')