JavaScript/jQuery Diagram - pageSize.items

An array that specifies the page size items in the Page Size combobox on Properties Panel.

Type:

Array<Object>

App.js
  • <Diagram id="diagram" ref={this.diagramRef} units="cm" viewUnits="cm">
  • <PageSize width={10} height={10} items={[{ text: 'A4 (21cm x 29.7cm)', width: 21, height: 29.7 },
  • { text: 'A3 (29.7cm x 42cm)', width: 29.7, height: 42 }]}/>
  • </Diagram>

Diagram control data toolbox

height

Specifies the page height.

Type:

Number

text

Specifies the display text.

Type:

String

width

Specifies the page width.

Type:

Number