I actually like "caption" even better than "label". -- Niclas
On Jul 27, 2009 11:54 PM, "Greg Brown" <[email protected]> wrote: Does anyone have any objection to my changing "name" to "label" in the attribute classes for Form, TabPane, and Accordion? e.g. instead of: <TabPane> <tabs> <PushButton TabPane.name="Foo"/> </tabs> </TabPane> we'd have: <TabPane> <tabs> <PushButton TabPane.label="Foo"/> </tabs> </TabPane> We're using "name" elsewhere to mean "ID" (generally for programmatic, rather than human, consumption), and "label" seems more accurate. I think I originally used "name" to avoid confusion with the Label class, but, at this point, that seems misguided. Thoughts? Greg
