Структурирования информации с помощью PHP и MySQL
case BackColor :
var el null
if (oSel.parentElement null)
el CUtil GetElement(oSel.parentElement(), TD )
if ( el) el CUtil GetElement(oSel.parentElement(), TH )
if ( el) el CUtil GetElement(oSel.parentElement(), TR )
if ( el) el CUtil GetElement(oSel.parentElement(), TABLE )
else
el CUtil GetElement(oSel.item(0), TABLE )
if (el)
el.bgColor szValue
else
setBGColor(szValue)
break;
case Justify :
if (oBlock)
oBlock.style.textAlign
if (((oBlock.tagName TABLE ) (oBlock.tagName IMG )) (( left oBlock.align) ( Left szValue)))
oBlock.align
break;
oBlock.align szValue
if ((oBlock.tagName HR ) ((oBlock.tagName IMG ) szValue Center )) break;
szHow szHow szValue
szValue
default:
oTarget.execCommand(szHow, false, szValue)
break
g state.RestoreSelection()
setFocus()
return true
function initEditor()
g state new CState()
window.onresize setSize
var sz
sz
html
head
title /title
STYLE
.DataBound border:1 solid #999999;margin:1;font-family:Courier;background:#F1F1F1 n
.textMode border-top: 1px black solid;font: 10pt courier n.NOBORDER TD border:1px gray solid
BODY border: 1px black solid;border-top: none;
/STYLE
/head
body bgcolor #FFFFFF text #000000 leftmargin 0 topmargin 0 marginwidth 0 marginheight 0
table width 100% border 0 cellspacing 0
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |


