WYSIWYG EDITOR Variable Picker Layout
WYSIWYG EDITOR Variable Picker Layout
This commit is contained in:
@@ -11,12 +11,8 @@
|
||||
<en>Variable</en>
|
||||
</variable_label>
|
||||
|
||||
|
||||
|
||||
<label type="text" colWidth="350" titleAlign="left" align="left">
|
||||
<en>Label</en>
|
||||
</label>
|
||||
|
||||
|
||||
|
||||
</dynaForm>
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user