Forum OpenACS Development: Re: Re: Re: Rich internet apps on OpenACS

Collapse
Posted by Alfred Werner on
doh - bad formatting choice!

I'll post a cleaner example at some point.

Main idea -

xql has the query and a name.

in the pages:

<mutltiple datasrc="forums" paginate="yes" perpage=25>
@stuff@
</multiple>

you switch to a calendar view:
<calendar datasrc="forums" datefield="posting_date" label="topic">
@stuff@
</calendar>

In most cases, you shouldn't have to put a tcl layer between the adp and xql to use this ...