Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Usage

 

A panel to show the pdf licence of the installed application.

These panels can prompt the user to acknowledge a license agreement. They block unless the user selects the 'agree' option. To specify the license agreement text you have to use the PdfLicencePanel.licence resource.

You can use multiple instances of HTMLLicencePanel this way:

<resources>
<res id="PDFLicencePanel.licence" src="iz/apache-license.pdf"/>
</resources>
<panels> 
<panel classname="PDFLicencePanel" id="licence" />
</panels>

 

Resources

ResourceDescription
PDFLicencePanel.licenceThe license agreement text to show on the panel.
  • No labels