I've been contemplating the same thing to work out how to implement
tabs in a nice Hobo manner.

I have a model that has different views of the same relationship - the
raw data, summarised results, rates of change etc.
To calculate them all when the page is first rendered is quite time
consuming, particularly if the user isn't interested in that
particular view at the time.

I would like to use tabs to display the different views of the
relationship and use Ajax to load the appropriate view on request.

Dean

On Jun 13, 9:03 am, Owen Dall <[email protected]> wrote:
> Sebastian,
>
> Can you explain a little more about what you are trying to accomplish in
> terms of your model relationships.  Or are you dropping down to actual SQL
> and what to make a tag for that?
>
> -Owen
>
>
>
> On Sat, Jun 12, 2010 at 7:40 AM, Togg <[email protected]> wrote:
> > Hi all,
>
> > I tried to use <do part="my-part">  to update div on request when I
> > click a button, but it didn't work.
> > Basically the div is initially empty, and only on request I want to
> > start the time consuming SQL query and display the result (also have
> > indicator that the request is still processing maybe)
>
> > Can someone post a short example how to do this correctly?
>
> > Best regards,
> > Sebastian
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Hobo Users" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<hobousers%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/hobousers?hl=en.
>
> --
> - Owen
>
> Owen Dall, Chief Systems Architect
> Barquin International
> Cell: 410-991-0811
>
>

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en.

Reply via email to