Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. Trumbowyg is a very small jQuery plugin for creating a powerful WYSIWYG editor.

    • Plugins

      For Trumbowyg's own plugins, this will come from a sprite...

    • Documentation

      Basics. This the minimal code to transform a simple div into...

    • Demos

      Import Trumbowyg --> <script...

    • Core

      Managing correctly text range, is not so trivial. Trumbowyg...

    • Upload

      The code $('#editor-dropdown') .trumbowyg({ btnsDef: { //...

    • Table

      Trumbowyg Lightweight WYSIWYG Editor: Active: JavaScript ~4...

    • Paste Image Plugin

      Basic usage. Paste image plugin handle paste events, check...

    • Resizimg

      The code. Nothing to do unless you want to change the...

    • Change Svg Path Globally
    • Disable Svg Icons Globally
    • Use Absolute Path to Svg Sprite
    • Use Svg Icons Without Xhr Or Via An Another Protocol Than Http

    To change SVG path, you need to set the path in global Trumbowyg configuration object: This global way needs to be done before initialize any Trumbowyg instance.

    If you do not want SVG icons, you can set this option to false. Then, you can add your custom icons by CSS or what you want. Check hide button textsoption if you did not want button content at all and customize it by yourself. This global way needs to be done before initialize any Trumbowyg instance.

    Added in 2.22.0 If you want to be IE-complient you should use this option. This will load icons directly from the sprite file. Instead of loading the sprite inline into the page, you can directly set this global option to true. This option is useful to avoid issues with baseURL. This global way needs to be done before initialize any Trumbowyg insta...

    If you want to be IE9-complient you should use this option. If you do not want use HTTP(S) protocol or use XHR to load icons, you can load icons in your HTML on your own. You just need to include the icons.svg file inline in your : You need to use this id: -icons. Trumbowyg checks if a # -iconsexists. If not, it loads SVG icons...

  2. Import Trumbowyg --> <script src="trumbowyg/dist/trumbowyg.min.js"></script>. Trumbowyg is a jQuery plugin for create WYSIWYG editor.

  3. Trumbowyg is a simple and lightweight WYSIWYG editor, weight only 20kB minifed (8kB gzip) for faster page loading. Visit presentation page: http://alex-d.github.io/Trumbowyg/.

  4. www.npmjs.com › package › trumbowygtrumbowyg - npm

    A lightweight WYSIWYG editor. Latest version: 2.28.0, last published: 3 months ago. Start using trumbowyg in your project by running `npm i trumbowyg`.

  5. 14 de nov. de 2014 · A lightweight and amazing WYSIWYG JavaScript editor under 10kB - Alex-D/Trumbowyg

  6. 19 de mar. de 2024 · Trumbowyg is a lightweight and feature-rich WYSIWYG (What You See Is What You Get) Rich Text editor for web applications. There is a rich text editor demo version in the official github pages. All existing WYSIWYG editors are larger than 45kB. Trumbowyg is only 20kB which means faster page loading.