BUG 10027 Request for Dynaform Editing, a way to edit various dynaforms simply SOLVED

- Added a dropdown with the dynaforms list to change the dynaform editing inside the dynaforms editor
This commit is contained in:
Julio Cesar Laura
2012-11-14 13:42:31 -04:00
parent 4fc80c6518
commit 51ddae1202
4 changed files with 32 additions and 1 deletions

View File

@@ -169,7 +169,7 @@ class dynaformEditor extends WebResource
$oHeadPublisher->addScriptCode("var TRANSLATIONS = " . G::json_encode($labesTrans) . ";");
$oHeadPublisher->setTitle(G::LoadTranslation('ID_DYNAFORM_EDITOR') . ' - ' . $Properties['DYN_TITLE']);
$G_PUBLISH->AddContent('blank');
$this->panelConf['title'] = $this->title;
$this->panelConf['title'] = '';
$G_PUBLISH->AddContent('panel-init', 'mainPanel', $this->panelConf);
if ($Properties['DYN_TYPE'] == 'xmlform') {
$G_PUBLISH->AddContent('xmlform', 'toolbar', 'dynaforms/fields_Toolbar', 'display:none', $Parameters, '', '');