MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / hideInputBox

Function hideInputBox

assets/js/DragToDo.js:139–145  ·  view source on GitHub ↗
(column)

Source from the content-addressed store, hash-verified

137
138// Hide Item Input Box
139function hideInputBox(column) {
140 clearList[column].style.display="block";
141 addBtns[column].style.visibility = 'visible';
142 saveItemBtns[column].style.display = 'none';
143 addItemContainers[column].style.display = 'none';
144 addToColumn(column);
145}
146
147// Allows arrays to reflect Drag and Drop items
148function rebuildArrays() {

Callers

nothing calls this directly

Calls 1

addToColumnFunction · 0.85

Tested by

no test coverage detected