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)
'Object doesn't support this property or method' error shown when using the Spell Checker
I
a
m
u
s
i
n
g
C
u
t
e
E
d
i
t
o
r
v
e
r
s
i
o
n
6
.
2
f
o
r
.
N
E
T
a
n
d
w
h
e
n
I
p
r
e
s
s
t
h
e
'
A
B
C
'
s
p
e
l
l
c
h
e
c
k
b
u
t
t
o
n
I
g
e
t
j
u
s
t
a
J
a
v
a
S
c
r
i
p
t
e
r
r
o
r
s
t
a
t
i
n
g
:
'
O
b
j
e
c
t
d
o
e
s
n
'
t
s
u
p
p
o
r
t
t
h
i
s
p
r
o
p
e
r
t
y
o
r
m
e
t
h
o
d
'
L
i
n
e
:
1
C
h
a
r
:
1
.
&
n
b
s
p
;
T
h
e
f
u
n
n
y
t
h
i
n
g
i
s
i
n
a
s
i
m
p
l
e
a
p
p
I
h
a
v
e
t
h
i
s
f
u
n
c
t
i
o
n
a
l
i
t
y
w
o
r
k
i
n
g
j
u
s
t
f
i
n
e
,
b
u
t
w
h
e
n
I
i
m
p
l
e
m
e
n
t
i
t
i
n
m
y
a
c
t
u
a
l
b
i
g
g
e
r
p
r
o
j
e
c
t
I
g
e
t
t
h
a
t
J
S
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
atconway
on
November 7, 2008
Why is setting the height of the editor with JavaScript not working
I
a
m
a
t
t
e
m
p
t
i
n
g
t
o
u
s
e
t
h
e
f
o
l
l
o
w
i
n
g
J
a
v
a
S
c
r
i
p
t
f
o
u
n
d
i
n
a
n
o
t
h
e
r
p
o
s
t
h
e
r
e
t
o
s
e
t
t
h
e
e
d
i
t
o
r
h
e
i
g
h
t
v
i
a
B
L
O
C
K
E
D
S
C
R
I
P
T
&
n
b
s
p
;
v
a
r
e
d
i
t
o
r
1
=
d
o
c
u
m
e
n
t
.
g
e
t
E
l
e
m
e
n
t
B
y
I
d
(
'
&
l
t
;
%
=
W
Y
S
I
W
Y
G
E
d
i
t
o
r
.
C
l
i
e
n
t
I
D
%
&
g
t
;
'
)
;
a
l
e
r
t
(
e
d
i
t
o
r
1
)
;
/
/
s
e
t
t
i
n
g
t
h
e
h
e
i
g
h
t
o
f
C
u
t
e
E
d
i
t
o
r
e
d
i
t
o
r
1
.
S
e
t
H
e
i
g
h
t
(
'
'
1
0
0
0
'
'
)
;
e
d
i
t
o
r
1
.
S
e
t
H
e
i
g
h
t
(
'
'
1
0
0
0
p
x
'
'
)
;
&
n
b
s
p
;
T
h
e
r
e
a
s
o
n
I
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
atconway
on
September 15, 2008
Re: Editable area background color
T
h
e
w
a
y
t
h
a
t
w
o
r
k
e
d
f
o
r
m
e
w
a
s
t
o
c
h
a
n
g
e
t
h
e
'
E
d
i
t
o
r
B
o
d
y
S
t
y
l
e
'
p
r
o
p
e
r
t
y
l
i
k
e
a
s
f
o
l
l
o
w
s
:
E
d
i
t
o
r
B
o
d
y
S
t
y
l
e
=
'
'
f
o
n
t
-
f
a
m
i
l
y
:
A
r
i
a
l
;
b
a
c
k
g
r
o
u
n
d
-
c
o
l
o
r
:
r
e
d
;
'
'
I
c
o
u
l
d
n
o
t
c
h
a
n
g
e
t
h
e
T
e
m
p
l
a
t
e
.
a
s
p
x
f
i
l
e
b
e
c
a
u
s
e
I
h
a
v
e
m
o
r
e
t
h
a
n
1
e
d
i
t
o
r
i
n
m
y
a
p
p
l
i
c
a
t
i
o
n
a
n
d
t
h
e
y
h
a
v
e
d
i
f
f
e
r
e
n
t
p
r
o
p
e
r
t
i
e
s
.
Posted to
Cute Editor for .NET
(Forum)
by
atconway
on
September 15, 2008
Re: JavaScript error when trying to use Spellcheck feature
W
e
l
l
t
h
a
t
w
o
r
k
e
d
w
h
i
c
h
i
s
g
o
o
d
.
&
n
b
s
p
;
I
c
r
e
a
t
e
d
a
n
e
w
p
a
g
e
i
n
a
s
e
p
a
r
a
t
e
p
r
o
j
e
c
t
,
p
a
s
t
e
d
i
n
t
h
e
c
o
d
e
a
n
d
r
a
n
i
t
.
&
n
b
s
p
;
T
h
e
s
p
e
l
l
c
h
e
c
k
w
o
r
k
e
d
a
s
e
x
p
e
c
t
e
d
.
&
n
b
s
p
;
&
n
b
s
p
;
N
o
w
I
h
a
v
e
t
o
f
i
g
u
r
e
o
u
t
w
h
y
i
t
s
t
i
l
l
d
o
e
s
n
o
t
w
o
r
k
i
n
m
y
m
a
i
n
p
r
o
j
e
c
t
.
&
n
b
s
p
;
I
c
o
n
t
i
n
u
e
t
o
g
e
t
t
h
e
J
a
v
a
S
c
r
i
p
t
e
r
r
o
r
w
h
e
n
p
r
e
s
s
i
n
g
t
h
e
s
p
e
l
l
c
h
e
c
k
b
u
t
t
o
n
.
&
n
b
s
p
;
I
h
a
v
e
a
l
l
o
f
t
h
e
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
atconway
on
August 5, 2008
Re: JavaScript error when trying to use Spellcheck feature
T
h
e
'
s
p
e
l
l
.
j
s
'
f
i
l
e
d
o
e
s
e
x
s
i
s
t
w
i
t
h
a
m
o
d
i
f
y
d
a
t
e
o
f
7
/
1
6
/
2
0
0
8
.
&
n
b
s
p
;
&
n
b
s
p
;
Posted to
Cute Editor for .NET
(Forum)
by
atconway
on
August 1, 2008
JavaScript error when trying to use Spellcheck feature
I
a
m
t
r
y
i
n
g
t
o
u
s
e
t
h
e
s
p
e
l
l
c
h
e
c
k
f
e
a
t
u
r
e
o
f
t
h
e
C
u
t
e
E
d
i
t
o
r
f
o
r
.
N
E
T
,
a
n
d
I
g
e
t
a
J
a
v
a
S
c
r
i
p
t
e
r
r
o
r
s
t
a
t
i
n
g
:
'
'
O
b
j
e
c
t
d
o
e
s
n
'
t
s
u
p
p
o
r
t
t
h
i
s
p
r
o
p
e
r
t
y
o
r
m
e
t
h
o
d
'
'
.
&
n
b
s
p
;
I
h
a
v
e
f
o
l
l
o
w
e
d
a
l
l
o
f
t
h
e
d
e
p
l
o
y
m
e
n
t
s
t
e
p
s
a
s
f
o
l
l
o
w
s
:
&
n
b
s
p
;
M
a
k
e
s
u
r
e
a
l
l
o
f
t
h
e
d
i
c
t
i
o
n
a
r
y
f
i
l
e
s
(
l
i
k
e
e
n
-
U
S
.
d
i
c
)
a
r
e
i
n
t
h
e
/
b
i
n
.
A
p
p
h
a
s
a
r
e
f
e
r
e
n
c
e
t
o
b
o
t
h
t
h
e
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
atconway
on
July 31, 2008
More Search Options