Samples

TblIf-HTML_Footer.ign

 1  <?xml version="1.0"?>
 2  <IGenInterface name="HTML_Footer" label="Footer">
 3          <IGenInput name="useFooter" label="Use footer" 
 4                  type="boolean"
 5                  info="Select if you want to add something at the 
 6                  bottom of each generated pages"
 7                  >no</IGenInput>
 8          <IGenInput name="footerText" label="Footer" type="text" 
 9                  info="Write here the text the text of the footer. 
10                  You can use HTML if you like."
11                  >Insert here the text or the html code you want to
12                  be inserted in all footer zone</IGenInput>
13  </IGenInterface>