Home
last modified time | relevance | path

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

/plugin/data-au/
H A Dscript.js28 aliastype = 'dataau_type_page';
38 aliastype = cls;
42 return (multi ? aliastype.substr(0, aliastype.length - 1) : aliastype);
53 function ajaxsource(request, response, getTerm, aliastype) { argument
57 aliastype: aliastype,
/plugin/data/
H A Dscript.js20 * Returns aliastype of field
23 * @return {String} aliastype of the input
28 aliastype = 'data_type_page';
38 aliastype = cls;
41 //return singular aliastype
42 return (multi ? aliastype.substr(0, aliastype.length - 1) : aliastype);
51 * @param aliastype
53 function ajaxsource(request, response, getTerm, aliastype) { argument
[all...]