Opened 13 years ago
Closed 13 years ago
#878 closed enhancement (fixed)
PrintPDF with Template: Define max characters for input fields + add line breaks in PDF
Reported by: | verenadiewald | Owned by: | dev |
---|---|---|---|
Priority: | minor | Milestone: | 2.7.3 release |
Component: | Version: | 2.7.2 | |
Keywords: | Cc: |
Description
- define a new attribute in json template for limiting number of possible characters in html input fields
- add line breaks in serverside decorator class when input texts reach cell ends
Change History (1)
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
- 2.7: http://trac.osgeo.org/mapbender/changeset/8301
- trunk: http://trac.osgeo.org/mapbender/changeset/8302
- to configure the clientside maxLength param for input fields in html, add the maxCharacter attribute to the controls-section of the specified element in the config json
- line breaks in class mbParagraphDecorator will be added if the defined width in the width attribute in the pages->elements section of the specified element in the config json is reached for the pdf cell
Note:
See TracTickets
for help on using tickets.