Michael van Schaik

Results 20 comments of Michael van Schaik

@rvanlaak, As a quick fix, you can add this to your tinymce init as option: ``` js setup : function(editor) { editor.on("change keyup", function(e){ console.log('saving'); //tinyMCE.triggerSave(); // updates all instances...

@antrax13 I _think_ my workaround was to check for (lost) focus via the `events.searchPre` & `events.searchPost` callback options as follows; ```JS $('.selector') // Prevent triggering autocomplete on tab-keyup: keep track...

@rvanlaak That'd be great, thanks!

That's weird... I didn't write unittests, but am using the template vars myself to add a 'Back to top' link after the third block. Are you calling BlockArea('somearea') to get...

I often swap out $Content with blocks interface as well in the CMS (using this blocks module). You could even save blocks' content into the page Content area (along with...

Hi Jeff, You could take a lack at my block enhancements module for that kind of functionality. Op 4 aug. 2016 4:44 a.m. schreef "Jeff Whitfield" : > > Another...

Only thing is, I don't think EditableRow supports versioning (yet).

I've been working on this a bit. @sheadawson, what do you think; better to publish as a 'block-enhancements' module or could we include this work in the Blocks module? ![image](https://cloud.githubusercontent.com/assets/1005986/13659614/7deefe70-e683-11e5-8149-530c6dbedd93.png)

Have everything working now: sorting to assign block area, block-preview images, inline-editing. ![image](https://cloud.githubusercontent.com/assets/1005986/13769387/69ccd7d2-ea7f-11e5-833e-24b1102f0bc3.png)

Yes, you can :) https://github.com/micschk/silverstripe-block_enhancements