Project

General

Profile

« Previous | Next » 

Revision 5662

set the selected concept as the value in the search field

View differences:

index.jsp
158 158
	var input = $(parent).children("input.value");
159 159
	$(input).val(value);
160 160
	//alert("input: " + input);
161
	
162
	// set it in the search field
163
	var treeInstance = $(item).parents("div.jstree:first");
164
	var shortName = $(item).parent().attr("id");
165
	$("#" + $(treeInstance).attr("id") + "Search").val(shortName)
161 166

  
162 167
	// refresh the other trees for active domain after this filtering action
163 168
	// TODO actually do the active domain filtering when selection is made

Also available in: Unified diff