Re: Using Form Elements Widgets direclty in HTML

2011-08-09 Thread francescortiz
th the one from Django widgets?? > > Date: Tue, 9 Aug 2011 18:34:56 +0800 > Subject: Re: Using Form Elements Widgets direclty in HTML > From: changjia...@gmail.com > To: django-users@googlegroups.com > > Since you don't want to use forms class, you can write elements in

RE: Using Form Elements Widgets direclty in HTML

2011-08-09 Thread Hayyan Rafiq
Could you please give an example.. say of a simple input box in html its done like How would i replace the default input box with the one from Django widgets?? Date: Tue, 9 Aug 2011 18:34:56 +0800 Subject: Re: Using Form Elements Widgets direclty in HTML From: changjia...@gmail.com To: django

Re: Using Form Elements Widgets direclty in HTML

2011-08-09 Thread Jian Chang
Since you don't want to use forms class, you can write elements in your templates directly. 2011/8/9 Hayyan Rafiq > Hi I wanted to know if there was a way in which we could use widget > directly in an HTML file > By widget i mean elements of a form such as input boxes,calendars,Buttons > etc wi