[Twisted-web] Nevow, formless: complex widgets

Little mordaha at gmail.com
Wed Jun 22 02:10:34 MDT 2005


How can i build a "complex control" which consists of a number of standart 
widgets?
 For example "DateWidget" which consits of a three standard
annotate.Listwidgets DayList, MonthList and YearList?
 This is a simple example. 
More complex example is a String+List widget, where the List data is based 
on String data submitted.
Explain:
 1. String is empty. List is Emply.
2. User types a phrase into String and presses Submit button.
3. Same form, with ERROR in List (whis is not selected) but List is not 
emply, it's filled from DataBase using String value like filter in query.
4. A user selects a value from List and presses submit again
 The most copmlex example is a String+List with a live XMLHTTP-request when 
List filled from XMLHTTPrequest.
 I do it in past on PHP, but i can't find any way how i can do it in nevow 
(using formless, not manual form submitting)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-web/attachments/20050622/b054e8ce/attachment.htm


More information about the Twisted-web mailing list