Merge pull request #1750 from ralpheav/master

Extended commit {BUG 11963: & adding advice Trigger Editor msg }
This commit is contained in:
julceslauhub
2013-05-23 11:19:57 -07:00
5 changed files with 23 additions and 21 deletions

View File

@@ -143,9 +143,9 @@ Ext.onReady(function(){
//columns for table columns grid
var cmColumns = [
{
id: 'uid',
dataIndex: 'uid',
hidden: true
id: 'uid',
dataIndex: 'uid',
hidden: true
},
{
id: 'field_uid',
@@ -330,7 +330,8 @@ Ext.onReady(function(){
var cm = new Ext.grid.ColumnModel({
// specify any defaults for each column
defaults: {
sortable: true // columns are not sortable by default
resizable: false,
sortable: true // columns are not sortable by default
},
columns:cmColumns
});

View File

@@ -254,38 +254,38 @@ Ext.onReady(function(){
//columns for table columns grid
var cmColumns = [
{
id: 'uid',
dataIndex: 'uid',
hidden: true,
hideable:false
id: 'uid',
dataIndex: 'uid',
hidden: true,
hideable:false
},
{
dataIndex: '_index',
hidden: true,
hideable:false
dataIndex: '_index',
hidden: true,
hideable:false
},
{
dataIndex: '_isset',
hidden: true,
hideable:false
dataIndex: '_isset',
hidden: true,
hideable:false
},
{
id: 'field_uid',
dataIndex: 'field_uid',
hidden: true,
hideable:false
hideable:false
},
{
id: 'field_key',
dataIndex: 'field_key',
hidden: true,
hideable:false
hideable:false
},
{
id: 'field_null',
dataIndex: 'field_null',
hidden: true,
hideable:false
hideable:false
},
{
id: 'field_dyn',
@@ -426,7 +426,8 @@ Ext.onReady(function(){
var cm = new Ext.grid.ColumnModel({
// specify any defaults for each column
defaults: {
sortable: true // columns are not sortable by default
resizable: false,
sortable: true // columns are not sortable by default
},
columns:cmColumns
});