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

Reply via email to