Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8022 Posts in 1850 Topics- by 2099 Members - Latest Member: roi
Calendar Script CommunityCustomizationCustomizing CalendarScript (Moderators: scott, DanO, Marty)Getting search results to display in columns
Pages: [1]   Go Down
Print
Author Topic: Getting search results to display in columns  (Read 241 times)
0 Members and 1 Guest are viewing this topic.
wderzawiec
New Member
*

Karma: 0
Offline Offline

Posts: 14

Web site coordinator


WWW
« on: June 26, 2006, 08:35:00 AM »

Hello,

Is there a way that I can use the <% FOREACH GRID ROW %> and <% FOREACH GRID COLUMN %> tags to get search results to display in columns of four?  
I'd like the display to be something like:

<table>
<tr><td><b>Day1</b></td><td><b>Day2</b></td><td><b>Day3</b></td><td><b>Day4</b></ td></tr>
<tr><td>Day1events</td><td>Day2events</td><td>Day3events</td><td>Day4events</td></tr>
<tr><td><b>Day5</b></td><td><b>Day6</b></td><td><b>Day7</b></td><td><b>Day8</b></ td></tr>
<tr><td>Day5events</td><td>Day6events</td><td>Day7events</td><td>Day8events</td></tr>
</table>

But I'm not sure how to code that.  Thank you.

------------------

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 220

Please don't PM me. Post in the open forum.


WWW
« Reply #1 on: June 26, 2006, 12:34:00 PM »

** Is there a way that I can use the <% FOREACH GRID ROW %> and <% FOREACH GRID COLUMN %> tags to get search results to display in columns of four? **

I doubt it, those tags loop through Grid data which is not the way *Search* results are returned.

See the 'Defined Variables' listed in the CalendarScript Documentation under Customization for what tags are available to work with search results.

JFYI

Dan O.

------------------

Logged
Pages: [1]   Go Up
Print
Jump to: