Updownquark / Quick

Quark's User Interface Creation Kit
0 stars 0 forks source link

Attributes need hierarchy #30

Closed Updownquark closed 11 years ago

Updownquark commented 12 years ago

For example, there are now style.self and style.heir attributes. Currently, these are implemented exactly the same as the regular style attribute. I think the real style attribute should have the ability to specify sub-attributes like self and heir that do custom things. This would clean styles up a good bit and would definitely be useful later.

Updownquark commented 11 years ago

Hierarchical attributes work now. Their implemented such that the root attribute determines the type and validation, but listeners can do custom things based on the path.