#847: AutoCompleteField in master.kid doesn't work on non-root page
-----------------------------------+----------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  anonymous 
     Type:  defect                 |       Status:  closed    
 Priority:  normal                 |    Milestone:            
Component:  Widgets                |      Version:  0.9a5     
 Severity:  normal                 |   Resolution:  worksforme
 Keywords:                         |  
-----------------------------------+----------------------------------------
Changes (by alberto):

  * status:  new => closed
  * resolution:  => worksforme

Comment:

 Importing the form directly into your template shotcuts the mechanism by
 which widgets going to the template are "detected" and their css and js
 resources pulled out.

 If you need a widget at master.kid you should write a var_upadater (take a
 look at turbogears.view for more info) that provides your widget instance
 as a template variable automatically.

 Then you should be able to do in your template:
 {{{
 ${tg.artist_form.display()}
 }}}

 If this doesn't work please reopen the ticket.
 Alberto

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/847>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---

Reply via email to