Load More then one Wire in Palette

Dear sir
i want to load more then one wire in Pallet (div in Html5), as like we have load Shape in Pallet. and we select wire from toolbox and make a link between shape in diagram area.

Please replay quickely
Thanks & Regards
Amit Kumar Jha

Havs you examined the Draggable Link sample?

Hi,
hi,

i have loaded wire in pallete what have in draggable Link example but i want to when we select wire from tooltion and make a link that time i want to selected wire information.

code is :-

           {
               //linkDataArray: linkDataArray
           }
          //{ text: "Start", figure: "Circle", fill: "green" },
          //{ text: "Step" },
          //{ text: "DB", figure: "Database", fill: "lightgray" },
          //{ text: "???", figure: "Diamond", fill: "lightskyblue" },
          //{ text: "End", figure: "Circle", fill: "red" },
          //{ text: "Comment", figure: "RoundedRectangle", fill: "lightyellow" }
        ], 
            [
          

          // the Palette also has a disconnected Link, which the user can drag-and-drop
    //       { points: new go.List(go.points).addAll([new go.Point(0, 0), new go.Point(30, 0), new go.Point(30, 40), new go.Point(60, 40)]), linkDataArray: linkDataArray, key: 1, text: "Cable wire" },
    //       { points: new go.List(go.points).addAll([new go.Point(0, 0), new go.Point(30, 0), new go.Point(30, 40), new go.Point(60, 40)]), linkDataArray: linkDataArray, key: 2, text: "Mouse wire" },
    //       { points: new go.List(go.Point).addAll([new go.Point(0, 0), new go.Point(30, 0), new go.Point(30, 40), new go.Point(60, 40)]), linkDataArray: linkDataArray, key: 3, text: "Default wire" },
    //{ points: new go.List(go.Point).addAll([new go.Point(0, 0), new go.Point(30, 0), new go.Point(30, 40), new go.Point(60, 40)]), linkDataArray: linkDataArray, key: 4, text: "wire" }
    
        { points: new go.List(go.points).addAll([new go.Point(0, 0), new go.Point(30, 0), new go.Point(30, 40), new go.Point(60, 40)]), linkDataArray: linkDataArray, key: 1, text: "Cable wire" },
    { points: new go.List(go.points).addAll([new go.Point(0, 0), new go.Point(30, 0), new go.Point(30, 40), new go.Point(60, 40)]), linkDataArray: linkDataArray, key: 2, text: "Mouse wire" },
    { points: new go.List(go.Point).addAll([new go.Point(0, 0), new go.Point(30, 0), new go.Point(30, 40), new go.Point(60, 40)]), linkDataArray: linkDataArray, key: 3, text: "Default wire" },
    { points: new go.List(go.Point).addAll([new go.Point(0, 0), new go.Point(30, 0), new go.Point(30, 40), new go.Point(60, 40)]), linkDataArray: linkDataArray, key: 4, text: "wire" }

I’m sorry, but I do not understand what you are saying, nor do I understand what you have nor what you want.