Hi, While working on a fix for Presentation Models in Jewel I noticed that we have many PM variables that are not used most of the time in component's TLC. This happens in List, DataGrid, DataGridColumnList and TabBar
For example, we should do: <j:TabBar> <j:beads> <j:TabBarPresentationModel rowHeight="60"/> </j:beads> </j:TabBar> instead of <j:TabBar rowHeight="60"> to keep with PAYG. Also we have just some variables, but not all exposed variables exposed in TLCs are: - rowHeight - variableRowHeight This even makes it inconsistent since we probably want to add more PM particularities in the future, and doesn't have sense to me to have just some in TLC. If there's no opposition I'll be removing those jewel vars in the next days. Thanks -- Carlos Rovira http://about.me/carlosrovira
