Umbraco 7 rich text editor cant add link - umbraco

The add/edit link in the rich text editor in umbraco isn't working for me. I use it as below:
But when i view the source the link has no href
<a>angular.io</a>
and it doenst work on the front end either? Any ideas?

Follow the steps below to add a link in a tinyMCE editor.

Which Umbraco version are you using?
I had the same issue few days ago.
After upgrading Umbraco to the latest version (7.12.3) it seems to work again.
Try to upgrade your Umbraco installation if you haven't.

Related

How to add angular support for Notepad ++?

I am building hybrid apps using Ionic framework. I came across to Notepad++ as an editor, but I found out it supports HTML and JS but there is no default support for Angular. Is there any way I can add support for angular.
Note: I am new to this Ionic (hybrid) development and I am unaware of any good editors for Ionic. If anyone has any experience or knowledge of some great editors for windows out there like eclipse for Java, I welcome that suggestion also.
I can't answer how to add support in Notepad++. I used it once upon a time but there are so many other great options out there that have some level of support.
IDEs
WebStorm (https://www.jetbrains.com/webstorm/) This is probably the best IDE for JavaScript. It has built in Ionic and Angular support.
Text Editors - There are several plugins to add Angular and Ionic support for each.
Atom (https://atom.io/)
Sublime Text (http://www.sublimetext.com/)
Brackets (http://brackets.io/)
Notepad++ manage JavaScript correctly but you've to add some plugins if you want a better code.
This link gives me the basics plugins and personnaly, I would add emmet plugin
https://www.sitepoint.com/tips-developing-jquery-notepad/

Umbraco 7 Starter Kit?

I have worked with previous versions of Umbraco in the past but am currently evaluating Umbraco 7 for a new project. I am looking for a more conventional approach than the default "txt" starter project that is suggested by default. Are there any other starter kits that are compatible with Umbraco 7? Preferably one that has good examples of the new MVC Razor code and page hierarchy.
Yep, the local gov, or here, or even here.
Have fun.

Vaadin Visual Designer not working

I created a Vaadin 7 project in Eclipse Kepler for Java EE. I am having difficulty in opening the Vaadin Visual Designer. I am using Win 7 64 bit, Java JDK 7, Vaadin plugin for eclipse, IveDE, Apache Tomcat 7.
The source tab for the visual designer is accessible but the Design tab is not available at the bottom left corner. Anyone faced this issue before? I might be missing some files, but I tried updating eclipse and resolved Ive without any change.
Please advice. Thanks in advance for the help.
It is the same issue as described in this post,
https://vaadin.com/forum#!/thread/3655464
Found the workaround, at http://dev.vaadin.com/ticket/12141
add this to the ecilpse.ini file
-Dorg.eclipse.swt.browser.XULRunnerPath=C:\
However I still get a pop up message in eclipse saying that is cannot detect XULRunner 1.9
Any suggesstions?
Thanks in advance.
Did you update the path to your actual xul runner location? For example, if you extracted the archive directly to C:, your path will look like this:
-Dorg.eclipse.swt.browser.XULRunnerPath=C:\xulrunner
You probably don't have all the xul runner files directly on C:.
I am not sure the Vaadin Plugin for Eclipse installs the xulrunner by default. I say this because on this blog Using Vaadin Eclipse Plugin under Win7 x64 I found xulrunner installment listed as a required step.
Just add to the eclipse.ini this:
-Dorg.eclipse.swt.browser.XULRunnerPath=C:\xulrunner\xulrunner.exe
Eclipse will show an error, just ignore that as designer will be working then.

Terilik MVC GRID controls is free of charge?

I am a beginner at using the Terilik grid. I am already working in an nopCommerce project 2.30 ( customization ).
I found Telerik.Web.Mvc.dll in the nopCommerce 2.30 project. Please see this image below.
I have no idea if this control is free of charge or is a trial version. But the Terilik controls work fine in everywhere in my project.
I've tried to set a Column Context Menu in this project ( nopCommerce 2.3), but I can't get .ColumnContextMenu() in Razor intellisence in this project.
Please Help me.
.ColumnContextMenu() option get in the nopCommerce 2.65 version of Terilik library.
But i am not sure the Terlirik controls library is free of charge.
Hope will help.
for the ColumnContextMenu issue, try to using:
#using Telerik.Web.Mvc.UI.Fluent
maybe you could enjoy Razor intellisence !

mvc 4 template upgrade nuget packages

I installed the MVC 4 beta and created a new project.
The standard template looks great now.
When you go to the nuget package manager, there are some packages that you could update.
When you update the all except Jquery UI the standard template works fine. When you also upgrade Jquery UI from 1.8.11 to 1.8.17, you get a script error on opening the default template template page.
Does someone know what is going on to solve this? I also changed the _references.js file.
Thanks
Did you make sure to update your script references in the views/shared/_layout.cshtml page? You need to update that to the proper version of the jquery/jquery UI and it should work.
The problem: jQuery.UI.Combined Version 1.8.17 - switch to 1.8.16

Resources