Description: Generates a download link list for the inner download or documentGenerator components.
JavaDoc: Click here
Body content: JSP context.
Attributes:
Name | Description | Data type | Required | Default value |
message | The message for the download link | String | Yes | |
description | The description text | String | No |
Some examples can be seen bellow.
Examples:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib uri="/difcore" prefix="dif"%> <dif:document> <dif:downloadList message="Comercial Reports" description="The previous your market reports."> <dif:download urls="report.xls" message="Sales report for 2008" /> <dif:download urls="presentation.pdf" message="Company presentation" /> </dif:downloadList> </dif:document>