JavaScript/jQuery Diagram - pageSize.items
An array that specifies the page size items in the Paze Size combobox on Properties panel.
jQuery
JavaScript
$(function() { $("#diagram").dxDiagram({ viewUnits: "cm", units: "cm", pageSize: { width: 21, height: 29.7, items: [ { text: "A4", width: 21, height: 29.7 },{ text: "A3", width: 29.7, height: 42 } ] }, }); });
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.