You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion about the ToscaWidgets Python library.
|
|
|
Textarea and Genshi
|
| |
Hello,
I have one little question about TextareaField render (in tw.forms).
When i'm displaying empty form, (x)html code looks like:
<textarea id="description" name="description" class="required
textarea" rows="7" cols="50"></textarea>
But when i submit form (with empty field) textarea field looks that:... more »
|
|
Enhancement ot tw,dynforms
|
| |
Paul,
I have been trying out adding CascadingComponentMixin to
various controls from tw,forms and I think it has great potential.
One thing that would be nice would be an extra parameter,
called something like 'event' that allowed one to choose an event
other than 'onchange', for instance, 'onblur' which seems to work... more »
|
|
Using tw.tabber with TurboGears 2
|
| |
Hi
I have been looking high and low for a tutorial on using tabber with
TG2. Can some one pls point me in the right direction.
Thanks!
Newbie
|
|
minification via middleware
|
| |
repoze.squeeze looks like a great addition to ToscaWidgets as it " uses statistical analysis to determine the optimal bundles based on the HTML documents that pass through it." So, it should combine and compress resources on the way out of a ToscaWidget using app in an intelligent way. I have even heard that there is talk of extending... more »
|
|
Request local error and value with multiple forms
|
| |
Hi,
As Alberto mentioned in [1], currently all widgets on a page are
affected by request local error and value.
In my application I have two forms on a page, and when an invalid
input received from the first form and the page is redisplayed with
errors, the second form also gets request local error and value... more »
|
|
Can't run samples from svn
|
| |
Hi
I'm trying to use the WidgetsBrowser. I've installed from hg but
whatever sample I put into the Terminal
I get the error below.
Any advice?
Thanks
.M.
URL: [link]
File '/usr/lib/python2.4/site-packa ges/WebError-0.9-py2.4.egg/web error/
evalexception.py', line 428 in respond... more »
|
|
GrowingTableFieldSet and validation
|
| |
Hello, How can I define a validator for a GrowingTableFieldSet widget? I want to prevent duplicate values in one of the fields, but a code like this [link] (being UniqueLanguageSettings a valid validator) raises an exception like this: [link]... more »
|
|
Grouping in CheckBoxTable (and others)
|
| |
Hi,
I've just had a need for a CheckBoxTable that supports grouping.
There's a little info on this on the ticket
[link]
Be cool if this could make it to main tw.forms; think we need to think
about this carefully before we do.
Regards,
Paul
|
|
tw.dynforms change
|
| |
Hi,
I've just committed a change to tw.dynform. The datasrc and dataobj
parameters to AjaxLookupField and OtherSingleSelectField now take
callables. This avoids the toscawidgets autocalling behaviour creating
spurious database objects.
The downside to this is - if you're using these already, you'll need... more »
|
|
|