Resource Reader

A new xlet, Resource:Reader, has been added to solve the issue of presenting the final page of resource. 

Currently, we are using Resource:showAll. To use the new xlet, the following steps need to be followed:

  1. Create a block in the final page and edit it with FCKeditor
  2. Use a blockReader to display the block
  3. Once you are happy with the result, edit the block again and replace the values with ${content type_metadata name}. For example, if your block has the following "Title: Book Title" and your contentType is book, then you change it to "Title:${book_title}"
  4. To add an image or show other contents, you need to edit the source and add <content type="book/cover" /> to where you want to show the image.
  5. Save the new content, and then change the xlet from blockReader to Resource:Reader .
Comment
Title
Comments