moz0313ex.txt

来自「mozilla developer book examples.」· 文本 代码 · 共 10 行

TXT
10
字号
<textbox id="dialog.input" flex="1" type="autocomplete"
    searchSessions="history" timeout="50" maxrows="6"
    disablehistory="false"
    oninput="doEnabling( );">
  <menupopup id="ubhist-popup" class="autocomplete-history-popup"
      popupalign="topleft" popupanchor="bottomleft"
      onpopupshowing="createUBHistoryMenu(event.target);"
      oncommand="useUBHistoryItem(event.target)"/>
</textbox>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?