Home | Trees | Indices | Help |
|
---|
|
Handler --+ | AppendHandler
A log output handler showing text in a <div> appended to the end of the HTML document. Use the 'div' property to find out the element's ID if you want to position or style the output in your Pyjamas application.
|
|||
|
|||
|
|||
|
|||
|
|
|||
div = None hash(x) |
|||
div_id = ''
|
|||
output = ''
|
|
Add a container in the DOM where logging output will be written to. This cannot be done in the constructor as it must happen late enough to ensure a document body (to add an element to) does already exist. |
Home | Trees | Indices | Help |
|
---|
http://epydoc.sourceforge.net |