in reply to Re^9: TinyMCE javascript toolbar ( perlmonks/plugin.js v2 )
in thread TinyMCE javascript toolbar

Hi Anon,

step one, test stuff without webserver :),

I didn't do this. You mean on my local PC, without apache? So:

<script src="file:///home/steve/Downloads/tinymce/js/tinymce/tinymce.dev.js">

step zero, did you use d/l download code link?

Yes.

I don't think it's a problem with your code, it's getting tinymce developer running.  I used the .min all the way through.  I feel it should work with your script too.  .dev seems to have a lot less code than .min.

I think if I add your perlmonks pluggin and your valid_elements and other stuff it should be fine.  I'm adding it a bit at a time and I'll let you know how it goes.

Regards,

Steve.

  • Comment on Re^10: TinyMCE javascript toolbar ( perlmonks/plugin.js v2 )

Replies are listed 'Best First'.
Re^11: TinyMCE javascript toolbar ( perlmonks/plugin.js v2 )
by Anonymous Monk on Dec 16, 2014 at 21:35 UTC

    I didn't do this. You mean on my local PC, without apache? So

    Why don't you use the files as downloaded? Without editing the files? Its what I did

      I haven't edited the files either.

      So I've downloaded them, but calling them from the script has not worked, I'm on Linux and the html line:

      <script src="path/to/tinymce.dev.js"></script>

      doesn't point to the right file.  What syntax did you use?

      Regards

      Steve.

        What syntax did you use?

        What do you mean, I posted the html file I used?