DMXzone Database Connector PHP Support Product Page

Solved

Repeat region is not showing any data

Reported 02 Dec 2013 15:21:26
1
has this problem
02 Dec 2013 15:21:26 Andre Bender posted:
I've created a data source (which is working) and applyed a repead reagion to it, but nothing is showing up:


<div class="panel-group" id="accordion">
  <div class="panel panel-default" data-binding-repeat="{{ds_Member.data}}" data-binding-id="repeat1">
    <div class="panel-heading" data-toggle="collapse" data-parent="#accordion" data-target="#collapse">
      <h4 class="panel-title">
        <a class="accordion-toggle">
Titel   </a>
      [/h4]
    </div>
    <div id="collapse" class="panel-collapse collapse in">
      <div class="panel-body">
       Text
      </div>
    </div>
  </div>
</div>

Replies

Replied 02 Dec 2013 15:25:19
02 Dec 2013 15:25:19 Teodor Kuduschiev replied:
Please provide a link to the page where we can check this.
Replied 02 Dec 2013 15:47:25
02 Dec 2013 15:47:25 Andre Bender replied:
It looks like the extension placed
<script type="text/javascript" src="../../ScriptLibrary/dmxDataBindings.js"></script>
<script type="text/javascript" src="../../ScriptLibrary/dmxDataSet.js"></script>

after the jQuery.dmxDataSet(); defintions. I changed the order now it works ...

Reply to this topic