No regular expressions were active.
|
|
1 |
|
<!DOCTYPE
html PUBLI
C "-//W3C/
/DTD XHTML
1.0 Stric
t//EN" "ht
tp://www.w
3.org/TR/x
html1/DTD/
xhtml1-str
ict.dtd">
|
|
|
2 |
|
<html xmln
s="http://
www.w3.org
/1999/xhtm
l">
|
|
|
3 |
|
<head>
|
|
|
4 |
|
<title
>{#example
_dlg.title
}</title>
|
|
|
5 |
|
<scrip
t type="te
xt/javascr
ipt" src="
../../tiny
_mce_popup
.js"></scr
ipt>
|
|
|
6 |
|
<scrip
t type="te
xt/javascr
ipt" src="
js/dialog.
js"></scri
pt>
|
|
|
7 |
|
</head>
|
|
|
8 |
|
<body>
|
|
|
9 |
|
|
|
|
10 |
|
<form onsu
bmit="Exam
pleDialog.
insert();r
eturn fals
e;" action
="#">
|
|
|
11 |
|
<p>Her
e is a exa
mple dialo
g.</p>
|
|
|
12 |
|
<p>Sel
ected text
: <input i
d="someval
" name="so
meval" typ
e="text" c
lass="text
" /></p>
|
|
|
13 |
|
<p>Cus
tom arg: <
input id="
somearg" n
ame="somea
rg" type="
text" clas
s="text" /
></p>
|
|
|
14 |
|
|
|
|
15 |
|
<div c
lass="mceA
ctionPanel
">
|
|
|
16 |
|
<d
iv style="
float: lef
t">
|
|
|
17 |
|
<input t
ype="butto
n" id="ins
ert" name=
"insert" v
alue="{#in
sert}" onc
lick="Exam
pleDialog.
insert();"
/>
|
|
|
18 |
|
</
div>
|
|
|
19 |
|
|
|
|
20 |
|
<d
iv style="
float: rig
ht">
|
|
|
21 |
|
<input t
ype="butto
n" id="can
cel" name=
"cancel" v
alue="{#ca
ncel}" onc
lick="tiny
MCEPopup.c
lose();" /
>
|
|
|
22 |
|
</
div>
|
|
|
23 |
|
</div>
|
|
|
24 |
|
</form>
|
|
|
25 |
|
|
|
|
26 |
|
</body>
|
|
|
27 |
|
</html>
|