Going through the ExtJS documentation I got lost among the names and couldn’t find the components I needed. I’d like to show the properties of an object like this:
Name: name
Address: address
With JSF, I would use a panelgrid with outputText tags. Is there a component like that?
And there’s something else: I’d like to make this panel “closeable” like an accordion or something like that so the user could hide the information if not needed, but I couldn’t make the accordion panel’s size adapt to the content. When I used an accordionpanel in primefaces the panel was resized if the content changed. Is there any way you can do this with ExtJS?
Well, how about this: