Package web2py :: Package gluon :: Module html :: Class OL
[hide private]
[frames] | no frames]

Class OL

source code

  object --+            
           |            
XmlComponent --+        
               |        
             DIV --+    
                   |    
                  UL --+
                       |
                      OL

Instance Methods [hide private]

Inherited from UL (private): _fixup

Inherited from DIV: __delitem__, __getitem__, __init__, __len__, __nonzero__, __setitem__, __str__, append, element, elements, flatten, insert, sibling, siblings, update, xml

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables [hide private]
  tag = 'ol'

Inherited from DIV: regex_attr, regex_class, regex_id, regex_tag

Properties [hide private]

Inherited from object: __class__