Rich Text Editor Is Not Working in umbraco8 - umbraco

body text formats(Rich Text Editor) not working. It is not showing formatting bar after adding to a document type.

There are three different text editors in Umbraco:
Textbox (no format options)
Textarea (no format options)
Rich Text Editor
Have you selected either 1 or 2, then there's no format options. You can choose which format options to work with in the RTE by selecting the options in the configuration.

Related

UIWebView not picking up QuickType Text in an HTML input field in iOS 8.1.2

I have a UIWebView where I'm inputting text into an input tag on the HTML. However when I use QuickType on that text field, only what I've actually typed gets sent in the form.
For example, if I'm trying to type "Apple", and I only actually type "Ap" and select the word "Apple" on QuickType, only "Ap" is set.
For now I'm just disabling the QuickType feature on the input tag using autocorrect="off", but is there a way to actually recognize QuickType inputs on an input HTML text field?

EXTJS - Possible to have clickable hyperlinks in TextArea?

I am using EXTJS 3.2.1, and am wondering if the user inputs a URL such as www.stackoverflow.com into a TextArea and submits. Then when the page reloads, if I can display it as a clickable hyperlink?
Thanks for the help.
It's a rich text editor (rtf), so yes.
The editor I am using to type this answer is a rich text editor. I can format the text, add links, etc. The Rich Text Editor is a UI control that replaces a standard HTML textarea.

MS Word hyperlink font format bug?

I have problem with hyperlink font format in word 2003/2007 maybe it is in other too but i didn't try it.
First i create hyperlink in my document, then i change format of hyperlinks in
Styles and Formatting
for example: Bold, Italic size: 10, font: Webdings. Everything is ok, format is changed.
Problem happens when i add next hyperlink through ctrl + k (or insert hyperlink it doesnt matter). It accepts the most of format. It is Bold, Italic, even change color works, but font always stays as Times New Roman 12.
when i change format of hyperlink after this, the first hyperlink is ok. Changed color, styles an font. The others that were added later changes their color, style but not font. It is still Times new Roman 12.
When i select them they are style of hyperlink. When i set them as style hyperlink again (e.g. with enter), then they change its font to webdings too, but i need to accept this font without this, because i want to generate document with visual basic from template, and hyperlinks that are already in template accept new font in template but hyperlinks added with VB doesnt accept new font. And always select added hyperlink and set its type to hyperlink again ... it seams a bit wierd to me...
Does anybody know solution for this problem? i am trying to google it for two days and without success...
Edit: I found out right now, that it doesn't set format Times new roman 12, but it set the same format as it is set in Normal font. But format is shown to be set to hyperlink not to Normal. but again when i changed normal format it doesnt accept change to allready created hyperlinks, but only accept it to new one... i dont know but i have feel that it works really wierd and all this rules doesnt apply everytime...

Editor and Inplace issues

I have an issue with inplace with Editor i.e the rich text editor.
When a user stores html text with editor (the rich text editor), the text is escaped in the inplace label.
How do I set escape to false in the inplace so it does not escape html. Which is the point of the rich text editor in the first place.
The second issue is that when I try to save the editor.the next time the inplace label is clicked , the editor ( the rich text editor) disappears.
Any help will be appreciated.
The point of rich text editor is that it provides simple tools for users to format their text without direct markup. This is the reason why your markup is escaped. The component you need is codeMirror from primefaces-extensions which is a simple code-editor interface for javascript, html, etc.
I was able to reproduce this behavior. You should take a look to primefaces bug tracker and report this issue.

How to make niceditor readonly?

I have some textareas in my page. I converted all into niceeditor with the option provided. I will save the content of the niceditor into my database. While i am retrieving, i will get the html tagged data. I am showing the text in my page.
So to show the rich text of what i enter. I should make niceditor. So that i could show the rich text. And also it should be readonly.
Please guide me to make niceditor readonly or guide me to show the rich text without editing option through some way.
my textarea name is 'area3'.
thanks
Why not use div instead of textarea? Nicedit supports convert divs too , You can toggle nicedit on or off.

Resources