Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 6 of 6 for textarea (0.04 seconds)

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

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

                $boxElement.css(setting.boxCssInfo);
              }
    
              $textArea = $element;
              $textArea.attr({
                autocomplete: "off",
                "aria-autocomplete": "list",
                "aria-haspopup": "listbox",
                "aria-expanded": "false"
              });
    
              isFocusList = false;
              inputText = $textArea.val();
    
              //settings
    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)
  2. src/main/webapp/WEB-INF/orig/view/chat/chat.jsp

    						</div>
    						<div class="input-wrapper">
    							<div class="input-group">
    								<textarea id="chatInput" class="form-control"
    									placeholder="<la:message key="labels.chat_input_placeholder" />"
    									rows="1" maxlength="4000"
    									aria-label="<la:message key="labels.chat_input_placeholder" />"></textarea>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 10.4K bytes
    - Click Count (0)
  3. src/main/webapp/js/chat.js

                });
            } else {
                // Fallback for older browsers
                var textarea = document.createElement('textarea');
                textarea.value = text;
                textarea.style.position = 'fixed';
                textarea.style.opacity = '0';
                document.body.appendChild(textarea);
                textarea.select();
                try {
                    document.execCommand('copy');
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 30.6K bytes
    - Click Count (0)
  4. src/main/webapp/WEB-INF/view/chat/chat.jsp

    						</div>
    						<div class="input-wrapper">
    							<div class="input-group">
    								<textarea id="chatInput" class="form-control"
    									placeholder="<la:message key="labels.chat_input_placeholder" />"
    									rows="1" maxlength="4000"
    									aria-label="<la:message key="labels.chat_input_placeholder" />"></textarea>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 10.8K bytes
    - Click Count (0)
  5. src/main/webapp/js/marked.min.js

    -(?:-?>|[\s\S]*?(?:-->|$))/,Be=k("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ 	]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ 	]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ 	]*)+...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 41.5K bytes
    - Click Count (0)
  6. src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js

    d.each(function(){var d=a(this),e=d.valAttr("event");e&&d.unbind(e+".validation").bind(e+".validation",function(d){9!==(d||{}).keyCode&&a(this).validateInputOnBlur(b,c,!0,e)})}),this},a.fn.showHelpOnFocus=function(b){return b||(b="data-validation-help"),this.find("textarea,input").each(function(){var c=a(this),e="jquery_form_help_"+ ++d,f=c.attr(b);c.removeClass("has-help-text").unbind("focus.help").unbind("blur.help"),f&&c.addClass("has-help-txt").bind("focus.help",function(){var b=c.parent().find("."+e);0===b.length&&(b=a("<span...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 32.8K bytes
    - Click Count (0)
Back to Top