Had this installed, configured and running in about 5 minutes. It was exactly what I was looking for, and had no easy way to accomplish without a lot of extra work, until I found this.
For Roberts first Joomla component, he hit a home run!
Some future enhancements that may be nice...
1) Option to show actual "description" from the article, instead of the article; when you 'Expand Description'.
2) Show all -or- only "X" number of articles, under each component.
3) If the article is displayed. - show only "X" number of characters from the article.
4) If the article is displayed - enable/disable images.
Thanks for the great component!
--Dan
Owner's reply:
First of all, thanks for your review. As to your suggestions:
1) It actually does display only the description (the intro text, this is). It actually always did. If you don't believe compare the SectionEx output to the output of a build in component (i.e. section-blog layout).
2) I added some kind of "pagination" a few versions ago. Unfortunately real pagination is still on the TODO list.
3) This would be hard to accomplish. Intro text is just a HTML string. In other words it consists of text AND HTML formatting tags. If I would simply cut the string in the middle for example, the resulting HTML would be invalid as eventually some closing HTML tags would be missing.
4) You can now do this.