WYSIWYG EDITOR resize popup Variable Picker
WYSIWYG EDITOR Variable Picker
This commit is contained in:
@@ -35,7 +35,7 @@ var showDynaformsFormVars = function(sFieldName, sAjaxServer, sProcess, sSymbol)
|
||||
_oVarsPanel_ = new leimnud.module.panel();
|
||||
_oVarsPanel_.options = {
|
||||
limit : true,
|
||||
size : {w:350,h:400},
|
||||
size : {w:600,h:420},
|
||||
position : {x:0,y:0,center:true},
|
||||
title : '',
|
||||
theme : 'processmaker',
|
||||
|
||||
@@ -36,11 +36,8 @@ var showDynaformsFormVars = function(sFieldName, sAjaxServer, sProcess, sSymbol)
|
||||
_oVarsPanel_ = new leimnud.module.panel();
|
||||
_oVarsPanel_.options = {
|
||||
limit : true,
|
||||
size : {
|
||||
w : 350,
|
||||
h : 400
|
||||
},
|
||||
position : {
|
||||
size : {w:600,h:420},
|
||||
position : {
|
||||
x : 0,
|
||||
y : 0,
|
||||
center : true
|
||||
|
||||
Reference in New Issue
Block a user