Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
nodeInsertBeforeNoModificationAllowedErrEE
17
Curt Arnold
18
19
    The "insertBefore(newChild,refChild)" method causes the
20
    DOMException NO_MODIFICATION_ALLOWED_ERR to be raised
21
    if the node is readonly.
22
 
23
    Create an ent4 entity reference and and execute the "insertBefore(newChild,refChild)" method.
24
    This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
25
26
2001-08-21
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47