Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for outerHeight (0.04 seconds)

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

             * Resize and position the suggestion box
             */
            resize: function () {
              var offset = $textArea.offset();
              $boxElement.css({
                top: offset.top + $textArea.outerHeight() + VERTICAL_SPACING,
                left: offset.left,
                height: "auto",
                width: "auto"
              });
    
              var minWidth = $textArea.outerWidth() + settingAdjustWidthVal;
    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