Структурирования информации с помощью PHP и MySQL
g state.aBindings.length; iField )
DBSelect.add(new Option(g state.aBindings[iField]))
tbDBSelect.style.display inline
else
tbDBSelect.style.display
function setMode(bMode)
if (bMode g state.bMode)
g state.bMode bMode
var objBody idEditbox.document.body
if ( bMode g state.bMode)
CPopup Hide()
objBody.bgColor objBody.style.cssText
if (g state.customButtons)
idStandardBar.style.display none
else
idToolbar.style.display none
objBody.innerText idEditbox.document.body.innerHTML
objBody.className textMode
if ((bMode) (g state.bMode))
setDefaultStyle(g state.css)
setBGColor(g state.bgColor)
objBody.className idStandardBar.style.display idToolbar.style.display
objBody.innerHTML idEditbox.document.body.innerText
setSize()
cbMode.checked bMode
Editor MoveSelection(true)
setFocus()
return bMode
function addButton(sID,sButton)
if ( sID)
tbButtons.insertAdjacentHTML( beforeEnd , BR )
else
tbButtons.insertAdjacentHTML( beforeEnd , INPUT TYPE button ONCLICK userButtonClick(this) CLASS userButton ID sID VALUE sButton nbsp; )
g state.customButtons true
function Format(szHow, szValue)
var oSel g state.GetSelection()
var sType oSel.type
var oTarget (sType None idEditbox.document : oSel)
var oBlock (oSel.parentElement null CUtil GetBlock(oSel.parentElement()) : oSel.item(0))
setFocus()
switch(szHow)
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 |


