| Trees | Indices | Help |
|
|---|
|
|
object --+
|
widgets
This class contains helper functions for creating AXML Widgets
| Instance Methods | |
|
Inherited from |
| Class Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
| Class Variables | |
input_attributes = 'type', 'name', 'value', 'size', 'maxlength
|
|
data_keys = 'url', 'data', 'reader', 'fields', 'datalength'
|
|
grid_keys = 'pagesize', 'columns', 'groupby', 'filterable', 's
|
|
notification_keys = 'delay', 'duration', 'width', 'height', 'i
|
|
LINE_CHART = "lc"
|
|
LINE_GRAPH = "lxy"
|
|
SPARKLINES = "ls"
|
|
BAR_HORIZONTAL = "bhs"
|
|
BAR_VERTICAL = "bvs"
|
|
PIE_2D = "p"
|
|
PIE = "p"
|
|
PIE_3D = "p3"
|
|
SCATTERPLOT = "s"
|
|
| Properties | |
|
Inherited from |
| Method Details |
Create an input widget capable of textual input, validations and autocompletion. Keyword arguments which are applicable to input tags are passed through. Other keyword arguments are sent to the Javascript widget.
Note: All HTML 4.0 attributes are supported as keyword arguments and are directly passed to the input tag. The list of supported attributes are given in input_attributes |
Create a grid Using GridsTo use a grid which stores data on the server, a server side control must first be initialized.
The id is optional and autogenerated if not specified. In your template file, create a grid tag as follows (The example uses Cheetah Templating syntax):
Notes:
|
Render a chart using an IFRAME
Note: If an entry in columns is a dictionary, it must contain a key "name" whose value is the key of the corresponding column in the data list This dictionary may optionally contain the following additional keys
|
| Class Variable Details |
input_attributes
|
grid_keys
|
notification_keys
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 27 12:35:57 2008 | http://epydoc.sourceforge.net |