|
def | WebPage.sep (s) |
|
def | WebPage.htmlDiv (id, contents='', attr='', keepEmptyDiv=True) |
|
def | WebPage.htmlText (text, attr='', escapeText=False) |
|
def | WebPage.htmlPre (text, attr='', escapeText=False) |
|
def | WebPage.htmlPara (text='', attr='', escapeText=False) |
|
def | WebPage.htmlLink (text, link, attr='', escapeText=False) |
|
def | WebPage.htmlList (contents, attr='', listType='ul') |
|
def | WebPage.htmlLI (text, attr='', escapeText=False) |
|
def | WebPage.htmlFoldingSection (header, content, isClosed=True, headerClass='section-header', contentClass='section-content') |
|
def | WebPage.htmlForm (contents, action='', method='post', attr='') |
|
def | WebPage.htmlLabel (labelText, parName, attr='') |
|
def | WebPage.htmlSelect (labelText, parName, args, choiceList, hint=None, descriptionSeparator='::', labelAttr='', attr='') |
|
def | WebPage.htmlCheckbox (labelText, parName, args, labelAttr='', attr='') |
|
def | WebPage.htmlTextInput (labelText, parName, args, size=None, maxLength=None, labelAttr='', attr='') |
|
def | WebPage.htmlSubmit (text, parName, attr='', onlyOnce=False) |
|