Category Archives: TinyMCE

My TinyMCE Classes Plugin : bramus_classeslist : The missing (visual) link between the front- and backend

When writing a backend for a site combined with TinyMCE I’ve always found it a big hassle to visually link the content of the editor with the content of the actual site. Yeah yeah, there exists something like a content_css … Continue reading

Bramus!, javascript, TinyMCE, TinyMCE Plugins, Webdevelopment 1 Comment

My TinyMCE AJAX Implementation: autosave plugin vs. isDirty() (aka Fixing the Tweak)

Yes I know, here I am back again with yet another TinyMCE tweak, but this one’s really nice to know too …

Another Dailie, javascript, TinyMCE, Webdevelopment 5 Comments

My TinyMCE Bugfix

As you might have noticed I have been am using TinyMCE quite intensively throughout most of the projects I create and maintain. Working a lot with such a nice piece of code will undoubtedly bring forward certain limitations and/or bugs. … Continue reading

Another Dailie, TinyMCE, Webdevelopment 1 Comment

My TinyMCE File Management : Spinoff 1 : PHP file uploads

I have been writing on how to handle files for use with TinyMCE in the past (Part 1 & Part 2). Before continuing the series I feel like writing a more general post on the subject, as this will give … Continue reading

Another Dailie, TinyMCE, Webdevelopment 5 Comments

My TinyMCE File Management : Part 2 : TinyFCK with delete option

So I wrote about managing files with TinyMCE, but didn’t quite actually post any code (only did a functional analysis and provided a workflow). In this follow up I’ll be handling on how to add a file delete option to … Continue reading

Another Dailie, TinyMCE, Webdevelopment 39 Comments

My TinyMCE File Management

Whilst investigating the possible options to manage files for usage with TinyMCE I conluded that you can add a file management option by using one of these 2 methods:

Another Dailie, TinyMCE, Webdevelopment 8 Comments