| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
HTMLResultRenderMixin
is a mixin with render functions for HTML tables and associated metadata within other pages.
This is primarily used for the Form renderer.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
result = Nonehash(x) |
|
| Properties | |
|
Inherited from |
| Method Details |
renders ctx.tag if we have a linkable result, nothing otherwise. Linkable means that the result will come out as displayed through a link. Currently, we only see if a file upload was part of the result production -- if there was, it's not linkable. This currently doesn't even look if a file was indeed passed in: Things already are not linkable if the service takes a file upload, whether that's used or not. |
enters custom service styles into ctx.tag. They are taken from the service's customCSS property. |
adds an onClick attribute opening a flot plot. This is evaluates the _plotOptions meta. This should be a javascript dictionary literal with certain plot options. More on this in the reference documentation on the _plotOptions meta. |
returns the value of the data.getParam(content) formatted as a python string. Undefined params and NULLs give N/A. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |