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
3
 
4
18
19
20
21
HTMLTableElement19
22
NIST
23
24
    The createTHead() method creates a table header row or returns
25
    an existing one.
26
 
27
    Create a new THEAD element on the first TABLE element.  The first
28
    TABLE element should return null to make sure one doesn't exist.
29
    After creation of the THEAD element the value is once again
30
    checked and should not be null.
31
32
Rick Rivello
33
2002-05-02
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51