BUG 0000 Change in the label and width of dropdowns
This commit is contained in:
@@ -161,7 +161,7 @@ dashletInstance.form = {
|
|||||||
mode: "local",
|
mode: "local",
|
||||||
editable: false,
|
editable: false,
|
||||||
|
|
||||||
width: 200,
|
width: 325,
|
||||||
fieldLabel: "Dashboard"
|
fieldLabel: "Dashboard"
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -178,7 +178,7 @@ dashletInstance.form = {
|
|||||||
mode: "local",
|
mode: "local",
|
||||||
editable: false,
|
editable: false,
|
||||||
|
|
||||||
width: 200,
|
width: 325,
|
||||||
fieldLabel: "Type"
|
fieldLabel: "Type"
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -195,7 +195,7 @@ dashletInstance.form = {
|
|||||||
mode: "local",
|
mode: "local",
|
||||||
editable: false,
|
editable: false,
|
||||||
|
|
||||||
width: 200,
|
width: 325,
|
||||||
fieldLabel: "Period"
|
fieldLabel: "Period"
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -234,7 +234,7 @@ dashletInstance.form = {
|
|||||||
mode: "local",
|
mode: "local",
|
||||||
editable: false,
|
editable: false,
|
||||||
|
|
||||||
width: 200,
|
width: 325,
|
||||||
fieldLabel: "Assign To",
|
fieldLabel: "Assign To",
|
||||||
|
|
||||||
listeners: {
|
listeners: {
|
||||||
@@ -262,7 +262,7 @@ dashletInstance.form = {
|
|||||||
mode: "local",
|
mode: "local",
|
||||||
editable: false,
|
editable: false,
|
||||||
|
|
||||||
width: 200,
|
width: 325,
|
||||||
fieldLabel: "Name",
|
fieldLabel: "Name",
|
||||||
allowBlank: false
|
allowBlank: false
|
||||||
});
|
});
|
||||||
@@ -280,7 +280,7 @@ dashletInstance.form = {
|
|||||||
mode: "local",
|
mode: "local",
|
||||||
editable: false,
|
editable: false,
|
||||||
|
|
||||||
width: 200,
|
width: 325,
|
||||||
fieldLabel: "Process"
|
fieldLabel: "Process"
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -297,7 +297,7 @@ dashletInstance.form = {
|
|||||||
mode: "local",
|
mode: "local",
|
||||||
editable: false,
|
editable: false,
|
||||||
|
|
||||||
width: 200,
|
width: 325,
|
||||||
fieldLabel: "Task"
|
fieldLabel: "Task"
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -317,11 +317,11 @@ dashletInstance.form = {
|
|||||||
//------------------------------------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------------------------------------
|
||||||
var dashletInstanceFrm = new Ext.form.FormPanel({
|
var dashletInstanceFrm = new Ext.form.FormPanel({
|
||||||
id: "dashletInstanceFrm",
|
id: "dashletInstanceFrm",
|
||||||
labelWidth: 115,
|
labelWidth: 100,
|
||||||
border: true,
|
border: true,
|
||||||
width: 400,
|
width: 450,
|
||||||
frame: true,
|
frame: true,
|
||||||
title: "Dashboard Instance Configuration",
|
title: "Dashlet Instance Configuration",
|
||||||
items: formFields,
|
items: formFields,
|
||||||
buttonAlign: "right",
|
buttonAlign: "right",
|
||||||
buttons: [new Ext.Action({
|
buttons: [new Ext.Action({
|
||||||
|
|||||||
Reference in New Issue
Block a user