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
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:
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...
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
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
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
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
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
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 =