Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for showSuggestionBox (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/js/suggestor.js

              $boxElement.css("display", "none");
              $textArea.attr("aria-expanded", "false");
            },
    
            /**
             * Show suggestion box and update ARIA attributes
             */
            showSuggestionBox: function () {
              $boxElement.css("display", "block");
              $textArea.attr("aria-expanded", "true");
            },
    
            /**
             * Create and display the autocomplete suggestion list
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 20 11:04:08 GMT 2025
    - 13.3K bytes
    - Click Count (0)
Back to Top