Project

General

Profile

Feature #9819 » 9819v3.patch

Tolleiv Nietsch, 2010-12-19 10:55

View differences:

Resources/Public/JavaScript/preview.js (working copy)
activeTab: 0,
items: [{
title: TYPO3.LLL.Workspaces.visualPreview,
id: 'wsVisual',
layout: 'fit',
items: [{
layout: 'fit',
......
tbar: [
'->', '-',
{
xtype: 'tbtext',
text: TYPO3.LLL.Workspaces.livePreview
xtype: 'button',
text: TYPO3.LLL.Workspaces.livePreview,
listeners: {
click: {
fn: function () {
Ext.getCmp('sizeSlider').setValue(0);
}
}
}
},
{
xtype: 'slider',
......
}
},
{
xtype: 'tbtext',
text: TYPO3.LLL.Workspaces.workspacePreview
xtype: 'button',
text: TYPO3.LLL.Workspaces.workspacePreview,
listeners: {
click: {
fn: function () {
Ext.getCmp('sizeSlider').setValue(100);
}
}
}
}
]
}]
(6-6/7)