YUI Editor - Image Upload - image

Is there a plugin to upload images via the Images window, that will work with YUI 2.8.0r4 ?
There is one but that only works with 2.3.1 :(
Any ideas?

http://developer.yahoo.com/yui/uploader/ - isn't this the one you need?

see this link,
http://allmybrain.com/2009/07/01/example-image-upload-with-yui-rich-text-editor-270/
It is done for YUI 2.7.0 it also works with 2.8.0r4. I'm using it.

Related

Syncfusion RTE duplicates image on paste

The problem is when I copy and paste an image from "Paint" to the Syncfusion RTE it duplicates that image for some reason.
Using ej1 Version=18.3450.0.35 in Asp Net Web Forms
I've tried to update Syncfusion to the latest version but it didn't help.
Checked the clipboard and it has only one file, as expected.
Replicated that in the official Synfusion Demo:
https://asp.syncfusion.com/demos/web/richtexteditor/inlinetoolbar.aspx
Works well in another Syncfusion demo:
https://asp.syncfusion.com/demos/web/richtexteditor/paste-cleanup.aspx
I've tried to put the same RTE as in the second (working) demo but it doesn't work for me.
Any ideas will be appreciated!!!
.aspx file
c# RTE initialization and tools
Fixed by removing 'html' from the 'style' section in the RTE innerHTML.
The reported issue is fixed in your mentioned version “18.3.0.35” in RTE, so kindly ensure this after clearing NuGet and browser cache in your sample.
Please refer to the following release notes.
https://help.syncfusion.com/js/release-notes/v18.3.0.35?type=all#ejrte-bug-fixes
We have also attached a simple sample in this version for your reference where pasting images from paint is working fine.
https://jsplayground.syncfusion.com/fkjqifbh

No thumbnail for .gif images in Umbraco

I am using Umbraco 7.5.3 and want to use .gif images in Media.
I can easily upload the images but Umbraco is unable to show any thumbnail for that image in the backoffice and also it is not getting rendered on the page as well.
Any clue?
Thanks
It was happening as it was a bug with ImageProcessor -v 2.4.4 and I was using this same version.
This bug got fixed in 2.4.5. If any of you have encountered the same problem, then it might help you.
Here is the reference
Thanks

Where to get older version od kendo ui open source?

Im interested in getting an older version of Kendo UI open source, specifically the Kendo.Web - 2012.3.1114 release. I need it beacause im using jquery 1.8.3 in my project and i cant change that. So the question is: Where can i get these specific realese?
Thanks in advance
They are all available on kendo's cdn.
http://cdn.kendostatic.com/2012.3.1114/js/kendo.web.min.js
http://cdn.kendostatic.com/2013.3.1119/styles/kendo.default.min.css
http://cdn.kendostatic.com/2013.3.1119/styles/kendo.common.min.css

Ck editor displaying tags on content load in phone browsers

I am using ck-editor 3.6.6.1 on a MVC project and I noticed when testing on Phone(android,windows) that editor does not loading text properly. Editor is Displaying Tags as well.
But when I tested in system it is working very much fine with all the browsers.Just wondering why it is not working in phone browsers. Please help me in this issue.
Thanks in Advance!
CKEditor can be Enabled in Unsupported Environments
It will work on ckeditor version 4.X (it gives option to enable compatibility)
So download latest version of ckeditor and add this script
<script>
CKEDITOR.env.isCompatible = true;
</script>
Source Website
If you use razor page use this code to solve it:
#Html.Raw(your text)

ckeditor: mediaembed plugin won't work

I'm using CKEditor for my site.
Now I found the plugin called "MediaEmbed". I need it for embedding YouTube videos.
I installed it and the integration worked fine, but embedding won't work.
When you paste the code into the text area in the embedding dialog and then click on OK in IE and Chrome nothing happens and in Firefox it just adds a image as a flash-content-placeholder.
Let's say the flash-content-placeholder image would be just in the wysiwyg interface, but then i should get the embed code when I click on "view source" - but no, there you just see the source of the placeholder image div and img tag.
Then let's say the embed code is saved internally, so I save the file I create with CKEditor, and the out I get is just what I entered without the stuff the MediaEmbed plugin has generated at all.
How to fix this?
Please help!
Yours Joern.
use firebug and see, it'll be giving a cross domain error. the plugin has a bug. use try catch in the place where is accesses the windows.name property for a workaround.
Try istead ckeditor youtube plugin

Resources