Commit bfa40fa6e21837626324f20ba50b201e0e95bbb9

Authored by Luigi Serra
1 parent f9d86f4c

demo page updates

controllets/animated-button-container-controllet/animated-button-container-controllet.html
@@ -239,13 +239,12 @@ @@ -239,13 +239,12 @@
239 239
240 $(this.$.container_content).perfectScrollbar(); 240 $(this.$.container_content).perfectScrollbar();
241 241
242 - this.$.open.style.height = this.iconHeight + "px";  
243 - this.$.open.style.width = this.iconWidth + "px";  
244 - this.$.open_window_button.style.backgroundColor = this.backgroundButtonColor;  
245 - this.$.open_window_button.style.width = 24 /*this.iconWidth*/ + "px";  
246 - this.$.open_window_button.style.height = 24 /*this.iconHeight*/ + "px";  
247 - this.$.open_window_button.style.padding = "6px";  
248 - this.$.button_container.style.height = this.iconHeight + "px"; 242 + this.$.open.style.height = this.iconHeight + "px";
  243 + this.$.open.style.width = this.iconWidth + "px";
  244 + this.$.open_window_button.style.backgroundColor = this.backgroundButtonColor;
  245 + this.$.open_window_button.style.width = this.iconWidth + "px";
  246 + this.$.open_window_button.style.height = this.iconHeight + "px";
  247 + this.$.button_container.style.height = this.iconHeight + "px";
249 }, 248 },
250 249
251 _onOpenClick: function() { 250 _onOpenClick: function() {
demo.html
@@ -264,8 +264,8 @@ @@ -264,8 +264,8 @@
264 264
265 //DEEP.deepUrl = "http://deep.routetopa.eu/DEEP/"; 265 //DEEP.deepUrl = "http://deep.routetopa.eu/DEEP/";
266 //DEEP.datasetsList = "http://deep.routetopa.eu/DEEP/datalets-list"; 266 //DEEP.datasetsList = "http://deep.routetopa.eu/DEEP/datalets-list";
267 - DEEP.deepUrl = "http://deep.routetopa.eu/DEEP/";  
268 - DEEP.datasetsList = "http://deep.routetopa.eu/DEEP/datalets-list"; 267 + DEEP.deepUrl = "http://192.168.164.128/DatalEts-Ecosystem-Provider/DEEP/";
  268 + DEEP.datasetsList = "http://192.168.164.128/DatalEts-Ecosystem-Provider/DEEP/datalets-list";
269 269
270 DEEP.Datasets = { 270 DEEP.Datasets = {
271 names:[ 271 names:[
@@ -346,7 +346,7 @@ @@ -346,7 +346,7 @@
346 if(response.idm.inputs.input.constructor == Object) { 346 if(response.idm.inputs.input.constructor == Object) {
347 if(response.idm.inputs.input.selection == "*") 347 if(response.idm.inputs.input.selection == "*")
348 { 348 {
349 - var fields = this.$.selectedFields_container.querySelectorAll('draggable-element-controllet'); 349 + var fields = this.$.selected_fields_container.querySelectorAll('draggable-element-controllet');
350 input = response.idm.inputs.input; 350 input = response.idm.inputs.input;
351 response.idm.inputs.input = new Array(); 351 response.idm.inputs.input = new Array();
352 for(var i=0;i<fields.length;i++){ 352 for(var i=0;i<fields.length;i++){
@@ -551,4 +551,4 @@ @@ -551,4 +551,4 @@
551 </script> 551 </script>
552 552
553 </body> 553 </body>
554 -</html> 554 +</html>
555 \ No newline at end of file 555 \ No newline at end of file