HTML Editor Minimal item bug

I have item of type "HTML Editor Minimal". I tried to insert a link into the text area box, but it doesn't work in Mozilla. It brings up the pop-up page when I click the "insert link" icon, but it does not fill in lthe text area with link, however the link is inserted in IE. In my applciation, I'm trying to insert multiple links and save them in this text area, when the user edits the page next time I would like these links to be actual url which are clickable in the text area itself instead of cut &paste of the link in the brower address bar. but the saved links in IE are not actual url which are clickable, they are apprearing as text links. any ideas are appreciated.
Regards,
Surya

any ideas are appreciated.
thanks,
Surya

Similar Messages

  • APEX - html editor minimal

    I have form items declared as html editor minimal on clob columns. When I copy & paste the text from word document into the form or type in the text, my session froze up. I have to kill it to get out. Does anyone have the same problem with html editor minimal? How can it be fixed?
    Thank you so much,
    MT

    Never mind, I found the problem.
    Thank you,
    MT

  • HTML Editor Minimal sporadically appearing

    Hi,
    Perhaps an easy problem to fix: I have three separate CLOB fields in one table and my Apex
    form has three "HTML Editor Minimal" textareas for each respective field.
    When I run the page, the position where the rectangular box ought to be (including the fancy style
    buttons such as Bold, Italic and so forth) sometimes don't appear.
    On other ocassions, these shapes appear on the screen but about five or ten seconds behind the
    rest of the page.
    I've tried waggling the mouse, clicking in the missing gaps, scrolling the screen but to no avail.
    Other times, the right minimal editors appear fine and quite quickly. Problems seem to occur both
    on Internet Explorer (v8) and Firefox (v3.6).
    Any known "funnies" with such editors? Any known gotchas?
    Thanks in advance
    Mungo

    any ideas are appreciated.
    thanks,
    Surya

  • Add image/object in HTML Editor Standard item (apex 3.2)

    Hi,
    I'm using the HTML editor standard item from Apex3.2.
    I want the possibility to add an image/object in the editor, but I don't see that option on the HTML editor standard item.
    How do I activate this option? Can someone help me out please?
    I've found something on:
    http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/#high_1
    Is this the only & easiest solution?
    Thanks,
    Sunenny
    Edited by: Sunenny on Feb 2, 2010 4:32 AM
    Edited by: Sunenny on Feb 2, 2010 4:33 AM

    Sunenny,
    Yes, it would take something like that. Another option, although not any easier really, it to use the latest CKEditor.
    Regards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/

  • Configure HTML editor Minimal

    The HTML Editor Standard takes up a large space for a text field. I need only the "Insert Special Character" for many text fields on a form in the event the text needs diacritical marks. Is it possible to configure the "HTML Editor Minimal' to add the ""Insert Special Character" or is it possible to just use "Insert Special Character" alone with nothing else?

    Hallo,
    This is exactly what I need. Did you ever find a soltion for this?
    Thx, Willi

  • Apex 3.0 Html Editor Standard item - Add feature.

    Hi,
    Can I customize your new Html Editor Standard field? I would like to add some buttons that will pop-up window.
    In futur, do you know if you will have package or something to customize the item ?
    Thanks

    This cannot be customized. In a future release we might (might) have an editor that you can customize but we do not have that now. The very last icon you see in the Standard HTML Editor is 'Maximize the editor size' (looks like a window) and it will expand the textarea to fill your screen.
    -- Sharon

  • How to create an HTML editor on Apex with the buttons for editing?

    Hi,
    I would like to have an online editor similar to the one I am using to post this thread with a bold, itallic and links button.
    I see there are HTML editor items, however it doesn't have the bold, font buttons when I create the page?
    Below are from the HELP section.
    HTML Editor Standard - Provides more editing functionality, such as font, format and color, than HTML Editor Minimal.
    Text Area with HTML Editor - Provides basic text formatting controls. Note that these controls may not work in all Web browsers.
    Thanks.
    Edited by: Samantha on Oct 21, 2011 2:12 PM

    Hi,
    Thanks. I went to the item area and did not see it after selecting 'Text area'
    Only these items which do not have the cool editing features.
    Textarea
    Textarea (auto-height)
    Textarea with Character Counter
    Textarea with Character Counter & Spellcheck
    Textarea with Spell Checker
    HTML Editor Minimal
    HTML Editor Standard
    Textarea with HTML Editor (deprecated)

  • Printing the data in "Textarea with HTML editor" item in APEX as pdf

    Hello,
    I have a requirement which goes like this.
    The user enters data in the HTML editor in APEX. All the tools available in the HTML toolbar will be used (eg. bulleted points, tables etc.). This data is stored in a single cell in the database. This data needs to be generated as a pdf for printing. We have Apache FOP installed as well.
    When I try to create a report region with this data and export it as pdf, the html tags are not considered. For eg. the table in the HTML editor doesn't appear as a table in the pdf, only the text appears.
    Let me know if such a transformation is possible. Also, can any other tool perform this??
    Note: The data in the HTML editor may not be in a fixed template. Whatever is entered there has to be converted.
    Thanks in advance !!

    The strip HTML attribute is set to "No" already. If you understood clearly, I need to convert the entire data in a HTML editor item to pdf. The data is stored in a single cell as HTML tags in the database. The data may inturn contain HTML tables as well. These HTML tables are not captured in the pdf, only the text within the tables are displayed.

  • HTML Editor in 9.0.2

    Does anyone know if the HTML editor can be attached to custom text attributes. It would be great if all text attributes could use the new HTML editor during content entry.
    Thanks in Advance,
    -Scot

    Hi
    The changing of relative to absolute is the one that bothers me. I think it also added line breaks, which caused problems with gaps appearing between images.
    The other one I remember is adding <tbody> tags to a table.
    I would prefer it if one could prevent the editor from making any changes in the HTML whatsoever. As an option maybe.
    Is it possible to create a simple HTML item as a shared component that one could drop into any page?
    Regards
    Harry
    What changes are you seeing?
    I know that the editor converts relative links to absolute links (a bug has been logged for this and the issue is mentioned in the release notes).

  • Custom Popup - Passing values back to Textarea with HTML Editor

    I have created a Custom Popup which is to populate a "Textarea with HTML Editor".
    I have found that the Custom Popup works fine if the target item is defined as a "Textarea", or "Textarea (auto-height)", or "Textarea w/Character Counter" (although the counter is not automatically updated), or "Textarea w/Character Counter & Spellcheck", or "Textarea with Spell Checker".
    However, if the target item is defined as "Textarea with HTML Editor" the Custom Popup does not populate the target item. No error message is produced. If the target item already had data, the data is unchanged.
    Is this a known bug?

    "Textarea with HTML Editor" is actually two objects on the screen with javascript keeping the data in the two objects in sync as you type in the editor.
    You have to populate both objects as you try to syncronize the data from your popup.
    I built a screen using dHTML that switches between the HTML Editor and the Text with Spell check and use Javascript to keep the two (actually three objects in sync)
    My button that switches from one view to the other uses the following syntax:
    javascript:setEqual('P9904_HTML_MESSAGE','P9904_MESSAGE','P9904_MESSAGEDiv');
    'P9904_HTML_MESSAGE' is the HTML view of the data with spell check
    'P9904_MESSAGE' is the html editor view of the data
    'P9904_MESSAGEDiv' is the extra object that Oracle uses for the editor
    This is the fuction that keeps the data in sync:
    function setEqual(fromObjectID,toObjectID,htmlObjectID)
    document.getElementById(toObjectID).value = document.getElementById(fromObjectID).value;
    document.getElementById(htmlObjectID).innerHTML=document.getElementById(fromObjectID).value;
    I hope this helps.
    Michael Snyder

  • HTML Standard/Minimal doesn't work in Safari browser

    Here's an issue that has been bugging me for quite some time, it's more of a bug and I finally decided to post it in the forums.
    I have an Item on a page for which the Display Type is set to HTML Editor Standard, the problem is that it works fine in most editors except Safari. Not sure what the issue is, has anyone been able to get this to work in Safari?
    Another issue is with formatting, I have another report page that displays the field that's tied to the HTML editor standard form page. The report page does not show the same formatting from the HTML editor. You would think the report will at least show the same formatting that was entered via the field.

    Oscar,
    Thanks for replying. I didn't realize that Apex is certified for IE and FireFox only. Safari is one of the best browsers and I find it strange that Apex is not supported.
    Since the HTML Standard toolbox is based on FCKeditor, just for kicks I checked their site and the demo works fine on Safari, i.e. I see the toolbar and the text looks formatted just as in FireFox.
    Also I performed another test, I downloaded the latest FCKEditor 2.6.4 and uploaded the main js file to application images and associated that with a report field (displayed as textarea, with id=f01_0001) and that worked partially in Safari (i.e. the toolbar showed up, the text looked formatted). I bet if I ftp the entire FCKEditor library to the unix folder and reference it from there, it will work just fine. It seems like next version of Oracle Apex need to update their FCKEditor library as the latest version of FCK Editor is certified on all browsers.
    <!-- <script type="text/javascript" src="/i/fck/fckeditor.js"></script> -->
    <script type="text/javascript" src="#WORKSPACE_IMAGES#fckeditor.js"></script>
    <script type="text/javascript">
    <!--
    function DESC_init() {
    var oFCKeditor = new FCKeditor( 'f01_0001' ) ;
    oFCKeditor.BasePath = "/i/fck/" ;
    oFCKeditor.Width = '760';
    oFCKeditor.Height = '555';
    oFCKeditor.ToolbarSet = 'Default' ;
    oFCKeditor.Config[ "AutoDetectLanguage" ] = false;
    oFCKeditor.Config[ "DefaultLanguage" ] = "en";
    oFCKeditor.ReplaceTextarea() ;
    addLoadEvent(DESC_init);
    //-->
    </script>
    Thanks
    Sujay

  • Javascript error with HTML Editor

    HI,
    I was wondering if anyone could help me with a javascript error which appears upon page load. It only appears in internet explorer,
    This person appears to have solved the problem but does not explain where abouts they made the change required.
    FCK Rich Text Editor aka HTML Editor Standard IE Error/Bug
    This problem also appears on the apex demo of new features.
    If anyone can respond with help, it would be greatly appreciated
    Regards
    Kev

    Hello Kevin,
    This is a difficult issue as the init code for the editor item is being generated internally by the APEX engine, and we don’t have any control over it. As I see it, a complete solution can only be provided by the APEX team.
    Until then I’m using a workaround, based on the original init code. The FCK Editor takes a standard textarea and convert it into the editor item, based on its init parameters.
    First I’m uploading the FCK JavaScript code, using the page HTML Header Text (If you are using the editor a lot, you can define a page template to do that for you). The code is:
    <script type="text/javascript" src="/i/fck/fckeditor.js"></script>Now I’m using a regular textarea item as the base item for the editor. I’m using a regular onload event to init this item:
    onload="initFCK('P80_MY_EDITOR');"The JavaScript function I’m using is similar to the following:
    function initFCK(pItem) {
                var oFCKeditor        = new FCKeditor(pItem) ;
                oFCKeditor.BasePath   = "/i/fck/" ;
                oFCKeditor.Width      = '760';
                oFCKeditor.Height     = '105';
                oFCKeditor.ToolbarSet = 'Basic' ;
                oFCKeditor.Config[ "AutoDetectLanguage" ] = false;
                oFCKeditor.Config[ "DefaultLanguage" ]    = "en";
                oFCKeditor.ReplaceTextarea() ;
    }Of course, the init parameters can be changed according to your specific needs.
    This code works fine on IE and FF (didn’t check other clients).
    Regards,
    Arie.

  • Textarea with HTML editor is not working

    Hi all,
    This is producing me a real headache.
    I created the simplest application in the world with one Textarea with HTML editor, and the editor control does not show the usual tool bar for fonts, color, alignment, etc. Just a ordinary textarea.
    Moreover, this was working before... I moved to another location in my work (me, not the server). Yes, I thought about the Internet Explorer, but Firefox has the same issue.
    So any idea I can try to make this work?
    I have another applications already in production with the same issue.
    Need help!!!!!!!!!
    Thanks in advance.
    Lukas.
    Application Express 2.1.0.00.39
    Oracle Database 10g Express Edition Release 10.2.0.1.0
    Internet Explorer 7.0.5730.11
    Firefox 1.5.0.11
    Windows XP Service Pack 2
    1 G Ram
    Pentium D CPU 2.80GHz

    Lukas,
    I would go and integrate FCKEDITOR (http://www.fckeditor.net/ ) into your application.
    Here are instructions on how to achieve this (sorry but only in German):
    http://www.oracle.com/global/de/community/tipps/einbinden_fckeditor/index.html
    It basically means:
    1) copying the files from fckeditor under the /images directory
    (you can use the instructions here: http://daust.blogspot.com/2006/03/where-are-images-of-application.html)
    2) creating two shortcuts INCLUDE_EDITOR_SCRIPTS and EDITOR
    3) placing the shortcut INCLUDE_EDITOR_SCRIPTS into the page html header and
    4) placing the shortcut EDITOR into the post element text of your plain textarea element
    That's it.
    BTW, FCKEDITOR has been included in Apex 3.0 as a standard item type.
    Regards,
    ~Dietmar.

  • Wrong behaviour in link generated by HTML editor

    Hi all,
    anybody knows if there is some bug in HTML editor used in XML Form Builder projects?
    We are facing the following problem:
    1) we create a link by filling the html editor area in a news XML edit form
    2) save and publish the news
    3) in rendering of the news the link doesn't respect the CSS class used for links (e.g. the link is a standard link, blue and underline)
    Is it a standard behaviour or not?
    Thanks
    Marta

    Hi all,
    anybody knows if there is some bug in HTML editor used in XML Form Builder projects?
    We are facing the following problem:
    1) we create a link by filling the html editor area in a news XML edit form
    2) save and publish the news
    3) in rendering of the news the link doesn't respect the CSS class used for links (e.g. the link is a standard link, blue and underline)
    Is it a standard behaviour or not?
    Thanks
    Marta

  • Word Wrap functionality in HTML Editor

    Hi,
    Is their any configuration to enable the word wrap functionality in HTML Editor.
    Best Regards,
    Ajay

    Hi Priyaranjan,
    you need to use modules for that. The below link explains step by step a sample for word wrapping in an analysis item.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0f7d724-c0f0-2d10-828f-be249d59b5c3?QuickLink=index&…
    Regards
    Yasemin...

Maybe you are looking for