|
192 | 192 | new SymbolPalettePalette() {Id= "connectors", Expanded= true, Symbols= new List < object > |
193 | 193 | { |
194 | 194 | new { |
195 | | - Id= "Link1", type= "Orthogonal", sourcePoint=new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 }, |
| 195 | + id= "Link1", type= "Orthogonal", sourcePoint=new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 }, |
196 | 196 | targetDecorator= new { shape= "Arrow" }, style= new { strokeWidth= 1 } |
197 | 197 | }, |
198 | 198 | new { |
199 | | - Id= "link3", type= "Orthogonal", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 }, |
| 199 | + id= "link3", type= "Orthogonal", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 }, |
200 | 200 | style= new { strokeWidth= 1 }, targetDecorator= new { shape= "None" } |
201 | 201 | }, |
202 | 202 | new { |
203 | | - Id= "Link21", type= "Straight", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 }, |
| 203 | + id= "Link21", type= "Straight", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 }, |
204 | 204 | targetDecorator= new { shape= "Arrow" }, style= new { strokeWidth= 1 } |
205 | 205 | }, |
206 | 206 | new { |
207 | | - Id= "link23", type= "Straight", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 }, |
| 207 | + id= "link23", type= "Straight", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 }, |
208 | 208 | style= new { strokeWidth= 1 }, targetDecorator= new { shape= "None" } |
209 | 209 | }, |
210 | 210 | new { |
211 | | - Id= "link33", type= "Bezier", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 }, |
| 211 | + id= "link33", type= "Bezier", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 }, |
212 | 212 | style= new { strokeWidth= 1 }, targetDecorator= new { shape= "None" } |
213 | 213 | } |
214 | 214 | }, IconCss = "e-ddb-icons e-connector", Title = "Connectors" } |
|
0 commit comments