Is fast data grid some kind of separate package that needs to be installed?
In documentation it tells you

from tgfastdata.datawidgets import FastDataGrid

but in my standard installation (windows) I don't have the tgfastdata package

Where is fastdatagrid? I found datagrid in turbogears.widgets but no
sign of fastdatagrid???

>>> dir(turbogears)
['__all__', '__author__', '__builtins__', '__copyright__', '__doc__', '__email__
', '__file__', '__license__', '__name__', '__path__', '__version__', 'command',
'config', 'controllers', 'database', 'decorator', 'entrypoint', 'error_handler',
 'errorhandling', 'exception_handler', 'expose', 'ext', 'extensions', 'flash', '
genericfunctions', 'i18n', 'identity', 'mochikit', 'paginate', 'pkg_resources',
'redirect', 'release', 'scheduler', 'start_server', 'startup', 'update_config',
'url', 'util', 'validate', 'validators', 'view', 'visit', 'widgets']

>>> dir(turbogears.widgets)
['AjaxGrid', 'AutoCompleteField', 'Button', 'CSSLink', 'CSSSource', 'CalendarDat
ePicker', 'CalendarDateTimePicker', 'CalendarLangFileLink', 'CheckBox', 'CheckBo
xList', 'CompoundFormField', 'CompoundInputWidget', 'CompoundWidget', 'DataGrid'
, 'FieldSet', 'FileField', 'Form', 'FormField', 'FormFieldsContainer', 'HiddenFi
eld', 'ImageButton', 'InputWidget', 'JSLink', 'JSSource', 'JumpMenu', 'Label', '
Link', 'LinkRemoteFunction', 'ListForm', 'LocalizableJSLink', 'MultipleSelectFie
ld', 'PaginateDataGrid', 'PasswordField', 'RPC', 'RadioButtonList', 'RemoteForm'
, 'RepeatingFieldSet', 'RepeatingFormField', 'RepeatingInputWidget', 'ResetButto
n', 'Resource', 'SelectionField', 'SingleSelectField', 'Source', 'SubmitButton',
 'SyntaxHighlighter', 'Tabber', 'TableForm', 'TextArea', 'TextField', 'URLLink',
 'Widget', 'WidgetDescription', 'WidgetsList', '__builtins__', '__doc__', '__fil
e__', '__name__', '__path__', 'all_widgets', 'base', 'big_widgets', 'datagrid',
'forms', 'i18n', 'js_location', 'links', 'load_widgets', 'meta', 'mochikit', 're
gister_static_directory', 'rpc', 'set_with_self', 'static']

>>> dir(turbogears.widgets.DataGrid)
['Column', '__call__', '__class__', '__delattr__', '__dict__', '__doc__', '__get
attribute__', '__getitem__', '__hash__', '__init__', '__metaclass__', '__module_
_', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__str_
_', '__weakref__', '_get_is_named', '_locked', '_parse', 'adjust_value', 'attrwr
apper', 'css', 'default', 'display', 'fields', 'get_column', 'get_field_getter',
 'is_named', 'javascript', 'name', 'params', 'params_doc', 'render', 'retrieve_c
ss', 'retrieve_javascript', 'template', 'template_c', 'template_vars', 'update_d
ata', 'update_params']

Lucas
http://lucasmanual.com/mywiki/TurboGears#head-93e3717ef5146d4beccc1578f5a5f44cb6109e64

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to