plugins:[enabledColumn,streamingColumn,pvrColumn,adminColumn, webuiColumn],
store: store,
clicksToEdit: 2,
+ viewConfig: {forceFit:true},
cm: cm,
selModel: new Ext.grid.RowSelectionModel({singleSelect:false}),
tbar: [{
plugins:[enabledColumn, expander],
store: transportsstore,
clicksToEdit: 2,
+ viewConfig: {forceFit:true},
cm: cm,
selModel: new Ext.grid.RowSelectionModel({singleSelect:false})
});
loadingText: 'Loading...',
fieldLabel: 'XML-TV Source',
name: 'xmltvchannel',
- width: 300,
+ width: 200,
displayField:'xcTitle',
valueField:'xcTitle',
store: xmltvChannels,
name:"tags",
valueField:"identifier",
displayField:"name",
- width:250,
+ width:200,
height:200,
store:tvheadend.channelTags,
}]
*/
tvheadend.chconf = function() {
var chlist = new Ext.grid.GridPanel({
+ viewConfig: {forceFit:true},
ddGroup: 'chconfddgroup',
enableDragDrop: true,
stripeRows:true,
store: store,
clicksToEdit: 2,
cm: cm,
+ viewConfig: {forceFit:true},
selModel: new Ext.grid.RowSelectionModel({singleSelect:false}),
tbar: [{
tooltip: 'Create a new code word connection entry on the server. ' +