energine-cmf / energine

Energine is a content management system which allows to support web-applications (including websites) of any level of complexity. Energine is based on Energine CMF — a power full toolkit for web-application development using XML/XSLT transformations.
http://energine.org
MIT License
13 stars 3 forks source link

Carousel + AJAX: server side #49

Closed valerii-zinchenko closed 9 years ago

valerii-zinchenko commented 10 years ago

Prepare server side to get the items for carousel from the server.

  1. Get the total amount of items.
  2. Get holder element for items.
  3. Get HTML element(s) from the array of element indices.

branch: ajax_carousel