...
Code Block | ||||
---|---|---|---|---|
| ||||
pui.toolbox.add({
category: "Custom Widgets",
widget: "google maps",
text: "Google Maps Widget",
icon: "/profoundui/proddata/images/icons/google_maps.png",
proxyHeight: 302,
proxyWidth: 402,
proxyHTML: '<img src="/profoundui/proddata/images/GoogleMaps.jpg" style="width: 400px; height: 300px;">',
defaults: {
"z index": 30
}
});
|
...