Use DataView to build an Image Gallery

Hi

I need help in creating an image gallery using dataView. I am not able to find any samples or documentation to upload multiple images and view as Image gallery.

Hi,

you can define template with any html content, for example as in:

template: “

Hi

I tried define a template but I am not able to view any image, only a box is visible below:

Minimal template syntax

I am getting the below error when i try to execute one of the samples provided by dhtmlx

dhtmlx.js:9 XMLHttpRequest cannot load file:///D:/dhtmlxSuite_v461_pro/samples/dhtmlxDataView/common/data.js?dhxr1463662514251=1. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.

Hi,

I tried define a template but I am not able to view any image, only a box is visible below:

Template is not correct. Please read about templates:

docs.dhtmlx.com/dataview__templates.html

I am getting the below error when i try to execute one of the samples provided by dhtmlx

That was cross-domain security error. Try to run your app under webserver (localhost/dhtmlxSuite_v461_pro/….)