Save and load the additional fields for the dashlets

This commit is contained in:
Julio Cesar Laura
2011-11-10 16:39:14 -04:00
parent 4cc0f6c137
commit f0f3a69af1
7 changed files with 152 additions and 125 deletions

View File

@@ -4,5 +4,6 @@ interface DashletInterface {
public function setup($dasInsUid);
public function render();
public function getAdditionalFields();
}