WYSIWYG EDITOR Variable Picker Layout

WYSIWYG EDITOR Variable Picker Layout
This commit is contained in:
norahmollo
2012-11-23 14:05:44 +00:00
parent 8242708bba
commit b50e802391
10 changed files with 312 additions and 58 deletions

View File

@@ -11,12 +11,8 @@
<en>Variable</en>
</variable_label>
<label type="text" colWidth="350" titleAlign="left" align="left">
<en>Label</en>
</label>
</dynaForm>

View File

@@ -36,7 +36,8 @@ var showDynaformsFormVars = function(sFieldName, sAjaxServer, sProcess, sSymbol)
_oVarsPanel_ = new leimnud.module.panel();
_oVarsPanel_.options = {
limit : true,
size : {w:550,h:645},
//size : {w:550,h:645},
size : {w:600,h:340},
position : {x:0,y:0,center:true},
title : '',
theme : 'processmaker',

View File

@@ -32,7 +32,8 @@ var showDynaformsFormVars = function(sFieldName, sAjaxServer, sProcess, sSymbol)
_oVarsPanel_ = new leimnud.module.panel();
_oVarsPanel_.options = {
limit : true,
size : {w:550,h:645},
//size : {w:550,h:645},
size : {w:600,h:340},
position : {x:0,y:0,center:true},
title : '',
theme : 'processmaker',

View File

@@ -26,7 +26,8 @@ var showDynaformsFormVars = function(sFieldName, sAjaxServer, sProcess, sSymbol)
_oVarsPanel_ = new leimnud.module.panel();
_oVarsPanel_.options = {
limit : true,
size : {w:550,h:645},
//size : {w:550,h:645},
size : {w:600,h:340},
position : {x:0,y:0,center:true},
title : '',
theme : 'processmaker',

View File

@@ -24,7 +24,7 @@ var showDynaformsFormVars = function(sFieldName, sAjaxServer, sProcess, sSymbol)
_oVarsPanel_ = new leimnud.module.panel();
_oVarsPanel_.options = {
limit : true,
size : {w:550,h:675},
size : {w:600,h:340},
position : {x:0,y:0,center:true},
title : '',
theme : 'processmaker',