[symfony-users] Re: How to select thumbnail of sfAssetLibraryPlugin from tinyMCE ?

2009-11-08 Thread Crafty_Shadow
There is no straightforward way to do that, the only thing I can think of is modify sfAssetPlugin's image browser for tiny to include an extra button for every image that would return the path to the thumbnail. It shouldn't be more than a few lines of html/js On Nov 7, 11:32 am, Sid Bachtiar wro

[symfony-users] Re: How to select thumbnail of sfAssetLibraryPlugin from tinyMCE ?

2009-11-08 Thread Sid Bachtiar
Never mind, there's actually a feature for that in the sfAssetsPlugin but was not working correctly. I've modified the plugin a little and now working really well. On Sun, Nov 8, 2009 at 10:48 PM, Crafty_Shadow wrote: > > There is no straightforward way to do that, the only thing I can think > o

[symfony-users] Re: How to select thumbnail of sfAssetLibraryPlugin from tinyMCE ?

2009-11-08 Thread mattsister
this is because the sfAssets solution is for the version 2 of tinyMCE... but, as you said, with a little effort you can make it work straight with the third version. Anyway, in a recent project, I managed to have a "static images" backend module, that serves also as a selector for tinyMCE. With a

[symfony-users] Re: How to select thumbnail of sfAssetLibraryPlugin from tinyMCE ?

2009-11-08 Thread Massimiliano Arione
There's a branch of sfAssetsLibraryPlugin that is working with TinyMCE 3 and uses the form framework (so, it's not depending on sfCompat10Plugin) http://svn.symfony-project.com/plugins/sfAssetsLibraryPlugin/branches/garak/ --~--~-~--~~~---~--~~ You received this me