Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

                top: offset.top + $textArea.outerHeight() + VERTICAL_SPACING,
                left: offset.left,
                height: "auto",
                width: "auto"
              });
    
              var minWidth = $textArea.outerWidth() + settingAdjustWidthVal;
              if ($boxElement.width() < minWidth) {
                $boxElement.width(minWidth);
              }
            }
          };
    
        suggestor.init($(this), setting);
    
    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