impoved the request linking options, fixed few bugs in compiler (#52)

This commit is contained in:
dev
2017-03-08 06:49:54 +02:00
committed by GitHub
parent 30e37dcfde
commit 3953df845c
228 changed files with 1268 additions and 1019 deletions

View File

@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 103 of this MVC
@build 3rd March, 2017
@version @update number 104 of this MVC
@build 6th March, 2017
@created 30th April, 2015
@package Component Builder
@subpackage submitbutton.js

View File

@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 103 of this MVC
@build 3rd March, 2017
@version @update number 104 of this MVC
@build 6th March, 2017
@created 30th April, 2015
@package Component Builder
@subpackage edit.php

View File

@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 103 of this MVC
@build 3rd March, 2017
@version @update number 104 of this MVC
@build 6th March, 2017
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
@@ -71,10 +71,10 @@ class ComponentbuilderViewAdmin_view extends JViewLegacy
}
// Get Linked view data
$this->vxtfields = $this->get('Vxtfields');
$this->vxvfields = $this->get('Vxvfields');
// Get Linked view data
$this->vxulinked_components = $this->get('Vxulinked_components');
$this->vxwlinked_components = $this->get('Vxwlinked_components');
// Set the toolbar
$this->addToolBar();