10390 Posts in 2201 Topics by 1712 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 366 Views |
-
SS3 GridField: finally got it working

6 August 2012 at 8:12pm
Man. I've stumbled around for hours trying to get a simple GridField happening in SS3. Finally came across this page; and guess what - it's working! Hope this saves some time for someone else.
-
Re: SS3 GridField: finally got it working

21 January 2013 at 11:39pm
PS just for any newbies... a *simple* way to list all of the "contacts" on your site would be to add the following rough code to the "ContactListPage.ss" template:
<% control Contacts %>
<p style="clear:left;">
<% if ProfilePicture %><img src="$ProfilePicture.URL" style="float:left;margin:20px;" /><% end_if %>
Name: $Name<br/>
<em>$Description</em><br/>
<a href="$Website">Visit Website</a><br/>
</p><% end_control %>
Linsey x
| 366 Views | ||
|
Page:
1
|
Go to Top |


