• How is infiniteScroll implemented?

    By Patrick Kwintensson 9 years ago

    can you specify where the infinite scroll e.g. for flatview is implemented (which design elements)

    • By Matt White 9 years ago

      Hi Patrick,

      The javascript that controls the infinite scrolling is located in the function unp.loadmore, around line 286 in unp\unplugged.js.

      It calls an XPage called UnpFlatViewList to get the next pages of data.

      Hope this helps.

      Matt