Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
hc_documentCreateComment
17
Curt Arnold
18
19
    The "createComment(data)" method creates a new Comment
20
   node given the specified string.
21
   Retrieve the entire DOM document and invoke its
22
   "createComment(data)" method.  It should create a new
23
   Comment node whose "data" is the specified string.
24
   The content, name and type are retrieved and output.
25
26
 
27
2002-06-09
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43