Skip to content

History / Integration with TinyMCE 4.x

Revisions

  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Jan 28, 2019
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Jan 27, 2019
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Feb 15, 2018
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Feb 15, 2018
  • Fix small typo

    @nykopol nykopol committed Oct 12, 2017
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Apr 9, 2017
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Apr 9, 2017
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Apr 9, 2017
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Apr 9, 2017
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Aug 18, 2016
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Aug 27, 2015
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Aug 27, 2015
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Aug 27, 2015
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Aug 27, 2015
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Aug 27, 2015
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Aug 27, 2015
  • fix `function elFinderBrowser` arguments

    @nao-pon nao-pon committed Aug 27, 2015
  • Minor fixes to new 'file_picker_callback' code alternative

    @dleffler dleffler committed Aug 18, 2015
  • Adds alternative code to use new TinyMCE 'file_picker_callback' option which better populates image dimensions in insert dialog

    @dleffler dleffler committed Aug 18, 2015
  • Add a forced refresh of the TinyMCE dialog to have it popuplate the image dimensions

    @dleffler dleffler committed Aug 18, 2015
  • Updated Integration with TinyMCE 4.x (markdown)

    @nao-pon nao-pon committed Nov 26, 2014
  • win.document.getElementById(field_name).value = url; if win.document.getElementById(field_name).value = url.url; the in tinymce can't recognise it

    @wbeducare wbeducare committed Oct 28, 2014
  • setUrl: function (url) - there is Object with property url, than we must set win.document.getElementById(field_name).value = url.url;

    @alexander-torosh alexander-torosh committed Jul 24, 2014
  • Using top instead of parent can result in some problems if your tinymce editor is in iframe

    @durasj durasj committed Jan 2, 2014
  • Updated Integration with TinyMCE 4.x (markdown)

    @evilKabab evilKabab committed Aug 29, 2013
  • Updated to fix some issues.

    @barryvdh barryvdh committed Aug 26, 2013
  • Integration with TinyMCE 4.x is a bit different than 3.x. Also, there isn't a public API for refreshing the image dimensions yet. This page should be edited when/if that is added to TinyMCE 4.x.

    @simshaun simshaun committed Aug 14, 2013