Module pyhtmloo
[show private | hide private]
[frames | no frames]

Module pyhtmloo

Classes
a Creates an HTML '<A>' tag
b Creates an HTML '<B>' tag
base Creates an HTML '<BASE>' tag
basefont Creates an HTML '<BASEFONT>' tag
bdo Creates an HTML '<BDO>' tag
big Creates an HTML '<BIG>' tag
blockquote Creates an HTML '<BLOCKQUOTE>' tag
body Creates the BODY section for the HTML document.
br Creates an HTML '<BR>' tag
button Creates an HTML '<BUTTON>' tag
caption Creates an HTML '<CAPTION>' tag
center Creates an HTML '<CENTER>' tag
cite Creates an HTML '<CITE>' tag
code Creates an HTML '<CODE>' tag
col Creates an HTML '<COL>' tag
colgroup Creates an HTML '<COLGROUP>' tag
dd Creates an HTML '<DD>' tag
del_ Creates an HTML '<DEL>' tag
dfn Creates an HTML '<DFN>' tag
div Creates an HTML '<DIV>' tag
dl Creates an HTML '<DL>' tag
dt Creates an HTML '<DT>' tag
em Creates an HTML '<EM>' tag
fieldset Creates an HTML '<FIELDSET>' tag
font Creates an HTML '<FONT>' tag
form Creates an HTML '<FORM>' tag
frameset Creates an HTML '<FRAMESET>' tag
h1 Creates an HTML '<H1>' tag
h2 Creates an HTML '<H2>' tag
h3 Creates an HTML '<H3>' tag
h4 Creates an HTML '<H4>' tag
h5 Creates an HTML '<H5>' tag
h6 Creates an HTML '<H6>' tag
head Creates an HTML '<HEAD>' tag
hr Creates an HTML '<HR>' tag
html Creates an HTML '<HTML>' tag
i Creates an HTML '<I>' tag
iframe Creates an HTML '<IFRAME>' tag
img Creates an HTML '<IMG>' tag
input Creates an HTML '<INPUT>' tag
ins Creates an HTML '<INS>' tag
isindex Creates an HTML '<ISINDEX>' tag
kbd Creates an HTML '<KBD>' tag
label Creates an HTML '<LABEL>' tag
legend Creates an HTML '<LEGEND>' tag
li Creates an HTML '<LI>' tag
link Creates an HTML '<LINK>' tag
map Creates an HTML '<MAP>' tag
meta Creates an HTML '<META>' tag
object_ Creates an HTML '<OBJECT>' tag
ol Creates an HTML '<OL>' tag
optgroup Creates an HTML '<OPTGROUP>' tag
option Creates an HTML '<OPTION>' tag
p Creates an HTML '<P>' tag
param Creates an HTML '<PARAM>' tag
Params  
pre Creates an HTML '<PRE>' tag
q Creates an HTML '<Q>' tag
s Creates an HTML '<S>' tag
samp Creates an HTML '<SAMP>' tag
script Creates an HTML '<SCRIPT>' tag
select Creates an HTML '<SELECT>' tag
small Creates an HTML '<SMALL>' tag
span Creates an HTML '<SPAN>' tag
strike Creates an HTML '<STRIKE>' tag
strong Creates an HTML '<STRONG>' tag
style Creates an HTML '<STYLE>' tag
sub Creates an HTML '<SUB>' tag
sup Creates an HTML '<SUP>' tag
table Creates an HTML '<TABLE>' tag
Tag main pyhtmloo object.
tbody Creates an HTML '<TBODY>' tag
td Creates an HTML '<TD>' tag
textarea Creates an HTML '<TEXTAREA>' tag
tfoot Creates an HTML '<TFOOT>' tag
th Creates an HTML '<TH>' tag
thead Creates an HTML '<THEAD>' tag
title Creates an HTML '<TITLE>' tag
tr Creates an HTML '<TR>' tag
tt Creates an HTML '<TT>' tag
u Creates an HTML '<U>' tag
ul Creates an HTML '<UL>' tag
var Creates an HTML '<VAR>' tag

Variable Summary
str __author__ = 'Vincent Delft : vincent_delft@yahoo.com'
str __history__ = '\nFebruary 2005: 1)fix the indent problem...
str __usage__ = '\nfrom pyhtmloo import *\npage=body()\npage...
str __version__ = '0.8'
NoneType global_delimiter = None                                                                  
NoneType global_indent = None                                                                  

Variable Details

__author__

Type:
str
Value:
'Vincent Delft : vincent_delft@yahoo.com'                              

__history__

Type:
str
Value:
'''
February 2005: 1)fix the indent problem with textarea by implementing \
the 
                             global_delimiter and global_indent variab\
les 
                             (check forms.py as example).
                     2)pyhtmloo produce now xhtml compliant code
                     3)add specific methods for "table": .addrow
...                                                                    

__usage__

Type:
str
Value:
'''
from pyhtmloo import *
page=body()
page.add(b(\'Hello,\'),\'pyhtmloo users.\',div(\'Have good fun with th\
e\', a(\'pyhtmloo.\',href="http://pyhtmloo.sf.net"),Class="content"))
page.add(br()) 
page.add(p("Note that the \'class\',\'def\',\'if\', ... paramters are \
not allowed"))
...                                                                    

__version__

Type:
str
Value:
'0.8'                                                                  

global_delimiter

Type:
NoneType
Value:
None                                                                  

global_indent

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.0 on Sat Mar 11 18:47:52 2006 http://epydoc.sf.net