Corey schrieb: > Hello, I've been learning TurboGears for a few weeks now and am at the > point where I want to create a custom widget for an application I have > in mind. The widget is to be a visual representation of an equipment > rack. The widget will have rackable items that, when clicked (using > LinkRemoveFunction I think), will cause part of the DOM on the page to > be updated with information about that item. The data from for the > rack will give a list of item types, an elevation, and an image to use > for the display. > > All of the tutorials I've seen are on creating forms etc. Are there > any tutorials/examples of widgets that are not form based?
Where is the difference? Form-widgets render themselves as form-fields because of the html contained in their template. Write other templates, if you need. Just start going, and ask questions here if any problems arise. Diez --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

