diff --git a/manager/actions/mutate_content.dynamic.php b/manager/actions/mutate_content.dynamic.php
index 61027e1f3a..5425146f03 100644
--- a/manager/actions/mutate_content.dynamic.php
+++ b/manager/actions/mutate_content.dynamic.php
@@ -784,11 +784,14 @@ function decode(s) {
echo "\t\t",'
',$row['caption'],"\n",
"\t\t\t",'
| \n",
"\t\t\t",'',"\n",
- "\t\t\t",renderFormElement($row['type'], $row['id'], $row['default_text'], $row['elements'], $tvPBV, ' style="width:300px;"'),"\n",
+ "\t\t\t",renderFormElement($row['type'], $row['id'], $row['default_text'], $row['elements'], $tvPBV, ' style="width:300px;"', $row),"\n",
"\t\t |
\n";
+ /* Changed by ProWebscape for custom tv */
}
echo "\t\n";
} else {
diff --git a/manager/actions/mutate_tmplvars.dynamic.php b/manager/actions/mutate_tmplvars.dynamic.php
index 5186a48051..c6d7035cee 100644
--- a/manager/actions/mutate_tmplvars.dynamic.php
+++ b/manager/actions/mutate_tmplvars.dynamic.php
@@ -98,6 +98,9 @@ function deletedocument() {
widgetParams['datagrid'] = '&cols=Column Names;string &flds=Field Names;string &cwidth=Column Widths;string &calign=Column Alignments;string &ccolor=Column Colors;string &ctype=Column Types;string &cpad=Cell Padding;int;1 &cspace=Cell Spacing;int;1 &rowid=Row ID Field;string &rgf=Row Group Field;string &rgstyle = Row Group Style;string &rgclass = Row Group Class;string &rowsel=Row Select;string &rhigh=Row Hightlight;string; &psize=Page Size;int;100 &ploc=Pager Location;list;top-right,top-left,bottom-left,bottom-right,both-right,both-left; &pclass=Pager Class;string &pstyle=Pager Style;string &head=Header Text;string &foot=Footer Text;string &tblc=Grid Class;string &tbls=Grid Style;string &itmc=Item Class;string &itms=Item Style;string &aitmc=Alt Item Class;string &aitms=Alt Item Style;string &chdrc=Column Header Class;string &chdrs=Column Header Style;string;&egmsg=Empty message;string;No records found;';
widgetParams['richtext'] = '&w=Width;string;100% &h=Height;string;300px &edt=Editor;list;';
widgetParams['image'] = '&alttext=Alternate Text;string &hspace=H Space;int &vspace=V Space;int &borsize=Border Size;int &align=Align;list;none,baseline,top,middle,bottom,texttop,absmiddle,absbottom,left,right &name=Name;string &class=Class;string &id=ID;string &style=Style;string &attrib=Attributes;string';
+ /* Changed by ProWebscape for custom widget */
+ widgetParams['custom_widget'] = '&output=Output;string';
+ /* Changed by ProWebscape for custom widget */
// Current Params
var currentParams = {};
@@ -308,6 +311,9 @@ function decode(s){