Re: Can I respond to table cell mouse clicks without using JavaScript?

2006-10-01 Thread Carl Wenrich
Thanks for the info, but I'm a little unclear. Do you mean something like text? And does (some script) then have to be _javascript_? Or can I call a Python script?SmileyChris <[EMAIL PROTECTED]> wrote: Using CSS you could make your tag a block tag with 100% width. Thisway, the whole cell will b

Re: escaping a wider range of characters

2006-10-01 Thread orestis
Filipe wrote: > James Bennett wrote: > > The five characters that 'escape' transforms correspond to the five > > named entities defined in the XML specification; > oh, I see. > > > they can, depending on the situation, be > > "markup significant" in SGML- and XML-derived languages and thus pose >

Re: Re: models.PasswordField

2006-10-01 Thread James Bennett
On 10/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > You mentioned the admin interface for creating users. Well, the > password field there is a plain text field with a string in a specific > form ('[algo]$[salt]$[hexdigest]'). That may work for developers but > I'd never want to ask a "regu

Re: Can I respond to table cell mouse clicks without using JavaScript?

2006-10-01 Thread SmileyChris
Using CSS you could make your tag a block tag with 100% width. This way, the whole cell will be filled with the tag, so you can click anywhere in it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django develope

Re: Can I respond to table cell mouse clicks without using JavaScript?

2006-10-01 Thread Steven Armstrong
On 10/01/06 16:22, carlwenrich wrote: > I've done this with JavaScript, but I'd like to stay with Django/Python > if possible. > No. As this happens on the client JavaScript is your only option. --~--~-~--~~~---~--~~ You received this message because you are subs

Can I respond to table cell mouse clicks without using JavaScript?

2006-10-01 Thread carlwenrich
I've done this with JavaScript, but I'd like to stay with Django/Python if possible. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@

Re: models.PasswordField

2006-10-01 Thread [EMAIL PROTECTED]
Hi and thanks for your quick reply. I should note that I haven't tried what you suggested and to be honest it sounds a bit complicated, but as I mentioned earlier I'm a django newbie so I shouldn't really be debating this. It just seems to me that something like a password field (in the model) h