Структурирования информации с помощью PHP и MySQL
L PUTITLEEMOTICON TEXT
this.PrepareHTML CEmoticonRenderer PrepareHTML
this.szHTML this.PrepareHTML()
break
default:
this.szCaption
break
function CPopupRenderer ResetContext(oDoc)
this.oDocument oDoc
this.elCurrent null
if (this.szType Table )
var oSel idEditbox.document.selection.createRange()
var oBlock (oSel.parentElement null CUtil GetElement(oSel.parentElement(), TABLE ) : CUtil GetElement(oSel.item(0), TABLE ))
if (oBlock null)
oDoc.all.tabEdit.className
oDoc.all.tabEditBodytxtPadding.value oBlock.cellPadding
oDoc.all.tabEditBodytxtSpacing.value oBlock.cellSpacing
oDoc.all.tabEditBodytxtBorder.value oBlock.border
oDoc.all.tabEditBodytxtBorderColor.value oBlock.borderColor
oDoc.all.tabEditBodytxtBackgroundImage.value oBlock.background
oDoc.all.tabEditBodytxtBackgroundColor.value oBlock.bgColor
oDoc.elCurrent oBlock
function CPopupRenderer GetCaption()
return this.szCaption
function CPopupRenderer GetHTML()
return this.szHTML
function CEmoticonRenderer PrepareHTML()
var sz DIV ALIGN center
for (var i 0; i arEmoticons.length; i )
sz IMG TABINDEX (i 1) ONCLICK parent. CEmoticonRenderer Select(this) CLASS emoticon SRC L EMOTICONPATH TEXT arEmoticons[i] WIDTH 12 HEIGHT 12 HSPACE 3 VSPACE 3
if ((i 1)%8 0) sz BR
if (i%8 0) sz BR
for (var i 0; i arBigEmoticons.length; i )
sz IMG TABINDEX
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 |


