#1171: WidgetsList should allow inheritance
------------------------+---------------------------------------------------
 Reporter:  grover      |        Owner:  anonymous
     Type:  defect      |       Status:  closed   
 Priority:  normal      |    Milestone:           
Component:  TurboGears  |      Version:  1.0b1    
 Severity:  normal      |   Resolution:  wontfix  
 Keywords:              |  
------------------------+---------------------------------------------------
Changes (by alberto):

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

Comment:

 I believe you're addressing this the wrong way. WidgetsLists are just a
 (arguably) nicer syntax for defining and ordered list of widgets.
 Actually, the metaclass takes care of popping out all class attributes
 (you can't do mylist.name for example).

 If you need to combine several widget lists the best way is to use normal
 list operations with them, for example: {{{fields = CommonFields() +
 ExtraFields()}}}

 The problem with inheritance would be that the order of the fields would
 be unpedictable.

 I'm closing this as 'wontfix' for the meantime.

 Alberto

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1171>
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to