|
@@ -139,13 +139,13 @@
|
|
initialPreview: [
|
|
initialPreview: [
|
|
"http://lorempixel.com/1920/1080/transport/1",
|
|
"http://lorempixel.com/1920/1080/transport/1",
|
|
"http://lorempixel.com/1920/1080/transport/2",
|
|
"http://lorempixel.com/1920/1080/transport/2",
|
|
- "http://lorempixel.com/1920/1080/transport/3",
|
|
|
|
|
|
+ "http://lorempixel.com/1920/1080/transport/3"
|
|
],
|
|
],
|
|
initialPreviewConfig: [
|
|
initialPreviewConfig: [
|
|
{caption: "transport-1.jpg", size: 329892, width: "120px", url: "{$url}", key: 1},
|
|
{caption: "transport-1.jpg", size: 329892, width: "120px", url: "{$url}", key: 1},
|
|
{caption: "transport-2.jpg", size: 872378, width: "120px", url: "{$url}", key: 2},
|
|
{caption: "transport-2.jpg", size: 872378, width: "120px", url: "{$url}", key: 2},
|
|
- {caption: "transport-3.jpg", size: 632762, width: "120px", url: "{$url}", key: 3},
|
|
|
|
- ],
|
|
|
|
|
|
+ {caption: "transport-3.jpg", size: 632762, width: "120px", url: "{$url}", key: 3}
|
|
|
|
+ ]
|
|
});
|
|
});
|
|
$("#file-4").fileinput({
|
|
$("#file-4").fileinput({
|
|
uploadExtraData: {kvId: '10'}
|
|
uploadExtraData: {kvId: '10'}
|
|
@@ -183,12 +183,12 @@
|
|
initialPreview: [
|
|
initialPreview: [
|
|
"http://lorempixel.com/1920/1080/nature/1",
|
|
"http://lorempixel.com/1920/1080/nature/1",
|
|
"http://lorempixel.com/1920/1080/nature/2",
|
|
"http://lorempixel.com/1920/1080/nature/2",
|
|
- "http://lorempixel.com/1920/1080/nature/3",
|
|
|
|
|
|
+ "http://lorempixel.com/1920/1080/nature/3"
|
|
],
|
|
],
|
|
initialPreviewConfig: [
|
|
initialPreviewConfig: [
|
|
{caption: "nature-1.jpg", size: 329892, width: "120px", url: "{$url}", key: 1},
|
|
{caption: "nature-1.jpg", size: 329892, width: "120px", url: "{$url}", key: 1},
|
|
{caption: "nature-2.jpg", size: 872378, width: "120px", url: "{$url}", key: 2},
|
|
{caption: "nature-2.jpg", size: 872378, width: "120px", url: "{$url}", key: 2},
|
|
- {caption: "nature-3.jpg", size: 632762, width: "120px", url: "{$url}", key: 3},
|
|
|
|
|
|
+ {caption: "nature-3.jpg", size: 632762, width: "120px", url: "{$url}", key: 3}
|
|
]
|
|
]
|
|
});
|
|
});
|
|
/*
|
|
/*
|