Commit 80ee141a authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete borders console

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51124 954022d7-b5bf-4e40-9824-e11837661b57
parent 595e12a8
......@@ -339,14 +339,6 @@
"valign: " + info.asc_getVertAlign() + ", " +
"border:" +
(info.asc_getBorders().asc_getLeft().asc_getWidth() > 0 ? " l" : "") +
(info.asc_getBorders().asc_getTop().asc_getWidth() > 0 ? " t" : "") +
(info.asc_getBorders().asc_getRight().asc_getWidth() > 0 ? " r" : "") +
(info.asc_getBorders().asc_getBottom().asc_getWidth() > 0 ? " b" : "") +
(info.asc_getBorders().asc_getDiagDown().asc_getWidth() > 0 ? " dd" : "") +
(info.asc_getBorders().asc_getDiagUp().asc_getWidth() > 0 ? " du" : "") + ", " +
"wrap: " + info.asc_getFlags().asc_getWrapText() + ", " +
"merge: " + info.asc_getFlags().asc_getMerge() + ", " +
......@@ -355,7 +347,7 @@
", formula: " + info.asc_getFormula()
)
);
if(info.asc_getFormula())
$("#cv1").val("="+info.asc_getFormula())
else
......
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