Documentation Off line

2 views
Skip to first unread message

Novack

unread,
Sep 3, 2009, 10:40:45 AM9/3/09
to Streamlined
It seems like the Documentation Wiki is OffLine :(

The guys officially shutted down this project two weeks ago, but I
raly didnt expected to lose the docs.. are there any known mirrors?


Right now, Im stucked into this simple thing, that without
documentation turned into a pain: somebody knows how to set which
column will be used to order the list view?

Justin Gehtland

unread,
Sep 3, 2009, 12:28:23 PM9/3/09
to strea...@googlegroups.com
We didn't shut down the docs, we're having a server issue. Sorry about
that! We'll update when it is back online.

Justin

Marcos

unread,
Sep 3, 2009, 1:16:39 PM9/3/09
to strea...@googlegroups.com
Ah! good to know, thanks for the answer.

Kerry Foley

unread,
Sep 3, 2009, 2:06:06 PM9/3/09
to strea...@googlegroups.com

*Sort* *Order*

Use the default_order_options declaration to, you guessed it, declare a
*default* *order* for a list screen

*Streamlined*.ui_for(Person) do
default_order_options :*order* => "birth_date desc"

end


You can sort the list view interactively by clicking on the column headers.

Regards,
Kerry

Kerry Foley

unread,
Sep 3, 2009, 2:07:25 PM9/3/09
to strea...@googlegroups.com
Without the *s


Sort Order

Use the default_order_options declaration to, you guessed it, declare a
default order for a list screen

Streamlined.ui_for(Person) do
default_order_options :order => "birth_date desc"
end

You can sort the list view interactively by clicking on the column headers.

Regards,
Kerry

Novack wrote:

Marcos

unread,
Sep 3, 2009, 2:22:38 PM9/3/09
to strea...@googlegroups.com
Thank you very much Kerry! that saved a lot of time.

For anyone else needing to check the docs, temporarily use this:
http://web.archive.org/web/20071127142809/trac.streamlinedframework.org/wiki/Documentation

thanks again guys.
Reply all
Reply to author
Forward
0 new messages