This should be a very simple task with jquery (included with Drupal core).  Given your description of what you need to do, I&#39;d hide the items via css or via the js (<a href="http://docs.jquery.com/Effects/hide">http://docs.jquery.com/Effects/hide</a>), add a &#39;Show full content&#39; link in the View header, and then on the click event (<a href="http://docs.jquery.com/Events/click#fn">http://docs.jquery.com/Events/click#fn</a>), show those elements (<a href="http://docs.jquery.com/Effects/show">http://docs.jquery.com/Effects/show</a>)<br>
<br>See also: <a href="http://drupal.org/node/121997">http://drupal.org/node/121997</a> (&#39;Javascript and Drupal&#39; in the Developing for Drupal handbook)<br><br>Hope that is of some help,<br>William <br><br><div class="gmail_quote">
On Thu, Dec 3, 2009 at 2:17 AM, Prkos <span dir="ltr">&lt;<a href="mailto:prkos@prkos.hr">prkos@prkos.hr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I need to create a views list of nodes with lots of different cck<br>
fields, but in a way that only a couple of the fileds are visible right<br>
away (for each node), and the rest of them are revealed after clicking<br>
on a link or something similar (Show full content) that is there for<br>
each node in the list.<br>
<br>
There&#39;s no need to ajax-load the content, it can be there only hidden<br>
and revealed onclick, and there&#39;s no need for any kind of animation.<br>
<br>
I guess it&#39;s something like collapsible fieldsets on node-edit pages, or<br>
exactly like that. Can it be done with grouping fields? Is there a<br>
module that does something similar?<br>
<br>
Thank you<br>
Mihaela<br>
<font color="#888888">--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></blockquote></div><br>