Browse Server button in CKEditor Image Properties Dialog box not visible - ckeditor

I have downloaded and installed CKEditor and CKFinder. When I click on Image button it launches a Image Properties dialog box. However I cannot see a Browse Server button. What could be the problem. Is it something to do with permissions. I am trying to integrate CKFinder with CKEditor. Please help me.
I have given below the link for demo of CKFinder integration with CKEditor.
http://cksource.com/ckfinder/demo#ckeditor
In my asp.net application i am trying to integrate them together.
I am using demo version of CKFinder. Is it something to do with license limitation.

You need the filebrowser plugin.
Read more about how to install plugins in CKEditor.

Related

Outlook contextual add-ins - download links are not working

I have contextual add-ins and when we click on highlighted text it will open a modal dialog, inside that it contains some link which can be downloaded. when we click on that link in web browser it works fine but when we tried on desktop outlook(Native) it is crashing.
In html i tried in 2 ways, one using anchor tag (<a href="" ng-href="api/rest/download....") and another using by blob (rest call) via angularjs.
Both ways are not working. Is this a limitation in Native outlook to not download any files or am i missing anything here?
Tried target=_blank and the result was same.
The contextual add-in dialog / card is not modal. It is transient dialog that gets closed when it loses focus. Clicking on a link to download a file will cause the dialog to lose focus and close. Also, to download a file, try the openBrowserWindow API. This will also close the contextual card.

Are there any changes in the WebView related APIs in UWP or UAP Windows app?

I am having a Windows 8.1 supported app, but now it is updated to the UWP/UAP (i.e. Windows 10) app.
After updating the custom URI scheme is not working, On a button click on the web page, we were using "navto://" custom URI scheme and handling were done in a js file. The button action was bind through the anchor tag.
From this approach, we navigate our web pages forward/backward or used to send a user to a particular web page.
But now this js file is being not called on the click of the same button and a System Popup appear saying "You will need a new app to open this navto link". For reference, please have a look at the attached screenshot of the error popup. If anybody is familiar with the issue, please suggest me the solution.
Actually I followed this page to migrating the app https://learn.microsoft.com/en-us/visualstudio/misc/migrate-apps-to-the-universal-windows-platform-uwp?view=vs-2015#MigrateCSharp
And also tried other options as well by googling but I haven't got any perfect solution yet.
Thanks

How to create native popup menu to copy some layout content into clipboard

Could anyone suggest me some sample application or code snippets on how to implement such popup menu for iOS and Android?
For iOS, use a TextField instead of Label and disable editing on it. Then by default you will get the copy menu.
For Android, you cloud use the nativescript-popup plugin to show similar popup and use nativescript-clipboard plugin to copy text.
tns plugin add nativescript-popup
tns plugin add nativescript-clipboard

Cannot Select image file from external file browser with ckeditor4 but it works perfectly in ckeditor3

Hello to anyone who may be able to help with this.
I had been using Ckeditor3 and had created a simple custom image browser. It worked perfectly. I would click the image button and the dialog box would pop up and then I would click the browse server button. I searched the images and when I found one I wanted to use I clicked it the image browser would automatically close and the image would then show up in the image preview box in the image plugin dialog box.
Unfortunately the image plugin for ckeditor 3 has become incompatible with Internet Explorer 11. So I upgraded to the latest Ckeditor 4.
So now in ckeditor 4 I can still open the image dialog and click the image browser and browse my images but now when I select an image, although the image browser closes as it should the image is not being passed back to the plugins preview box or url field within the dialog box. It just remains blank. If i manually paste in an image url the image will show up in the preview box but no longer from the image browser anymore.
i have spent hours looking for a solution on google and am coming up empty, anyone have any ideas?
PROBLEM SOLVED
To fix the problem I had to change the code in the file browser as follows. I do not know why the first snipped works in ckeditor 3 but not 4.
function selectFile(fileUrl){
window.opener.CKEDITOR.tools.callFunction(2, fileUrl);
}
Change to:
function selectFile(fileUrl){
window.opener.CKEDITOR.tools.callFunction(1, fileUrl);
}
But now everything is forking fine in CK editor 4.

Magento browse files button not working

Magento Upload Image Issue : When I click on "Browse Files" button to upload images for a product. It is not browsing files from my computer.
Try different browsers. I know sometimes I find, say, it won't work in Chrome but will in Firefox. It's all Flash related.
Magentos Flex uploader is based on Flash. If you cannot select files this usually means you don't have the Flash plugin activated in your browser.
Check that there are no javascript errors
You can use chrome developer console.
Basically to start using it just open website in chrome, right click on certain element and select "inspect element".
After that switch to console tab and reload the page.
More about it can be found here - https://developers.google.com/chrome-developer-tools/docs/console

Resources