Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Displaying 3 levels of spry data

New Here ,
Aug 03, 2008 Aug 03, 2008
I'm trying to create 3 levels of spry data and can't seem to figure it out.

I want the first level to dynamically show a list of available schools (names of the school). When I click on the school on the first level, I want the second level to show the course titles and start date for the school. When I click on the course title or start date, I want the details to show on the third level.

A shows B whereas B shows C. So far I've been only able to create one master and one details region. I'd like to run this off of one xml file-one data set if possible.

Could someone provide some advice and possible some samples (with the code)?

Thank you...
TOPICS
Server side applications
404
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 04, 2008 Aug 04, 2008
why don't you set it up that data b and c are shown when you click on a? just add an extra detail region and insert the course title/start date field.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 04, 2008 Aug 04, 2008
Hi Malcster2,

Because C includes the same data as B, except it will provide more detail. It would be just a duplicate doing it that way.

Perhaps I didn't explain clearly what I need to do.

A: shows the schools
B: shows the list of available courses (and start date) when one chooses the school
C: shows the complete description of the course, main photo, trainer name, trainer photo, bio, etc.

I'm not sure of the terms, but A would be the master of B, B in this case would act as the master of C (the details region), and B would also act as the details region of A.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 05, 2008 Aug 05, 2008
i see what you mean, you have one too many relationships from a downwards. are you sure xml is the best way too do this?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 05, 2008 Aug 05, 2008
It's not the best way but it would make a good temporary solution until sql will be made available to me. Any ideas on how to do it using xml?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 21, 2008 Aug 21, 2008
LATEST
?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines