thanks
On 12月19日, 下午12時28分, cschand wrote:
> check this snippet
>
> http://www.djangosnippets.org/snippets/840/
>
> Satheesh
>
> On Dec 19, 9:05 am, mono wrote:
>
> > I means if I have three param( I think it is very frequent ), the
> > style of writing method seem somehow inconvenient.
>
> >
check this snippet
http://www.djangosnippets.org/snippets/840/
Satheesh
On Dec 19, 9:05 am, mono wrote:
> I means if I have three param( I think it is very frequent ), the
> style of writing method seem somehow inconvenient.
>
> eg;
>
> in code area which handle param1
> if ... url = ?par
I means if I have three param( I think it is very frequent ), the
style of writing method seem somehow inconvenient.
eg;
in code area which handle param1
if ... url = ?param1=..¶m2=..¶m3=..
else url = ?param1=..¶m2=..¶m3=..
param2
if ... url = ?param1=..¶m2=..¶m3=..
else url = ?pa
> From: mono
> Sent: Thursday, 18 December 2008 22:10
> To: Django users
> Subject: Re: how to add more params in url
>
>
> I don't know whether it is a good answer because only two
> page links is here and the aim of is_extend flag is to show
> entire or part
maybe do it.
is there a method like '+='?
On Dec 18, 8:10 pm, "@@" wrote:
> You can keep these information in session.
>
> On Thu, Dec 18, 2008 at 7:10 PM, mono wrote:
>
> > I don't know whether it is a good answer because only two page links
> > is here and the aim of is_extend flag is to show
You can keep these information in session.
On Thu, Dec 18, 2008 at 7:10 PM, mono wrote:
>
> I don't know whether it is a good answer because only two page links
> is here and the aim of is_extend flag is to show entire or part of
> columns.
>
> so I could not tell a page linkto is_extend=shrink&
I don't know whether it is a good answer because only two page links
is here and the aim of is_extend flag is to show entire or part of
columns.
so I could not tell a page linkto is_extend=shrink&page=next_page and
is_extend=shrink&page=previous_page
maybe I need more page links, like the first,
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:django-us...@googlegroups.com] On Behalf Of mono
> Sent: Thursday, 18 December 2008 15:14
> To: Django users
> Subject: how to add more params in url
>
>
> eg.
>
> in my list.html
>
> {%if is_extend %}
> extend
>
8 matches
Mail list logo