书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 13705 个相关结果.
  • Panel Message

    Panel and extension communication Define the method of extending the top and panel Send a message Panel and extension communication Some useful tools or simple functions can b...
  • Query with Data Explorer

    Query in Data Explorer Query data with Flux and the Data Explorer Visualize your query Control your dashboard cell View raw data Save as CSV Manually refresh dashboard Select ...
  • 配置系统

    配置系统 配置类型 编辑器设置 项目设置 注册配置 default message label 读取配置 配置存放的地方 编辑器配置存放的地方 项目配置存放的地方 配置系统 在编写扩展的时候,有可能需要保存一些配置,并提供一些配置让用户进行自定义设置。 所以编辑器内就提供了一套配置管理机制。 配置类型 编辑器里的配置分成了...
  • 插入网络图片的回调

    插入网络图片的回调事件 插入网络图片的回调事件 const E = window . wangEditor const editor = new E ( '#div1' ) // 插入网络图片的回调 editor . config . linkImgCallback = function ( src , al...
  • Panel

    Panel 函数 open close focus has define Panel 面板管理器 函数 open ▸ open (name: string , …args: any[] ): any 传入面板名字,打开一个面板 请求参数 Name Type Description name string 面板名称 …ar...
  • 🎨 Custom HTML Renderer

    🎨 Custom HTML Renderer Basic Usage Tokens openTag closeTag text html Node Context entering origin() entering: true entering: false entering: true Advanced Usage getChi...
  • Interactive Utilities

    Interactive Utilities Interactive Utilities Base.Docs.apropos — Function apropos ( string ) Search through all documentation for a string, ignoring case. source Intera...
  • Creating script templates

    Creating script templates Locating the templates Editor-defined templates Project-defined templates Language support and overriding behavior Default template List of template ...
  • How To: Setup Cascaded Editors

    How To: Setup Cascaded Editors How To: Setup Cascaded Editors You might need multi-level cascaded editors like Country => City, Course => Class Name => Subject. Starting with ...
  • 配置行高

    配置行高 配置行高 编辑器的行高,可以通过 editor.config.lineHeights 配置。 const E = window . wangEditor const editor = new E ( '#div1' ) // 配置行高 editor . config . lineHeights = ...