WYSIWYG check box is missing for Text field in Strapi - wysiwyg

I am using Text field for description text with links but links are not rendering as expected and WYSIWYG is missing from Advanced setting..

Now string, text and rich text and separate fields.
You will have tu use rich text to have the WYSIWYG.

Related

Adding pdf icon in AEM rich text editor

I have a requirement where author can embed/link url/pdf in rte and if pdf is added, a pdf icon should be shown very next to link itself. What i have thought of
Customize OOTB RTE
Update css/js to add icon if pdf is recognized.
Anything better to suggest?
Thanks

Kentico form - captions inside form element

I am guessing this is really simple but I haven't been able to work out a solution.
I have created a form in Kentico and need to show the caption in the form element itself. I can do this in bootstrap but cannot seem to get this to work in the form editor. I am guessing this is because of the id kentico assigns to each form element.
An example would be the search box used on the stackoverflow site.
Does anyone have an idea how to do this?
Thanks,
When configuring some text field and form control is Text box under Editing control settings click 'Advanced' you will see the Watermark section, where you can put your caption (Text field). This caption will be displayed in form element.

How to use Rich Text Editor in AEM web page

I am creating a form, and in that I need to input some text and I want to use Rich Text editor in it.
When that page is published, then the user must be able to enter the text using that rich text format, i.e. Bold, italics, bullet number list etc .
How can i use the AEM rich text editor in it. I know I can include any other free editor available in the market.
I like to know that how can I use the rich text editor which is used in dialog by AEM?
You need to use a existing richtext editor in front end side like a field in the form. For example: wysihtml5

Enter superscript in textfield

How can I enter a superscript in a text-field in blackberry cascades. I am making a small maths apps and need to enter some text in superscript(variables power)? If this is not possible can you suggest some possible workaround. I am using these in a list too, so I would prefer if rich text is not used.
You can use HTML text styling (including CSS) for certain widgets with text ie Label, TextField etc. Not sure if there's a tag for superscript since tags support is quite limited, but it's worth to have a look at available ones:
http://developer.blackberry.com/cascades/documentation/ui/text/styles.html (scroll down to HTML text styling section)

Insert html text into the database

I am using editor to insert text into the database.
When I enter following:
Your feedbacks are valuable to us. And saved into the database
When viewing the text I got follwoing:
Your feedbacks are valuable to us.<br>
Is there a way to remove these (.<br&gt) characters from the text while viewing.
Also if a user enters a text into the different color with Bold or italics.
You could disable rich-text features of the editor so that HTML tags and characters don't get added to the content.