You might try this over on the toscawidgets ML.

http://groups.google.com/group/toscawidgets-discuss

Cheers.
-chris

On Sep 27, 4:30 am, "[email protected]" <[email protected]> wrote:
> Hi,
>
> I am using the TabberWidget and got it to work. Implemented as
> follows:
>
> controller
> def functionName():
>     tabberWidget = Tabber()
>     data1 = create data
>     data2 = create data
>     return dict(
>                      table1 =
> grid.table_section01.generate(record=data1),
>                      table2 =
> grid.table_section01.generate(record=data2),
>                      tabber = tabberWidget,)
>
> html
>
>         <div id="tabber" class="tabber">
>         <div  class="tabbertab">
>                 <div  py:if="value_of('table1')">${table1}</div>
>         </div>
>         <div  class="tabbertab">
>                 <div  py:if="value_of('table2')">${table2}</div>
>         </div>
>
> The page displays with no error but the PaginateDataGrid does not seem
> to work if I want to page the DataGrid the entire page is reloaded and
> the table is not paged.
>
> Any suggestions why this is happening?

-- 
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