Javascript Reference
Categories: OL

javascript OL type

@March 15, 2008, 1:22 a.m.
typeFirefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM 1  

Read/Write  

Indicates the manner in which the leading numbers or letters of items in the list are displayed.

 
Example
 
document.getElementById("instruxList").type = "a";
 
Value

Possible values are: A | a | I | i | 1. Sequencing is performed automatically as shown in the following table.

 
TypeExample
AA, B, C, ...
aa, b, c, ...
II, II, III, ...
ii, ii, iii, ...
11, 2, 3, ...
 
Default

None specified, although behavior is that of 1.


Powered by Linode.