PDA

View Full Version : To Ext.View or not to Ext.View?



gkassyou
14 Sep 2007, 4:02 AM
That is the question.

Ok, I have a design question. I've built an ecommerce Ext site and used Ext.View to display the products in the main content area. I also would like to display HTML content in the same area such as a welcome page, contact us, etc. without going to another page. Basically, rendering info at runtime. Which component(s) would be best to use. ContentPanel, View etc. If I continue to use the View, how can I change the template to display other HTML info on the fly.

Thx