diff options
author | Allen Winter <allen.winter@kdab.com> | 2020-07-19 12:00:08 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2020-07-19 12:00:08 -0400 |
commit | ed43c3c1cc8f0a8e345ef0678b1480b69397764c (patch) | |
tree | 8cc57d8a8888ab7f34b6f7eaf18dfaaef116f102 /apidocs/search/variables_d.html | |
parent | 7f8f349d0ee02110392e9a2beb63e56ce810cef1 (diff) | |
download | libical-git-ed43c3c1cc8f0a8e345ef0678b1480b69397764c.tar.gz |
update apidox
Diffstat (limited to 'apidocs/search/variables_d.html')
-rw-r--r-- | apidocs/search/variables_d.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apidocs/search/variables_d.html b/apidocs/search/variables_d.html index bd27a70b..478ae0ed 100644 --- a/apidocs/search/variables_d.html +++ b/apidocs/search/variables_d.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> -<meta name="generator" content="Doxygen 1.8.15"/> +<meta name="generator" content="Doxygen 1.8.18"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="variables_d.js"></script> <script type="text/javascript" src="search.js"></script> @@ -23,6 +23,12 @@ document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); +window.addEventListener("message", function(event) { + if (event.data == "take_focus") { + var elem = searchResults.NavNext(0); + if (elem) elem.focus(); + } +}); /* @license-end */ --></script> </div> |