Re: Django making box
On Tue, 13 Mar 2012 14:31:13 -0700 (PDT), Sophia
<b.mirshafiee90@gmail.com> declaimed the following in
gmane.comp.python.django.user:
> Thanks for answering, I meant supervisor for my internship. Actually it's a
> task that should be done for my internship.
> This is exactly what he said: clicking on one box to generate new boxes and
> then we should enter data into them.
> He just ask us to learn Python, and Django besides HTML and CSS to complete
> the work!
>
"and then we should enter data into them"
is the key phrase...
You are basically describing a form containing something like a
"submit" /button/ (not box) where clicking on the button causes the
server to present another page which is a form with text entry fields
(and probably another "submit" button to send the filled in form back to
the server so the data can be saved somewhere)
{Note: the first "submit" button doesn't even need to be a button -- a
simple graphic image tied to an <a href=...> link would be sufficient
for something that doesn't need to send any particular data}
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home