Difference: HTMLTagsInPDF (7 vs. 8)

Revision 82008-04-14 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="APPX43Features"

HTML Elements in PDF Output

Line: 13 to 13
  The field value must begin with "<html>".  The entire contents of the field will then be considered to be HTML text.
Added:
>
>
HTML tags are not case sensitive.  They may be entered as upper case or lower case.
 If no widget is specified or if a RAW TEXT widget type is specified, the contents of the field will be printed without formating.

The label value of a LABEL widget may contain HTML tags as a way of formating the label value when printed.

Line: 58 to 60
  SMALL - The enclosed text should be printed one size smaller than the current font size. <SMALL>...</SMALL> is the same as <FONT SIZE="-1">...</FONT>.  SMALL tags can be nested in which case the intter text is one size smaller than the outer text.
Changed:
<
<
font size="+n"  where n = +1 thru +7
>
>
Relative font sizes are supported <font size="+n">  or <font size="-n"> 

Absolute font sizes are supported <font size=n> where n=1 to 28. 

  font color=#nnnnnn where #nnnnnn is a RGB hex value.

font color=name is not supported.

Changed:
<
<
font size=1 thru 7
>
>
font size=1 thru 28

Size Scale
 1  25%
 2  33%
 3  50% 
 4  66%
 5  75%
 6  80%
 7  85%
 8  90%
 9  95%
 10  100%
 11  
 12  
 13  
 14  
 15  
 16  
 17  
 18  
 19  
 20  
 21  
 22  
 23  
 24  
 25  
 26  
 27  
 28  

25%, 33%, 50%, 66%, 75%, 80%, 85%, 90%, 95%, 100%

APPX support 28 font sizes which are scaled relative to the default font size for the report.

The default font size for a report is specified in the FORM record in System Administration or is calculated based on the various specifications in the FORM record.  The default font size equates to <font size=10> or a scale of 100%.

 

Bugs:

  1. Field with no widget defined attempts to print formated html text.  Fields with no widget should not print formated html text.
  2. Field with Raw Text widget attempts to print formated html text.  Raw Text widgets should not print formated html text.
Line: 74 to 114
 
<--/commentPlugin-->
Changed:
<
<
-- AlKalter - 04 Apr 2008
>
>
--  Steve Frizzell - 04 Apr 2008
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback