Searched refs:selectedLevel (Results 1 – 2 of 2) sorted by relevance
1 function showApiWarning(thing, selectedLevel, minLevel) { argument2 if (selectedLevel < minLevel) {3 …div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong><…
61 var selectedLevel = maxLevel;64 toggleVisisbleApis(selectedLevel, "body");66 selectedLevel = parseInt($("#apiLevelSelector option:selected").val());67 toggleVisisbleApis(selectedLevel, "body");72 writeCookie(API_LEVEL_COOKIE, selectedLevel, null, expiration);75 if (selectedLevel < minLevel) {77 …div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong><…87 function toggleVisisbleApis(selectedLevel, context) { argument102 var selectedLevelNum = parseInt(selectedLevel)210 var selectedLevel = $("#apiLevelSelector option:selected").val();[all …]