HTML (Editor) region should scroll vertical only

Hi,
I have a HTML Editor . I want to restrict the width of it. I mean I want vertical scroll only, not horrizontal. For long sentences,it should go to next line after limit .
Thnx in adv.

Hello,
I think that it would be difficult to make because the size and font of text can be different. You have to write difficult javascript algorithm for determining row size, for pasting <br> tag at the end. Anyway you will have to change standard Apex HTML Editor component, that is not recommended. Don't waste your time for this and find another way for solving you problem.
Best Regards, Kostya Proskudin

Similar Messages

  • Why does the Google home page scroll vertically in Firefox?

    It scrolls vertically only in Firefox. It doesn't scroll when I'm logged out, or if there is a special doodle.

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • 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/

  • Html editor standart (read only)

    Hi,
    i thought that Read only section in Html editor standart is to generate that editor in read only state, but when i add some condition it displays only html source, without condition works fine ...
    I am quite new in Apex, could it be done? mayby i am setting something wrong or more settings to be done
    Thanks
    David

    David,
    Thanks for being patient. I'll get it eventually... ;)
    The readonly condition of an item is taken into account PRIOR to rendering the page and should be used when you don not want to make an item editable after the page is rendered. As you've found in the case of some items, it means not rendering the item as you might normally expect to see it. A simple example is a text which is usually displayed as such - an input item of type "text". However, when the readonly condition evaluates to true, the input of type "text" is replaced with an input of type "hidden" and an additional span is added to display the value.
    If you wish to toggle an item's readonly property with the page having been rendered, then custom JavaScript code must be used.
    Sorry if I'm still off. Let me know...
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

  • Scroll Vertically should not possible in Table Control

    Hi,
    In Screen Painter (SE51), we created a Table control program. It's working fine but we want that User cann't able to scroll Vertically.
    In Table Control Properties, there is a option for Fix Column. From here, we can fix the columns but we want to Fix the Rows.
    Please guide...

    Hi,
    In the PBO of the subscreen. Assign some value to the tablecontrol-lines field as below;
    Describe table itab_for_tablecontrol lines tablecontrol-lines.
    OR
    Tablecontrol_lines = 10.
    Regards,
    Karthik D

  • Mighty Mouse Scrolls Vertically in one position (down) only

    I've been using my wireless mighty mouse for about 1 year and it worked fine. recently, I lost the ability to scroll vertically down.
    Has anyone had that problem and/or has any idea on how to fix it.
    I would certainly appreciate any help.
    Thanks.

    Neil,
    Thank you very much. Because the dirt was not visible and I thought I had kept my equipment clean, I never expected that dirt would have been my problem. However, it was.
    Thanks again, I really appreciate this.

  • Firefox doesn't display my html properly (Like it is looking like on my editor). Explorer displays the page like my html editor.

    Hello,
    I develop my web site with a html editor. When I use preview, everything is fine. If I use Explorer, everything is fine also but if I use Firefox to display the page, the images and text are not where they should be.

    If you use MS software to generate page code then make sure that you disable VML (MS Office) code in the web authoring settings. Otherwise only IE will be able to display that website properly.
    You can see VML as green comments in the View > Page Source.
    See http://en.wikipedia.org/wiki/Vector_Markup_Language

  • Can't get FCKeditorAPI to load to validate HTML Editor contents

    I have an HTML Editor item on my page and wanted to quickly check the length of the text in the editor before submitting the page. It should be possible to get the contents of the HTML Editor using the FCKeditorAPI, but I can't get it to load. I'm doing this by putting basically this in the HTML header:
    <script type="text/javascript">
    function checkLength() {
    var oEditor = FCKeditorAPI.GetInstance('MY_EDITOR');
    alert(oEditor.GetXHTML.length);
    </script>
    Then calling the function when the Save button is clicked. I'm only geting "FCKeditorAPI is not defined" errors, however.

    Hi,
    I have the same problem, because I want to check the number of characters in the editor field before the values are stored.
    And when I tried to get the value of the fckeditor field with document.getElementById(XXX).value; I don`t get the actual value.
    So I have to get the value through the instance of the fckeditor.
    Thanks for your help,
    Tim

  • 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.

  • Use of javascript and textarea with HTML editor

    Hi all,
    I have been trying to use some onchange javascript in the HTML Form Element Attributes of an item which is a textarea with an HTML Editor. It just seems to ignore the code. When you "view source" the code does not seem to be there.
    What I am attempting to do is described in thread: detecting changes to items prior to submitting page
    i.e. to warn a user that if they leave the page without saving they will lose their changes. It works fine with most of the other items on the page i.e. text boxes, select lists but not the textarea with html editor.
    Is there somewhere else I should be putting my js for items of this type? I have spent some time looking through the forum posts but cannot find an answer so far.
    Thanks,
    Brian

    I'm having the same problem.
    Would like to use the onChange event in a textarea with html editor.
    This works in Firefox (where I don't get the html editor but only a textarea) but doesn't seem to work in IE.
    Is there another way of detecting the user has changed the text in the html editor?
    Thanks,
    Pieter

  • Single line space after enter in html editor standard

    hi,
    In html editor standard, if I press enter then it goes to 3rd line and if I press shift+enter then it goes to 2nd line.
    How can I change this shift+enter functionality to enter only.
    It should ge to 2nd line just by clicking enter only.....
    Thanks

    It's an HTML editor, NOT a text editor. It generates an HTML document fragment, NOT lines of plain text.
    Pressing return generates an HTML paragraph element (&lt;p&gt;), which is then affected by a CSS styling rule (either for the editor, the page, or the default for the browser) which is adding a margin (usually 1em, i.e. roughly 1 "line").
    Pressing shift+return generates an HTML break element (&lt;br /&gt;), which splits the current paragraph but is not subject to CSS in this case.
    If HTML structure is needed in this item, but the appearance is inappropriate, then modify the CSS. If not, use a plain textarea and display the resulting text as a &lt;pre&gt; element to preserve the whitespace as entered.

  • APEX - Textarea with HTML Editor.

    All,
    I am working with Application Express Version 2.2.1.00.04
    I have the following problem:
    I have an item "Textarea with HTML Editor" which I am inserting
    information CLOB in a table.
    This data is consulted by a Region Report of APEX which has a Link that
    will be a popup. Inside the report, I use wwv_flow_utilities.URLENCODE
    (here the column is a CLOB) where it gives me the error "ORA-06502:
    PL/SQL: numeric or value error: character string buffer too small".
    I started to investigate which might be the problem and saw that the
    item "Textarea with HTML Editor" usually inserts special characters.
    I show an example of the special character that inserts and which is the
    error.
    SELECT wwv_flow_utilities.URLENCODE(' ')
    FROM dual;
    This character, which is like a space in target, is bringing problems to
    be able to execute the report.
    A provisional solution to solve this problem is to put a REPLACE into
    the Query.
    Has anyone this problem.???? Do you know why this character can be
    inserted??????
    Thx..

    Thanks Dimitri!
    I'm trying to find this place in the application but I don't have enough privileges. Here, we are working with Application Express 2.2.1 and we have to upgrade to 3.1.1.
    In order to improve the behaviour of HTML Editor Standard, I think we should integrate FCK to our application, do you know about any step by step explanation to achieve this? Because I was searching this information in the forums, but I can't find anything. Please, any information you can share with me will be very helpful
    Thanks again!

  • HTML Editor Standard

    Hi,
    I created a html editor standard region, the HTML code is save fine in db:
    <p align="left"><strike><font color="#ff0000"><font size="7"><strong><em><u><strong><em><u>Test</u></em></strong></u></em></strong> </font></font></strike></p>
    <div style="MARGIN: 0in 0in 0pt" align="right"><font size="3"><strong><u><font color="#0000ff">Baiocchi Grandson Update:</font></u></strong></font></div>
    <div style="MARGIN: 0in 0in 0pt" align="left"><font size="3"> </font></div>
    <div style="MARGIN: 0in 0in 0pt" align="left"><font size="3">Colin&rsquo;s career is doing nicely.</font><font size="3">  </font><font size="3"><font style="BACKGROUND-COLOR: #ffff00" size="5">He is a member</font> in <font size="1">good standing with</font> SAG, and had to file a 1040 for 2007 (yes Gobbo &ndash; he IS getting a refund).</font><font size="3">  </font><font size="3">The following links will get you to 3 commercials:</font></div>
    <div style="MARGIN: 0in 0in 0pt" align="left"><font size="3"> </font></div>
    <div style="MARGIN: 0in 0in 0pt" align="left"><font color="#800080" size="3">http://www.mgae.com/commercials/F07/LTRockAndTwist.html</font></div>
    <div style="MARGIN: 0in 0in 0pt" align="left"></div>
    <div style="MARGIN: 0in 0in 0pt" align="left">Please <strong>WELCOME</strong> <strong><font color="#dc143c">Pam Helf</font></strong> who has joined us as a Regional Lead based in Milwaukee and reporting to Frank Guarasci.  Pam brings more than 25 years of experience to the team and we are THRILLED to have her!</div>
    <div style="MARGIN: 0in 0in 0pt" align="left"></div>
    <div align="left">
    <ol>
    <li>
    <div align="left">Test</div>
    </li>
    <li>
    <div align="left">Test</div>
    </li>
    </ol>
    </div>
    This code have differents fonts size, bulleted and numbered list.
    In a HTML Text Region with Form Report Template in other page I show this HTML code but I don't see the sizes (IE 7 and Mozilla Firefox) and bulleted list (IE 7) fine.
    Thanks for any help!

    Hello,
    You probably don't see the sizes because the css of your theme/template is still there.
    I believe there's a * defined, which hurt me in the past as well.
    If you look at Firebug for your region where you expect to see the different fonts, you should see which css it uses.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • HTML Editor in ATG 10.1

    Hi,
    Can HTML editor (available in BCC) that comes with new ATG version-10.1, configurable to include other HTML tags like, table etc? and how do I do that. If not, do I need edit assets in external editor and then upload in BCC?
    Thanks
    Leena

    I believe you are referring to this large string editor:
    http://docs.oracle.com/cd/E24152_01/Platform.10-1/ATGMerchandisingUserGuide/html/s0410workingwithlargestringeditors01.html
    By default this editor seem to provide you certain text formatting options only. If you format the text using these then the applied formatting gets saved as HTML tags only (&lt;B&gt;, &lt;U&gt;, &lt;I&gt; etc.) along with your text. I have not tried it but I do think you can definitely use other HTML tags like table. You might want to use an external WYSIWYG editor and then paste its corresponding markup in the BCC editor. And all those HTML tags should get properly rendered also in your application pages where you may need to escape the formatting tag characters while displaying the data. E.g. in JSTL you can do with escapeXml attribute of <c:out> tag as
    <c:out value="${product.description}" escapeXml="false" />

  • APEX - Spelling check and textarea with html editor

    I have an item on the form defines as textarea with html editor. I also need to be able to do spelling check, but the "textarea html editor" only has font features and no spelling check. Is there away to define an item to have both spelling check and font features in APEX? Any response is greately appreciated.
    Thank you,
    MT

    MT,
    No, this is not a supported region type in APEX 3.2.
    You can take a look at jQuery and the number of rich text editors available for it: http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors
    Hope this helps.
    Thanks,
    - Scott -
    http://spendolini.blogspot.com
    http://www.sumneva.com

Maybe you are looking for

  • Dealing with two email accounts that use the same SMTP (outgoing) server

    Folks: re:   mail.app  5.2 (MacOS 10.7.4) with respect to POP accounts only I've read this thread multiple times, spent many hours experimenting, and my web searches haven't come up with any more useful help. How do you persuade mail.app to accept se

  • Shared Service Issue - Can't see Projects!

    Hi All, i've an issue on a Hyperion 9.3.3. environment distributed on 3 server. This architecture was installed since 2009 and it was fine until three days ago. The first symptom was an error in the essbase.log: Essbase wasn't able to find Admin user

  • AIR 3.9.0.790 - Problem with debug configurations

    Hi there After updating from 3.9.0.720 to 3.9.0.790 it seems that my debugging configurations are ignored (works fine with build 720). When running the app on AIR Simulator I always end up with a 500 x 375px screen with a high resolution display simu

  • Create a custom swatch textile pattern

    Hi, Yet another noob. First off - is there anyway to edit the textile pattern swatches in AI? There is a pattern of lines I like but not in the right color. If not then I guess I need to create my own. What I want is a pattern of colored lines (pink

  • Incremental import / export in oracle -- for a table

    Hi all, I got dump which has data for all the tables for a particular user as below user= xx dumps has the following tables table1 table2 table3..... Now i want to import on a daily basis, only the new data of table2 into different database db2. How