No regular expressions were active.
1 |
|
<html xmln
s="http://
www.w3.org
/1999/xhtm
l">
|
|
1 |
|
<html xmln
s="http://
www.w3.org
/1999/xhtm
l">
|
2 |
|
<head>
|
|
2 |
|
<head>
|
3 |
|
<script la
nguage="ja
vascript"
src="../..
/tiny_mce_
popup.js">
</script>
|
|
3 |
|
<script la
nguage="ja
vascript"
src="../..
/tiny_mce_
popup.js">
</script>
|
4 |
|
<script ty
pe="text/j
avascript"
src="jscr
ipts/embed
.js"></scr
ipt>
|
|
4 |
|
<script ty
pe="text/j
avascript"
src="jscr
ipts/embed
.js"></scr
ipt>
|
|
|
5 |
|
<script ty
pe="text/j
avascript"
>
|
|
|
6 |
|
tinyMCEPop
up.onInit.
add(functi
on(ed) {
|
|
|
7 |
|
var do
m = tinyMC
EPopup.dom
;
|
|
|
8 |
|
|
|
|
9 |
|
// Loa
d editor c
ontent_css
|
|
|
10 |
|
tinymc
e.each(ed.
settings.c
ontent_css
.split(','
), functio
n(u) {
|
|
|
11 |
|
do
m.loadCSS(
ed.documen
tBaseURI.t
oAbsolute(
u));
|
|
|
12 |
|
});
|
|
|
13 |
|
|
|
|
14 |
|
// Pla
ce content
s inside d
iv contain
er
|
|
|
15 |
|
dom.se
tHTML('con
tent', ed.
getContent
());
|
|
|
16 |
|
});
|
|
|
17 |
|
</script>
|
5 |
|
<title>Exa
mple of a
custom pre
view page<
/title>
|
|
18 |
|
<title>Exa
mple of a
custom pre
view page<
/title>
|
6 |
|
<link href
="{$conten
t_css}" re
l="stylesh
eet" type=
"text/css"
/>
|
|
|
7 |
|
</head>
|
|
19 |
|
</head>
|
8 |
|
<body>
|
|
20 |
|
<body>
|
9 |
|
|
|
21 |
|
|
10 |
|
Editor con
tents: <br
/>
|
|
22 |
|
Editor con
tents: <br
/>
|
11 |
|
{$
content
}
|
|
23 |
|
<div
id="
content
">
|
|
|
24 |
|
<!-- Gets
filled wit
h editor c
ontents --
>
|
|
|
25 |
|
</div>
|
12 |
|
|
|
26 |
|
|
13 |
|
</body>
|
|
27 |
|
</body>
|
14 |
|
</html>
|
|
28 |
|
</html>
|