I'm running TurboGears out of svn, along with all the dependencies in
the thirdparty dir.

What I'm having problems with is right out of the box.  If I create a
new project using quickstart, set its database config, etc., then run
"tg-admin toolbox", everything looks great... that is, until I go to
the widget browser.

I've attached the "problem HTML" that shows this.  There are \n's
sprinkled throughout, including JavaScript code.  It makes the page
totally unusable.

This seems to be inside Kid, since I've also had the same problem
recently when toying around with the Pudge utility, but since this
list has reach, I thought I'd post here first.

Thanks!

--
Matthew R. Scott


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---
Title: TurboGears Widget Browser

Widget Browser

Browse usage samples, description and source code for the available TurboGears Widgets

\n Hidden Field\n
\n turbogears.widgets.HiddenField\n
\n
\n (you'd have to view source to see this one)
\n


\n Calendar\n
\n turbogears.widgets.big_widgets.CalendarDatePicker\n
\n
\n


\n Label\n
\n turbogears.widgets.Label\n
\n
\n

A simple label for a form field.


\n Password Field\n
\n turbogears.widgets.PasswordField\n
\n
\n

A password field which masks the letter with * characters.


\n Text Field\n
\n turbogears.widgets.TextField\n
\n
\n

A standard, single-line text field.


\n Calendar with time\n
\n turbogears.widgets.big_widgets.CalendarDateTimePicker\n
\n
\n


\n Auto Complete\n
\n turbogears.widgets.AutoCompleteField\n
\n
Please choose a state:
\n
\n

Performs Ajax-style autocompletion by requesting search results from the server as the user types.


Reply via email to