Robert,
Is there a way to customise the options on the print widget?
Or can you remove them all together?
Thanks
Gareth
Solved! Go to Solution.
Sure which do you prefer? If you want to remove certain option then just set the display style of the html elements in the print widgets templates\Print.html file. If you which to remove the whole advanced button then change line 486 in the Print.js to
domStyle.set(this.advancedButtonDijit, 'display', 'none');
Gareth,
Did this work for you?
Thanks Robert, that worked a treat
Is there a way to remove some layout and format options from the print widget? I would just like A4 portrait and landscape and as a PDF.
Robert, is there a way to change the progress bar in the print widget?
Gareth,
The way I do it is add a css rule to the dojo-override.css
/* Progressbar*/
.claro .dijitProgressBarIndeterminate .dijitProgressBarTile {
background: #efefef url("images/progressBarAnim2.gif") repeat-x top;
}