| Author |
Is CellList a better option than HTMLPanel to layout components
|
Denis Wen
Ranch Hand
Joined: Nov 11, 2008
Posts: 33
|
|
His again,
There are these new cell-based components introduced in 2.1. I wonder if replacing HTMLPanel with say CellList is a sensible option to improve application performance. As far as I know HTMLPanel is a very good choice as a wrapping component in UiBinder templates since it uses setInnerHTML for static content, but what would be performing better if content is dynamically added to a panel? HTMLPanel or CellList or something else maybe.
Thanks
|
 |
 |
|
|
subject: Is CellList a better option than HTMLPanel to layout components
|
|
|