Hi, Throughout our site code there are repetitions of certain elements
e.g. Div(uid:'div', clocator:[id:'%%_divId']) InputBox(uid:'input', clocator:[id:'%%inputId]) RadioButton(.... and so on for about 12 elements This particular set of elements occurs in multiple tables with some minor differences, and is causing some of my UI definitions to become very long and repetetive. What I would like to do is: 1. Create a base class for this set of elements 2. Be able to extend it to include extra elements What would be the best way to go about this? I've looked at the custom UI object code but cannot see how I could use this functionality to do what I need to do. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" 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/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
