1.) If I set my RTF-Area to grow vertical, in previewmode it will stop at the bottom of the page, while the area contains much more text. How can I let a RTF-Area grow to another page?
2.) In Design-mode I’ll give my RTF-Area fontproperty: Verdana 10pt.
So I assume that the default font = Verdana 10pt. But in edit mode it is’nt! Is this normal??
My RTF-Area does not grow, if I set the RTF AREA to: Allow height to: Grow. It stops on the bottom the paper.
My RTF Area is 450px by 250 px, scrollable, printable and edittable
My RTF Area contains much more text. I am using 1.1 rc3 too.
a note is added to the latest docs:
IMPORTANT: Fields with the property displayType XXXX_AREA:
RTF_AREA, HTML_AREA, or TEXT_AREA - can ONLY be set to increase/decrease in width OR increase/decrease in height.
please check this (other wise it does not know to which size to grow/shrink)
does the part (body) on which the element is placed have the property ‘allowBreakAcrossBounds’ = true ?
Hmm, we missed a point here.
If I create a RTF_area (NOT scrollable,size 320 by 50,printsliding - heigth grow/shrink) and make my body part 10 pix bigger than the area and ‘allowBreakAcrossBounds’ = true
now I fill the area with 3 pages of text (with does for sure not fit), go to print preview and the rtf_area (and body part) is grown over 3 pages.
So there should be NO need to make your body part very big or place the rtf_area in a huge size…