I would like to develop a google-like forum using ExtJS control. http://groups.google.com/a/googlepro...-google-search, try to reply, you will see it so cool.
I don't know if anyone has some useful ideas for me and if it's possible to do that with ExtJS (especially when clicking reply, a new form will be show under the old messages)? Furthermore, I have a stupid question that if the code of Sencha forum is open source?
Thank you Scott for your reply.
So according to you, I must use one grid for each message in a thread or I can use only one grid to contain all the messages. If I choose the second solution, I don't know if one row in grid can supply enough functions to format a message?
If you can give me a code example, it's wonderful
Thank you in advance forum.jpg
Then example was how to display information using a template. Your criteria is how you want your data displayed. You will will most likely need to create something custom using our components. You could examine there form using Firebug and see how they are creating their look using templates/divs and panels.