|
{ id: 'node', offsetX: 300, offsetY: 288, height: 100, width: 200, shape: { type: 'Basic', shape: 'Octagon'} },
{ id: 'html', offsetX: 250, offsetY: 288, height: 30, width: 100, shape: { type: 'HTML', content: '<div><input type="checkbox" id="vehicle1" name="vehicle1" value="Bike"><label for="vehicle1"> I have a bike</label><br></div>'}},
{
id: 'group', children: ['node', 'html']
} |
|
{ name: "node1", offsetX: 280, offsetY: 285, height: 30, width: 150,
type: ej.datavisualization.Diagram.Shapes.Html,
templateId: "htmlTemplate", borderWidth: 0
}, |