Home
last modified time | relevance | path

Searched refs:dlh_value (Results 1 – 1 of 1) sorted by relevance

/plugin/dirtylittlehelper/
H A Dscript.js56 dlh_value = dlh_source_obj.value;
57 if( dlh_value !== undefined){
58 return dlh_value;
68 function dlh_objectValueSet(dlh_target , dlh_value ){ argument
73 dlh_target_obj.value = dlh_value;
177 var dlh_value = dlh_source_obj.value;
179 dlh_source_obj.setSelectionRange(0, dlh_value.length); /* For mobile devices */
182 console.log('SUCCESS javascript dlh_copyme - copied to clipboard: '.dlh_value);