Opened 13 years ago

Closed 13 years ago

#825 closed defect (fixed)

Dynamic print frame: export sketches to output (like in the old print module)

Reported by: astrid_emde Owned by: dev
Priority: major Milestone: 2.7.3 release
Component: print Version: 2.7.1
Keywords: Cc: mschulz, astrid_emde, armin11, huebi, kmq, uli

Description


Change History (4)

comment:1 by astrid_emde, 13 years ago

Priority: majortrivial

comment:2 by astrid_emde, 13 years ago

Priority: trivialmajor

comment:3 by astrid_emde, 13 years ago

Milestone: 2.7.2 release2.7.3 release

comment:4 by verenadiewald, 13 years ago

Resolution: fixed
Status: newclosed

is now implemented, can be integrated as follows:

  • edit the gui element printPDF and integrate a new hidden field for the permanentImage into the Content html field
    <input type="hidden" name="mypermanentImage" />
    
  • add a new element to the json config files for print templates into the pages -> elements-section
    "permanentImage" : {
        	"type" : "permanentImage"
    }
    
  • please note: images for permanentHighlight should be of size 80*80px and have their marker point in the center at 40*40px, so that they can be positioned correctly
Note: See TracTickets for help on using tickets.