readme
来自「国外很不错的一个开源OA系统Group-Office」· 代码 · 共 60 行
TXT
60 行
AutoComplete Release Notes*** version 0.12.0 **** The following constants must be defined as static class properties and are no longeravailable as instance properties:YAHOO.widget.DataSource.ERROR_DATANULLYAHOO.widget.DataSource.ERROR_DATAPARSEYAHOO.widget.DS_XHR.TYPE_JSONYAHOO.widget.DS_XHR.TYPE_XMLYAHOO.widget.DS_XHR.TYPE_FLATYAHOO.widget.DS_XHR.ERROR_DATAXHR* The property minQueryLength now supports zero and negative number values forDS_JSFunction and DS_XHR objects, to enable null or empty string queries and to disableAutoComplete functionality altogether, respectively.* Enabling the alwaysShowContainer feature will no longer send containerExpandEvent orcontainerCollapseEvent.**** version 0.11.3 **** The iFrameSrc property has been deprecated. Implementers no longer need tospecify an https URL to avoid IE security warnings when working with sites overSSL.*** version 0.11.0 **** The method getListIds() has been deprecated for getListItems(), which returnsan array of DOM references.* All classnames have been prefixed with "yui-ac-".* Container elements should no longer have CSS property "display" set to "none".* The useIFrame property can now be set after instantiation.* On some browsers, the unmatchedItemSelectEvent may not be fired properly whendelimiter characters are defined.* On some browsers, defining delimiter characters while enabling forceSelectionmay result in unexpected behavior.*** version 0.10.0 **** Initial release* In order to enable the useIFrame property, it should be set in theconstructor.* On some browsers, defining delimiter characters while enabling forceSelectionmay result in unexpected behavior.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?