Re: Basic concept for templatetag using node and parser

2008-11-14 Thread bruno desthuilliers
On 14 nov, 12:29, "suganthi saravanan" <[EMAIL PROTECTED]> wrote: > Here i have customized the class ??? > in the templatetags folder and i have > render too. ??? > Using the function also i have called the parser function and > return the node object... > > I have created the template also

Re: Basic concept for templatetag using node and parser

2008-11-14 Thread J. Clifford Dyer
On Fri, 2008-11-14 at 16:59 +0530, suganthi saravanan wrote: > Here i have customized the class in the templatetags folder and i have > render too. Using the function also i have called the parser function > and return the node object... > > I have created the template also > > How to call in th

Re: Basic concept for templatetag using node and parser

2008-11-14 Thread suganthi saravanan
Here i have customized the class in the templatetags folder and i have render too. Using the function also i have called the parser function and return the node object... I have created the template also How to call in the urls.py Suggest me. --~--~-~--~~~---~--~--

Re: Basic concept for templatetag using node and parser

2008-11-13 Thread bruno desthuilliers
On 13 nov, 12:33, "suganthi saravanan" <[EMAIL PROTECTED]> wrote: > Thanks bruno...but i have already read the documentation for the Custom > template tag. > > I need simple example for more clarification There's already one, and you can find quite a few others in third-part dhango apps, or even

Re: Basic concept for templatetag using node and parser

2008-11-13 Thread Karen Tracey
On Thu, Nov 13, 2008 at 6:33 AM, suganthi saravanan < [EMAIL PROTECTED]> wrote: > > Thanks bruno...but i have already read the documentation for the Custom > template tag. > > > http://docs.djangoproject.com/en/dev/howto/custom-template-tags/#writing-custom-template-tags > > I need simple example

Re: Basic concept for templatetag using node and parser

2008-11-13 Thread suganthi saravanan
Thanks bruno...but i have already read the documentation for the Custom template tag. http://docs.djangoproject.com/en/dev/howto/custom-template-tags/#writing-custom-template-tags I need simple example for more clarification can you help me. --~--~-~--~~~---~--~

Re: Basic concept for templatetag using node and parser

2008-11-13 Thread bruno desthuilliers
On 13 nov, 11:13, sugi <[EMAIL PROTECTED]> wrote: > Hi > > Can any one explain template tag with sample example. No problem : http://docs.djangoproject.com/en/dev/howto/custom-template-tags/#writing-custom-template-tags To make a long story short: the parser function is called at "compilation" t