Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
< 1
second(s)
Re: there is a bug in both 6.3 and 6.4 under IE6,IE7,IE8 compatible mode (it can reproduce in online demo here)
I
h
a
v
e
t
h
e
s
a
m
e
p
r
o
b
l
e
m
.
r
e
s
o
l
v
e
d
?
Posted to
Cute Editor for .NET
(Forum)
by
GeoffreyRen
on
July 29, 2009
Re: Help me!
t
h
a
n
k
s
,
I
h
a
d
r
e
s
o
l
v
e
d
.
&
n
b
s
p
;
t
h
a
n
k
s
v
e
r
y
m
u
c
h
!
Posted to
Cute Editor for .NET
(Forum)
by
GeoffreyRen
on
July 22, 2009
Help me!
I
n
e
e
d
t
o
i
m
p
l
e
m
e
n
t
t
h
e
f
o
l
l
o
w
i
n
g
f
u
n
c
t
i
o
n
:
1
.
p
a
r
e
n
t
w
i
n
d
o
w
i
n
c
l
u
d
e
a
g
r
i
d
t
o
s
h
o
w
t
h
e
a
r
t
i
c
l
e
l
i
s
t
;
2
.
C
l
i
e
n
t
c
l
i
c
k
o
n
e
r
e
c
o
r
d
(
c
a
l
l
A
j
a
x
M
e
t
h
o
d
)
,
P
o
p
u
p
d
e
t
a
i
l
s
w
i
n
d
o
w
t
o
s
h
o
w
t
h
e
r
e
c
o
r
d
i
n
f
o
m
a
t
i
o
n
.
3
.
I
w
r
o
t
e
t
h
e
c
o
d
e
i
n
A
j
a
x
M
e
t
h
o
d
s
e
t
t
h
e
v
a
l
u
e
f
o
r
e
a
c
h
c
o
n
t
r
o
l
l
e
r
(
i
n
c
l
u
d
i
n
g
t
h
e
c
u
t
e
E
d
i
t
o
r
)
.
&
n
b
s
p
;
&
n
b
s
p
;
H
o
w
t
o
r
e
f
r
e
s
h
t
h
e
c
u
t
e
e
d
i
t
o
r
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
GeoffreyRen
on
July 21, 2009
Re: cuteeditor not support the codebehind to set value?
I
a
m
r
e
a
l
l
y
v
e
r
y
e
x
i
g
e
n
c
e
a
n
d
n
e
e
d
y
o
u
r
h
e
l
p
.
&
n
b
s
p
;
t
h
a
n
k
s
!
Posted to
Cute Editor for .NET
(Forum)
by
GeoffreyRen
on
July 21, 2009
Re: cuteeditor not support the codebehind to set value?
I
t
w
a
s
s
t
r
a
n
g
e
t
h
a
t
t
h
e
c
h
i
l
d
w
i
n
d
o
w
w
a
s
n
o
t
s
h
o
w
e
d
.
B
u
t
t
h
e
s
o
u
r
c
e
c
o
d
e
s
h
o
w
t
h
a
t
t
h
e
c
u
t
e
e
d
i
t
o
r
h
a
d
b
e
e
n
c
r
e
a
t
e
d
.
Posted to
Cute Editor for .NET
(Forum)
by
GeoffreyRen
on
July 20, 2009
The following was the child window code:
&
l
t
;
%
@
C
o
n
t
r
o
l
L
a
n
g
u
a
g
e
=
'
'
C
#
'
'
A
u
t
o
E
v
e
n
t
W
i
r
e
u
p
=
'
'
t
r
u
e
'
'
C
o
d
e
B
e
h
i
n
d
=
'
'
W
i
n
d
o
w
E
d
i
t
o
r
.
a
s
c
x
.
c
s
'
'
I
n
h
e
r
i
t
s
=
'
'
W
i
n
d
o
w
E
d
i
t
o
r
'
'
%
&
g
t
;
&
l
t
;
%
@
R
e
g
i
s
t
e
r
A
s
s
e
m
b
l
y
=
'
'
C
o
o
l
i
t
e
.
E
x
t
.
W
e
b
'
'
N
a
m
e
s
p
a
c
e
=
'
'
C
o
o
l
i
t
e
.
E
x
t
.
W
e
b
'
'
T
a
g
P
r
e
f
i
x
=
'
'
e
x
t
'
'
%
&
g
t
;
&
l
t
;
%
@
R
e
g
i
s
t
e
r
a
s
s
e
m
b
l
y
=
'
'
C
u
t
e
E
d
i
t
o
r
'
'
n
a
m
e
s
p
a
c
e
=
'
'
C
u
t
e
E
d
i
t
o
r
'
'
t
a
g
p
r
e
f
i
x
=
'
'
C
E
'
'
%
&
g
t
;
&
l
t
;
%
@
R
e
g
i
s
t
e
r
T
a
g
P
r
e
f
i
x
=
'
'
t
e
l
e
r
i
k
'
'
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
GeoffreyRen
on
July 20, 2009
The following was the child window code:
&
l
t
;
%
@
C
o
n
t
r
o
l
L
a
n
g
u
a
g
e
=
'
'
C
#
'
'
A
u
t
o
E
v
e
n
t
W
i
r
e
u
p
=
'
'
t
r
u
e
'
'
C
o
d
e
B
e
h
i
n
d
=
'
'
W
i
n
d
o
w
E
d
i
t
o
r
.
a
s
c
x
.
c
s
'
'
I
n
h
e
r
i
t
s
=
'
'
W
i
n
d
o
w
E
d
i
t
o
r
'
'
%
&
g
t
;
&
l
t
;
%
@
R
e
g
i
s
t
e
r
A
s
s
e
m
b
l
y
=
'
'
C
o
o
l
i
t
e
.
E
x
t
.
W
e
b
'
'
N
a
m
e
s
p
a
c
e
=
'
'
C
o
o
l
i
t
e
.
E
x
t
.
W
e
b
'
'
T
a
g
P
r
e
f
i
x
=
'
'
e
x
t
'
'
%
&
g
t
;
&
l
t
;
%
@
R
e
g
i
s
t
e
r
a
s
s
e
m
b
l
y
=
'
'
C
u
t
e
E
d
i
t
o
r
'
'
n
a
m
e
s
p
a
c
e
=
'
'
C
u
t
e
E
d
i
t
o
r
'
'
t
a
g
p
r
e
f
i
x
=
'
'
C
E
'
'
%
&
g
t
;
&
l
t
;
%
@
R
e
g
i
s
t
e
r
T
a
g
P
r
e
f
i
x
=
'
'
t
e
l
e
r
i
k
'
'
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
GeoffreyRen
on
July 20, 2009
The following was the parent window code:
&
l
t
;
%
@
P
a
g
e
L
a
n
g
u
a
g
e
=
'
'
C
#
'
'
M
a
s
t
e
r
P
a
g
e
F
i
l
e
=
'
'
~
/
M
a
n
a
g
e
r
/
M
a
s
t
e
r
P
a
g
e
/
P
a
g
e
T
e
m
p
l
a
t
e
.
M
a
s
t
e
r
'
'
A
u
t
o
E
v
e
n
t
W
i
r
e
u
p
=
'
'
t
r
u
e
'
'
C
o
d
e
B
e
h
i
n
d
=
'
'
R
e
n
d
e
r
.
a
s
p
x
.
c
s
'
'
I
n
h
e
r
i
t
s
=
'
'
F
r
a
m
e
W
o
r
k
.
w
e
b
.
M
a
n
a
g
e
r
.
M
o
d
u
l
e
.
I
n
f
o
r
m
a
t
i
o
n
.
I
n
f
o
U
p
.
R
e
n
d
e
r
'
'
%
&
g
t
;
&
l
t
;
%
@
I
m
p
o
r
t
N
a
m
e
s
p
a
c
e
=
'
'
S
y
s
t
e
m
.
C
o
l
l
e
c
t
i
o
n
s
.
G
e
n
e
r
i
c
'
'
%
&
g
t
;
&
l
t
;
%
@
R
e
g
i
s
t
e
r
A
s
s
e
m
b
l
y
=
'
'
C
o
o
l
i
t
e
.
E
x
t
.
W
e
b
'
'
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
GeoffreyRen
on
July 20, 2009
Re: cuteeditor not support the codebehind to set value?
S
o
r
r
y
!
t
h
e
c
o
d
e
l
o
g
i
c
w
a
s
c
o
m
p
l
i
c
a
t
e
d
.
&
n
b
s
p
;
I
d
o
n
'
t
k
n
o
w
h
o
w
t
o
s
h
o
w
i
t
.
&
n
b
s
p
;
1
.
p
a
r
e
n
t
w
i
n
d
o
w
i
n
c
l
u
d
e
a
g
r
i
d
t
o
s
h
o
w
t
h
e
a
r
t
i
c
l
e
l
i
s
t
;
2
.
C
l
i
e
n
t
c
l
i
c
k
o
n
e
r
e
c
o
r
d
(
c
a
l
l
A
j
a
x
M
e
t
h
o
d
)
,
P
o
p
u
p
d
e
t
a
i
l
s
w
i
n
d
o
w
t
o
s
h
o
w
t
h
e
r
e
c
o
r
d
i
n
f
o
m
a
t
i
o
n
.
3
.
I
w
r
o
t
e
t
h
e
c
o
d
e
i
n
A
j
a
x
M
e
t
h
o
d
s
e
t
t
h
e
v
a
l
u
e
f
o
r
e
a
c
h
c
o
n
t
r
o
l
l
e
r
(
i
n
c
l
u
d
i
n
g
t
h
e
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
GeoffreyRen
on
July 20, 2009
cuteeditor not support the codebehind to set value of AjaxMethod? I thought cuteeditor should provide the refresh or reload function?
&
n
b
s
p
;
&
n
b
s
p
;
&
n
b
s
p
;
&
n
b
s
p
;
I
h
a
v
e
a
c
o
d
e
s
a
v
e
t
h
e
c
u
t
e
e
d
i
t
o
r
.
T
e
x
t
t
o
s
q
l
d
a
t
a
b
a
s
e
.
I
n
e
e
d
t
o
r
e
t
r
i
v
e
t
h
e
c
o
n
t
e
x
t
f
r
o
m
D
B
t
o
s
h
o
w
i
n
t
h
e
c
u
t
e
e
d
i
t
o
r
(
f
o
r
m
o
d
i
f
y
t
h
e
c
o
n
t
e
x
t
)
&
n
b
s
p
;
w
h
e
n
&
n
b
s
p
;
I
o
p
e
n
e
d
t
h
e
d
e
t
a
i
l
s
w
i
n
d
o
w
.
I
&
n
b
s
p
;
i
m
p
l
e
m
e
n
t
t
h
e
f
u
n
c
t
i
o
n
b
y
c
o
d
e
b
e
h
i
n
d
m
o
d
e
a
n
d
n
o
t
j
a
v
a
s
c
r
i
p
t
(
s
e
t
H
t
m
l
(
)
)
.
&
n
b
s
p
;
B
u
t
t
h
e
c
o
n
t
e
x
t
n
o
t
s
h
o
w
a
t
a
l
l
.
F
o
r
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
GeoffreyRen
on
July 20, 2009
More Search Options