Since that function has morphed into the button set_tags_button().
function initialize() {
document.getElementById('element').file_path = 'UNDEFINED';
- var tree = document.getElementById('checkbox-tree');
- tree.view.origSetCellValue = tree.view.setCellValue;
- tree.view.setCellValue = function (row, col, value) {
- tree.view.origSetCellValue(row, col, value);
- checkbox_activity(tree, row, col, value);
- };
}
function new_tag_button() {