Commit 122b64b3 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Внесены изменения для работы скролов. Скопирована часть кода из Word/Drawing/HtmlPage.js

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55544 954022d7-b5bf-4e40-9824-e11837661b57
parent 159966dc
......@@ -39,6 +39,25 @@ document.onselectstart= function() {
return false;
}
var GlobalSkinTeamlab = {
BackgroundColor : "#B0B0B0",
RulerDark : "#B0B0B0",
RulerLight : "EDEDED",
BackgroundScroll : "#D3D3D3",
STYLE_THUMBNAIL_WIDTH : 80,
STYLE_THUMBNAIL_HEIGHT : 40
};
var GlobalSkinFlat = {
BackgroundColor : "#F4F4F4",
RulerDark : "#E5E5E5",
RulerLight : "#F4F4F4",
BackgroundScroll : "#E5E5E5",
STYLE_THUMBNAIL_WIDTH : 109,
STYLE_THUMBNAIL_HEIGHT : 45
};
var GlobalSkin = GlobalSkinTeamlab;
function CEditorPage(api)
{
// ------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment