diff --git a/assets/vendor/js/dashboard.js b/assets/vendor/js/dashboard.js index f006aab9..65bb18a8 100644 --- a/assets/vendor/js/dashboard.js +++ b/assets/vendor/js/dashboard.js @@ -107,7 +107,20 @@ function add_element_2_dashboard (tag_name) { //ref.innerHTML = document.createElement(tag_name).toString(); //var content = '<' + tag_name + ' id="'+elemId+'" ondblclick="change_selected(event, "'+tag_name+'", "'+elemId+'" ) style= "height: '+ height + '; width: '+ width + '; background-color: ' + background + ' ;"' + '>'; /*'<' + tag_name + ' ondblclick="change_selected(event,'+ '"'+tag_name+'"' , '"'+elemId+'"' +') id="'+elemId+'" style= "height: '+ height + '; width: '+ width + '; background-color: ' + background + ' ;"' + '>';*/ - ref.innerHTML = ""; + + // This is the innerHTML of the development dashboard + ref.innerHTML = ""; +var your_comment = ` + + #Particular Project Name + + +`; + ref.innerHTML= your_comment; proper_fitting = "\n" + "\t"; //alert( document.getElementById('the_dev_dashboard').compareDocumentPosition(ref) ); ref.append(proper_fitting); diff --git a/pages/dashboard.html b/pages/dashboard.html index 2a8cdd7f..967981c0 100644 --- a/pages/dashboard.html +++ b/pages/dashboard.html @@ -370,7 +370,66 @@

Attributes

+ + This is the main dashboard arena. Drag html tag here and add more attributes and styles to them +
@@ -381,9 +440,9 @@

Attributes

div - span + span - p + p h1 @@ -391,17 +450,17 @@

Attributes

h3 - input + input - div + div - li + li - button + button - img + img - center + center more >>