Rich Text Features required

hi i have a project which contains a text area to enter data. but now i require this textarea to support rich text features so i was looking at adding/integrating a text editor to my project. i require a lot of features something like what MS-word gives. could anyone suggest how about to do this or which editors exist. i dont mind if the editor is open source or commercial but if i could get the source it would be good because i may require to add different features.
Thanks in advance

In that case you would require a scripting library which converts Normal text into HyperText.Thats the possible solution you search google on this else try reverse engineering Yahoo WebMail Compose Pages JavaScript. Once you have the Converted in HTML Data We can preety Well Manage the functionality in a IFRAME inside TextArea Box

Similar Messages

  • Rich text not working...

    Under preferences in Mail, I have the message format set to Rich Text and under fonts and colours; I have the message font set to Verdana from the 'windows office compatible' fonts. However, not a single email client that I am sending messages to is interpreting this font. Outlook is simply displaying the text in Times New Roman, which looks awful. Why is this not working?
    Also, when I send a message with a 'windows compatible' attachment, outlook cuts off all of the text after the attachment and shows it as a HTML attachment???

    martinneep wrote:
    So it is intended only for viewing, not for message composition???
    Surely you can see my frustration?
    Yes. Sorry, but I wasn't very clear. The Message Font in Mail preferences is for displaying plain text messages and setting the "default" font. Rich text messages will be displayed in whatever font they were created with.
    The Fonts menu is useful for message composition. But in order to create a rich text message, you must change the font from the default, whatever that default happens to be. So, it is in your interests to make sure that the Message Font in Mail Preferences is not the font you want to use for creating new rich text messages.
    It is the policy of Apple Mail to prefer to send plain text messages whenever possible. Even if you select rich text, Apple Mail will only send plain text if it thinks you haven't used any rich text features. This is a design decision by Apple because they know how much trouble sending and receiving rich text messages really is.
    I send a message to a client, attach an excel spreadsheet... When I receive a reply, I see my quoted message; in Times New Roman, with the most important body of text missing, just because it was typed after the attachment. I basically sent a message that made no sense and that looked very unprofessional.
    You can't go by that. A message sent to a Windows user and returned as a quoted reply is likely to have no relation whatsoever to how it looked on your display or how it looked on your recipient's display when you sent it.
    Also, you seem to be encountering a well-known bug in Outlook. It sounds like what you actually sent was a plain text message with attachments. Outlook is known to handle such messages poorly. It is best in such situations to put your attachments at the end of the message and/or force a rich text message by selecting a non-default font. (That means a font other that what you have defined as the default message font).
    All of your content made it to the recipient, but any text after the attachment shows up as a text attachment. When dealing with users with this old version of Outlook, make sure all of your attachments are at the end of your message. As soon as Outlook sees the first attachment (which will be anything (image, attachment, styled text) that isn't plain text) it treats all following content as attachments.
    His response however (composed in Outlook) looked much more reputable. The message displayed in the same font that it was composed with, in navy blue (because it was a reply) and none of the text was missing!
    Yes. That is because Apple Mail is a far better mail program than Outlook. Apple Mail can properly read Outlook e-mail but Outlook has trouble with anything that wasn't built by Outlook.
    I just don't understand why Apple haven't given us the choice? We have the ability to send a message in rich text, and it works. But we have no way to select that formatting as a default without using some botched up signature. That makes no sense!
    E-mail is just very difficult to get right. The MIME mail standard is 20 years old. To this day, e-mail programs continue to have trouble with it. You are taking your frustrations out on Apple, but that is misdirected. I have been using Apple e-mail software since 1996. Apple has been steadily dumbing it down in order to allow its messages to show up properly in Outlook and other PC e-mail programs.
    When sending e-mail to old e-mail clients, try to use only plain text. Make sure your attachments are at the end of your message. If you want to try using rich text, make sure to select a non-default font. You can argue with me and complain about Apple all you want, but that is going to have zero effect in fixing Outlook 2003.

  • Feature request...rich-text for notes field

    I hope Adobe reads these posts!  Notes in Presenter would be much better if they accepted rich-text.  This only makes sense since the Notes field in PowerPoint is rich-text.  Please add this feature in future releases.

    Hello,
    You could get directly to the Adobe team if you filled out a proper feature request. Here is the link:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=5
    Then you will be sure that they read your request, and they do, believe me,
    Lilybiri

  • How to customize the Rich Text Editor task flow in the doc lib?

    Dear Experts in WCP forum,
    You know that webcenter portal has a feature is called customizing task flow.. so we have client request to customize the Rich Text Editor task flow of the Document library. Such as disable the Format, Font, Size drop down menu of the richtext editor UI.   But after I open the editHTML.jsff of the oracle.webcenter.doclib. the code is like this:
                        <f:facet name="richtext">
                               <af:panelGroupLayout layout="scroll" id="rtepng2">
                                  <rte:editor id="rte" value="#{pageFlowScope.rte.HTMLTextArea}" converter="#{pageFlowScope.rte.HTMLConverter}"/>
                                  <!-- keep region wrapped in the facet to be stretched-->
                                  <af:region value="#{bindings.linksResourcePicker.regionModel}" id="lpr"/>
                               </af:panelGroupLayout>
                            </f:facet>
    So likes that editor in fact is from <rte:editor tag.. my question is how to dig into this <rte:editor  to find its jsff code?  And change the menu inside to do the cusomization for them?
    Is that possible?
    A million thanks here in advance!
    wayne

    Based on the Tag TLD reference the editor tag has the following attributes:
    <tag>
        <description>An ADF Wrapper to use the CKeditor&gt;</description>
        <name>editor</name>
        <tag-class>oracle.webcenter.doclib.rte.internal.taglib.RteEditorTag</tag-class>
        <body-content>JSP</body-content>
        <attribute>
          <description>&lt;html&gt;the identifier for the component.  The identifier
    must follow a subset of the syntax allowed in HTML:
    &lt;ul&gt;
    &lt;li&gt;Must not be a zero-length String.&lt;/li&gt;
    &lt;li&gt;First character must be an ASCII letter (A-Za-z) or an underscore ('_').&lt;/li&gt;
    &lt;li&gt;Subsequent characters must be an ASCII letter or digit (A-Za-z0-9), an underscore ('_'), or a dash ('-').&lt;/li&gt;
    &lt;/ul&gt;&lt;/html&gt;</description>
          <name>id</name>
          <rtexprvalue>false</rtexprvalue>
        </attribute>
        <attribute>
          <description>The initial value of this component.</description>
          <name>value</name>
          <required>false</required>
          <rtexprvalue>false</rtexprvalue>
          <deferred-value>
            <type>java.lang.String</type>
          </deferred-value>
        </attribute>
        <attribute>
          <description>a converter object</description>
          <name>converter</name>
          <deferred-value>
            <type>javax.faces.convert.Converter</type>
          </deferred-value>
        </attribute>
        <attribute>
          <description>
            this is a pass through to get/set the CKEditor ToolbarSet property
          </description>
          <name>toolbarSet</name>
          <required>false</required>
          <rtexprvalue>false</rtexprvalue>
          <deferred-value>
            <type>java.lang.String</type>
          </deferred-value>
        </attribute>
        <attribute>
          <description>
            this is a pass through to get/set the CKEditor height property
          </description>
          <name>height</name>
          <required>false</required>
          <rtexprvalue>false</rtexprvalue>
          <deferred-value>
            <type>java.lang.String</type>
          </deferred-value>
        </attribute>
        <attribute>
          <description>
            this is a pass through to get/set the CKEditor width property
          </description>
          <name>width</name>
          <required>false</required>
          <rtexprvalue>false</rtexprvalue>
          <deferred-value>
            <type>java.lang.String</type>
          </deferred-value>
        </attribute>
      </tag>
    Which means that if you want to change the toolbar you have to check what is the type of toolbars the CKEditor uses, I can tell you that there are two defaults: Basic and Full and I believe the tag uses a custom toolbar called WC by default.
    So if you want to change the toolbar to only show basic, change the toolbarSet property to Basic to make the final result looks like <rte:editor id="rte" value="#{pageFlowScope.rte.HTMLTextArea}" converter="#{pageFlowScope.rte.HTMLConverter}" toolbarSet="Basic" />
    This is not tested, this is only a few insights I got reading about CKEditor

  • Rich Text Component

    Hi,
    Are there any plans of adding a Rich Text component in the list of JSF components.
    Or is there such a component available elsewhere?
    In a lot of cases, rich text input and output is required in web applications, and it would be of great value!
    Regards
    Haroon

    Thanks for Suggestion.
    We are aware of this issue.It has been entered as an RFE.This feature is being evaluated for inclusion in the future releases.
    Thanks,
    Runa.

  • Rich Text Editor Options

    I am working on a project that needs a Rich-Text Editor with
    ability to insert tables, images, and more complex editing features
    such as what FCKEditor provides but ideally that was built with
    Flex in mind. Is there such an editor available? I have seen a few
    options but nothing that really matched the functionality of
    FCKEditor for example.
    Thanks

    Hello,
    I was looking for flex version of the FCK Editor,
    unfortantly, I could not find a fully complete solution, but I
    found the following which might help you:
    1.
    http://flashtexteditor.com/flexdemo/full/
    2.
    http://drumbeatinsight.com/examples/htmlcomponent/editor/HTMLWithRTE.html
    L.L.

  • Different rich text/plain text settings for different accounts?

    I use Mail for both my work email (MS Exchange) and my personal email (webmail/IMAP). Many of my coworkers use Outlook's rich text formatting options, so I need to have my work emails go out as rich text. However I'd like to have my personal emails go out as plain text.
    I can set Mail to create new messages in plain text, but to reply in the same format of the original message. That takes care of everything EXCEPT when I compose a new message using my work address... in that case it goes out as plain text, and my coworkers complain that they can't use formatting, because their copies of Outlook are in turn configured to reply in the same format as the original message.
    So ideally what I'd like is to have two different formatting settings for my two different accounts. Anyone know how this might be done? Any plugins, etc., that might accomplish this?

    Since you are running Jaguar, Jaguar and Panther Mail do not support composing in HTML and this includes when forwarding a message received that was composed in HTML.
    Since Jaguar and Panther Mail do not support composing or forwarding HTML, you can't embed images or photos in the message body anyway.
    RTF with Tiger Mail is really HTML and although Tiger Mail does not include an HTML composer/editor, you can copy/paste HTML format from a web page and forward HTML received.
    Images/photos and single page PDF attachments are revealed as inline or viewed in place within the body of the message by default which cannot be turned off. This applies to received and sent messages which is not the same as being embedded. Embedded requires HTML and an embedded attachment is not a true attachment. All Mail.app versions render HTML received but you cannot attach a photo or image as embedded with Jaguar or Panther Mail so it doesn't matter if you use RTF or Plain Text in regards to photo/image or single page PDF attachments which appear as inline or viewed in place within the body of the message by default regardless.
    When you use Plain Text for message composition, the receiving mail client renders the text in whatever font the reader chooses.
    IMO, everyone should use Plain Text for message composition. Messages would be boring to some but the majority if not all problems experienced with email would be eliminated if HTML was banned from message composition.

  • Urgent help needed in Rich Text Functionality in BSP (Bold, Italic, etc)

    The standard Appraisal BSP (HAP_DOCUMENT) displays the documents in a plain text box
    Scenario - Standard  BSP application HAP_DOCUMENT for appraisals provides users to input in plain text boxes (htmlb textedit)
                    However, there is requirement to support rich text (bold, italicised, underline etc) for these text boxes. Basically, there are 3 aspects to  this scenario
    1. Enable these plain textboxes with rich text editor
    2. Store the rich text contents of text  boxes in Database table
    3. Convert and display the data stored in db table as rich text.

    Note that the previous reference to tokens only applies if the field is a Multiline text field. Regular fields can't change their font or display based upon mapping data.

  • How to Output Rich Text Format.

    Hi everyone, i use a rich text editor called tiny mce in my web application. After i click the submit button the value inside the text area would be saved in my database including the HTML tags e.g. <i>Sample Report edited via Tiny MCE Rich Text Editor<i>. I need to output the text in a webuijsf static text component but the moment i see the output the tags are still there and the text is not in italics format. Does anyone know how to output it in static text with the design in it?

    It is not updated for more than 1 years and it is dropped by Sun and users were recommended to migrate to ICEfaces.
    [http://woodstock.dev.java.net]
    The Woodstock release 4.2 is the last official version of Woodstock that Sun will release. Sun will continue to support its customers that have built on top of Woodstock 4.2. The Project Woodstock code is still available, and community members can still create new features or enhancements. For future development or migration of existing Woodstock projects, Sun is officially endorsing ICEfaces as the replacement technology for Woodstock. Also see [http://www.nabble.com/Woodstock-Migration-Path-to-ICEfaces-td21057513.html], although I would recommend RichFaces above that. It is only that it doesn't have a drag'n'drop palette for Netbeans, so it is not reachable for blind visual developers.

  • Need to have a Rich Text Editor

    I require to use a Rich Text Editor where in I can copy both text and attachments (word/excel/pdf) from an email (Outlook or Lotus Notes) and have that stored into an Oracle table.
    The text that is copied must go into a CLOB column in the database whereas the attachments should be stored as a BLOB.
    My preference is copying the complete data (text and attachments) in one go but if that is not possible then copying the text and attachments separately would do.
    Also there is no limit on the number of attachments that might be there.
    Any solution using Java / Oracle would be greatly appreciated.

    Hi,
    We are trying to connect to Lotus Notes mailbox using JavaMail using the IMAP protocol. We are successfully able to ping our mail server but are not able to connect to the mailbox. We tried the default port option for IMAP (143) but were not able to ping the server as well but with port 25 we are able to ping the mail server.
    Please find below the error we are getting on the console -
    Exception in thread "main" javax.mail.MessagingException: 220 SERVERNAME Hello!;
    nested exception is:
         com.sun.mail.iap.ConnectionException: 220 SERVERNAME Hello!
         at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:477)
         at javax.mail.Service.connect(Service.java:275)
         at jmail.javamail.main(javamail.java:51)
    Caused by: com.sun.mail.iap.ConnectionException: 220 SERVERNAME Hello!
         at com.sun.mail.imap.protocol.IMAPProtocol.processGreeting(IMAPProtocol.java:201)
         at com.sun.mail.iap.Protocol.<init>(Protocol.java:91)
         at com.sun.mail.imap.protocol.IMAPProtocol.<init>(IMAPProtocol.java:87)
         at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:446)
         ... 2 more
    Please let us know if we need to perform any additional authentication check needed before connecting to the server.
    Any help is appreciated.

  • Handling RICH TEXT content on BI publisher report

    Hello,
    I have requirment where I have to handle RICH TEXT content, and show data in report with RICH TEXT formating.
    The RICH TEXT content(with tags) is comming from database CLOB column. Here is the sample XML data.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <DATA_DS>
    - <G_1>
    <ID>1</ID>
    <RICH_TEXT_DATE>'<p' class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-line-height-alt: 1.15pt">'<span' style="FONT-FAMILY: Arial Narrow,sans-serif; mso-bidi-font-family: bold; Tahoma">'<font' size="3">Testing data for rich text '</font'>'</span'>'</p'></RICH_TEXT_DATE>
    </G_1>
    </DATA_DS>
    Report Output should be below with all the formating:-
    <p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-line-height-alt: 1.15pt"><span style="FONT-FAMILY: Arial Narrow,sans-serif; mso-bidi-font-family: bold; Tahoma"><font size="3">Testing data for rich text</font></span></p> <p></p>So, how to get above output with all formating, Please let me you soultions.
    I am using, Oracle BI Publisher desktop version 11.1.1.5
    Thanks in advance.
    San.

    https://blogs.oracle.com/xmlpublisher/entry/html_in_xml_support
    http://docs.oracle.com/cd/E23943_01/bi.1111/e22254/create_rtf_tmpl.htm#CHDCEEIJ
    Rendering HTML Formatted Data in a Report : <BR/>  are not being parsed

  • Rich Text editor in Webdynpro

    Hi,
    With the new FormattedTextView in 2004s one will be able to render xhtml compliant rich test in Webdynpro.
    This however only covers the rednering of rich text.
    There still does not seem to be a rich text editor control available for webdynpro applications, which I think might be a common requirement for document centric applications.
    I was wondering :
    1 - will there be a richt text editor control available for WDP in the forseeable future ?
    2 - if not, are there any workardounds available to allow for the generation of rich text ?

    Hi Valery,
    Well, I already thought of that kind of solution, but I do not consider it a very clean solution. I know WDP supports portal eventing. On the other side of such a scenario you could even do without a 3rd party wysiwyg editor, cause SAP does offer an html editor control in its set of HTMLB controls.
    We intend to use WDP as a UI layer on top of SAPs KM. Our scenario involves template based publishing of structured documents (we first looked at xml forms, but they showed too many limitations). The idea is to model the document structure and content at runtime as WDP context structures (based on xml schemas) and then to serialize WDP context into XML content and metadata, with KM acting as business and persistence layer. Markup and insertion of images into the different text parts of the document however has become an additional requirement, which is why we are looking for a ways to fit that in our current design.
    You could indeed think of some kind of data exchange between a regular portal component and the wdp application, but I am not too confident whether that is going to be a reliable solution.
    PS : for the serialization of WDP context, your post in a different thread on this forum helped me a lot in my first attempts to create KM documents from data wdp runtime data (context). The link provided to the online book and your little example was very welcome. Thanks for that !

  • Rich Text Editor Option for Custom Metadata

    Hi,
    We have created custom profiles for our clients. In one such profile which was created for news updates, client wants to have rich text editor in case of certain custom metadata fields such as description similar to comments.
    As far i as i understand this can be achieved by creating region defintion which gives the option to create a web asset which can edited using site studio api. But is it possible to bring in rich text editor features for custom metadata fields in profiles ?
    Regards,
    Boopathy P

    I'd suggest looking into the profile rule's "Use custom include" option.
    You need to build the new control on your own, but you'll be able to plug it in via the "Use custom include" profile rule option. It's on the "Edit Rule Field" page.
    You can also override the template, but I believe that's a lil' too hardcoded for best practices. This way, you can create a ckeditor textarea and apply it to any metadata you wish (of course, it's up to you to make sure the datatypes match).
    Let us know if this helps!
    -ryan

  • Rich Text Editor functionality for a DIV tag in a publishing page in SharePoint online

    Hi,
    We are having a requirement where we need RTE behavior of SharePoint 2013 Rich Html Field for a custom DIV. The scenario goes like this:
    1. I have a publishing page
    2. I dropped the content editor web part and to that content editor web part I will point to an HTML file that needs to be rendered in that content editor web part
    3. I have one DIV in the above mentioned HTML files and I want that div to be editable and I need to RTE options for that DIV.
    How to accomplish the above behavior?

    Hi,
    According to your post, my understanding is that you wanted to create html rich text editor for a DIV tag in a publishing page in SharePoint online.
    You can create your own Rich Text Editor.
    Here are some great blogs for your reference:
    An Example to Use HTML Rich Text Editor
    Example: Using the Editor's instance
    Rich Text Editor control in SharePoint 2010
    Regarding SharePoint Online, for quick and accurate answers to your questions, it is recommended that you initial a new thread in Office 365 forum.
    Office 365 forum
    http://community.office365.com/en-us/forums/default.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • [New Feature Requirement][iOS] StageText selectRange feature

    Here is the feature request: Feature#3802934 - [New Feature Requirement][iOS] StageText selectRange feature
    We need feature to select range in StageText field in iOS like with setSelection TextField method:
    TextField - Adobe ActionScript® 3 (AS3 ) API Reference
    Now it's doesn't work for one line StageText field:
    StageText - Adobe ActionScript® 3 (AS3 ) API Reference
    It said: "On iOS, for non-multiline StageText objects, this function is not supported and always returns -1. If you call this method selecting the complete text string, the selection is visible. However, if you call this method selecting a subset of the text string, the selection is not visible."
    But it doesn't work even I try to selecting complete text string. Tested with iPad 4.
    I'd like to ask everyone who interested in it to take a minute and vote for implementing this feature.
    Thanks.

    It could be.   I know that Last.fm recently released an iOS app that allowed you to play all your iTunes Match music from their app and it would scrobble the plays to thier service.
    My Audi reads my iTunes Match library and will stream any song thru the car system.  I'm sure since Sonos can see what's on an iDevice locally and play that music, and Last.fm can see all iTunes match music that Sonos should be able to read the larger library and stream whats requested to play - only time will tell.

Maybe you are looking for