Sliding Panels Support Product Page

Solved

Creating Dynamic Sliding Panels tutorial

Reported 06 May 2010 11:50:26
2
have this problem
06 May 2010 11:50:26 Jacques H posted:
When following instructions from the movie:
Select panel names and bind to title form title recordset, the link will change from # to the name, but the name will not change.
When changing it in codeview, the titles will repeat, but will not link
Changed both link and title in code view and placed repeat region for content outside of <div class="dmxSlidingPanelsPage"> and now it will work
Edited by - Jacques Hoogenboom on 06 May 2010  12:00:33

Edited by - Jacques Hoogenboom on 06 May 2010  12:00:59

Promoted Solutions

Replied 10 May 2010 11:46:10
Hello Jacques,

The trick is to have the binding from the title recordset in the place of the title. There is no need to set that in replace of the # in the HREF of the <a> tag.
So once you have your binding placed in title you need to select the li tag and place a repeat record for it.

<div class="dmxSlidingPanelsNav">
      <ul>
     <!-- repeat region start code placed here -->
        <li><a href="#">Recordset Binding for Title Gose Here </a></li>
     <!-- repeat region end code placed here -->
      </ul>
</div>


Regards,

Replies

Replied 10 May 2010 11:46:10
10 May 2010 11:46:10 Miroslav Zografski replied:
Hello Jacques,

The trick is to have the binding from the title recordset in the place of the title. There is no need to set that in replace of the # in the HREF of the <a> tag.
So once you have your binding placed in title you need to select the li tag and place a repeat record for it.

<div class="dmxSlidingPanelsNav">
      <ul>
     <!-- repeat region start code placed here -->
        <li><a href="#">Recordset Binding for Title Gose Here </a></li>
     <!-- repeat region end code placed here -->
      </ul>
</div>


Regards,
Replied 10 May 2010 12:26:08
10 May 2010 12:26:08 Jacques H replied:
Hi Miro,

I know about that now. I was just pointing out that the actions in the tutorial would not do what the tutorial said it would do
Replied 21 Nov 2013 17:34:01
21 Nov 2013 17:34:01 Howard Walker Walker replied:
When I run this in a computer screen, the first item is only half displayed, and when I click on the next button, nothing happens. I thought that it may be something to do with the scroll wheel settings, but I am unable to access the settings screen once the file has been saved. Is this by design or have I missed something?

Reply to this topic