Re: Dynamic HTML controls

2010-01-21 Thread Alan Harris-Reid
Aahz wrote: In article , Alan Harris-Reid wrote: Does anyone know where I can find any decent dynamically-constructed HTML control classes (dropdown list, table, input field, checkbox, etc.) written in Python. For example, for a HTML table I would like something like... You might

Re: Dynamic HTML controls

2010-01-21 Thread Aahz
In article , Alan Harris-Reid wrote: > >Does anyone know where I can find any decent dynamically-constructed >HTML control classes (dropdown list, table, input field, checkbox, etc.) >written in Python. For example, for a HTML table I would like something >like... You might look at Quixote:

Re: Dynamic HTML controls

2010-01-14 Thread Alan Harris-Reid
Pierre Quentel wrote: On 12 jan, 04:26, Alan Harris-Reid wrote: Hi, Does anyone know where I can find any decent dynamically-constructed HTML control classes (dropdown list, table, input field, checkbox, etc.) written in Python. For example, for a HTML table I would like something like...

Re: Dynamic HTML controls

2010-01-12 Thread Michel Claveau - MVP
Hi! I had write PLUIE, for use DHTML as GUI: http://www.ponx.org/ponx/guie.htm But it is not a good answer to your problem. Sorry. Nevertheless, there are several functions & methods for generate DHTML objects (and Python keep the control on each object. @+ -- Michel Claveau *** sorry fo

Re: Dynamic HTML controls

2010-01-12 Thread Alan Harris-Reid
alex23 wrote: On Jan 12, 1:26 pm, Alan Harris-Reid wrote: Does anyone know where I can find any decent dynamically-constructed HTML control classes (dropdown list, table, input field, checkbox, etc.) written in Python. There's pyWeb[1], which seems pretty close to what you're asking f

Re: Dynamic HTML controls

2010-01-12 Thread Diez B. Roggisch
Alan Harris-Reid schrieb: Hi, Does anyone know where I can find any decent dynamically-constructed HTML control classes (dropdown list, table, input field, checkbox, etc.) written in Python. For example, for a HTML table I would like something like... MyTable = html_table() # instan

Re: Dynamic HTML controls

2010-01-12 Thread Pierre Quentel
On 12 jan, 04:26, Alan Harris-Reid wrote: > Hi, > > Does anyone know where I can find any decent dynamically-constructed > HTML control classes (dropdown list, table, input field, checkbox, etc.) > written in Python.  For example, for a HTML table I would like something > like... > > MyTable = htm

Re: Dynamic HTML controls

2010-01-11 Thread alex23
On Jan 12, 1:26 pm, Alan Harris-Reid wrote: > Does anyone know where I can find any decent dynamically-constructed > HTML control classes (dropdown list, table, input field, checkbox, etc.) > written in Python. There's pyWeb[1], which seems pretty close to what you're asking for: mytable = tab

Dynamic HTML controls

2010-01-11 Thread Alan Harris-Reid
Hi, Does anyone know where I can find any decent dynamically-constructed HTML control classes (dropdown list, table, input field, checkbox, etc.) written in Python. For example, for a HTML table I would like something like... MyTable = html_table() # instantiate class MyTable.data =