Removing scrollbar in a RichTextEditor

Hi Everyone,
I'm working with the RichTextEditor and I'm curious if it's
possible to limit the ability to scroll? I only want text able to
be entered within a certain space.
Thanks much!

That seems to turns the visibility of the scrollbars off, but
not the functionality.
Or am I doing something wrong?

Similar Messages

  • Removing scrollbars on the JSP page of frames created by included JSP files

    Hi All,
             In the iternet sales B2B application which we are developing, has a blank JSP file. Wherein we are adding other JSP files on it, loading trough JS.
    When we are adding it is making the various jsp files in the form of the frames, and each frame has different JSP page. So it is adding scrollbars on each frame if the size of the page exceeds the size of frame.
    we don't want the scrollbars. Kindly suggest to remove these scrollbars, and all the pages should look as a single JSP page.
    Thanks & Regards
    EKta

    Hi
    set scrolling="no" while creating frames
    Murali.K.N

  • Remove scrollbars in IFRAME

    Is there any way to remove IFRAME  in AjaxFrameworkPage, and use only DIV?
    I've developed a custom AFP but I cannot remove the annoying scrollbars in the IFRAME tag if the contents doesn't fit.
    I want that content page expands in the body of the framework page and let the browser scroll down when needed.

    Not sure but imagine it's a result of the layer height
    exceeding the iframe definition. I would question the use of an
    iframe at all in this situation. You are trapping the main content
    of the site in a little box that forces to user to scroll too much.
    I would also suggest you avoid layers. Besides the problem
    you are seeing, the site layout also falls apart when the text is
    resized.

  • How to remove Scrollbar from af:menu Please Urgent

    Hello,
    we have in our application an af:menu and during run time if the menu contains a lot of menu items then a scrollbar is visible on the bottom and on the top of the page.
    Is there a way to remove the scroll bar and display the whole menu?
    Thank you in advance
    Nota
    Edited by: user8270421 on Mar 2, 2011 4:24 AM

    Doctor, we're losing the patient on the operating table! I need to remove these scrollbars, STAT!!!
    That would be urgent. :)
    Sorry, I haven't tried removing scroll bars from af:menu, so I cannot add anything.
    John

  • How do i remove buttons from the RichTextEditor?

    hey guys,.. i need to get rid of all the buttons in the RichTextEditor, i just want the link thing in there... but not any of the bold, italics, or underlined...

    I'd probably try subclassing it and hiding the controls you dont want. This may help get you started: http://blog.flexexamples.com/2007/12/04/hiding-nested-controls-in-a-flex-richtexteditor-co ntrol-remix/ (you may also need to set includeInLayout=false to remove the reserved space):
    private function checkBox_change(evt:Event):void {
        var ch:CheckBox = evt.currentTarget as CheckBox;
        richTextEditor[ch.data].visible = ch.selected;
        richTextEditor[ch.data].includeInLayout = ch.selected;
    Peter

  • Remove all content on richtexteditor

    Hi,
    I have a richtexteditor in wich I load some html with embeded
    images, ie:
    <p>text text text <img src="image.gif"/> more
    text more text </p>
    At one moment I need to change the content of the
    richtexteditor and load other diferent text. This is partially
    done, the text is changed but the images does not disapeared, it
    seems as the images where objects of the textarea, but the textarea
    has no getchilds method to remove each image.
    How can I remove ALL the content of the richtexteditor?
    Thanks!!

    yes i tried it in my pc....its telling me i need to format my sd card....i went to the local store on Sat. and the guy there was a complete idiot....trying to make it look like i was a dumb (removed)....then he took the card out of my phone and put it in his phone and all he could say it looks like it is corrupt and nothing can be done about it....the card is a lil over a year old...i bought it when i got my old phone(razr maxx) i tried calling tech support yesterday and was waiting for over half an hour got fed up and hung up......i am hoping that Verizon dont treat all their customers like this ....i would like Verizon to replace my 16g sd card since it was this phone i just got a cpl weeks ago deleted everything on it and wont even let me format it or even mount the card to the phone.....so basically i have a 16g card that is no good because of this phone.....i took a picture and it went out and this was on thursday ...something needs to be done about this end of story
    Comment edited as required by the Terms of Service.
    Message was edited by: Admin Moderator

  • Removing scrollbars from iframe ..

    Hii all,
    I have created par component, in which i have used <iframe> to display the html content(KM Document)
    <iframe src="<%=target%>" width="100%" height="700px" marginheight="0" marginwidth="0" scrolling="auto" frameborder="0" align="left"/>
    When i assigned this iview to role, there are multiple scrollbars while resizing the window.
    I want to remove multiple scrollbars as single scrollbar is sufficient.
    I also tried with Embedded Isolation method, but not solved.
    Is there any other way to display KM html Docs as an iview in contentarea except standard km document ivew.
    Its quite urgent !! Any help would be appreciated.
    Thanks
    Ami.

    hi,
    There's three values yes, no and auto with "auto" being the default value given if you don't add a scrolling="" element and meaning that the browser will decide if scollbars are shown depending on whether or not the content page is larger than the frame itself
    Setting the value scrolling="no" inside your <iframe> tag will remove the scrollbars, but obviously if the content page is larger than the frame your visitors will not see everything.
    check the following link for reference
    http://netcode.net/articles/inline_frames.php
    http://archivist.incutio.com/viewlist/css-discuss/75669
    regards,
    shyja

  • Need to remove scrollbars that appear around downlevel poster image in IE

    I have a responsive animation, so I have not played around with height and width dimensions.  Both are set to 100%/auto.  Overflow hidden or visible doesn't make a difference.  Perhaps a '"scrollbars="no"' declaration somewhere, just don't know exactly where (not a javascript programmer)? I need to resolve this issue!  Help please, anyone? Animation plays fine in all browsers with no scrollbars.  It's only the downlevel poster image that has this issue.

    The artwork has no printable border.
    What you are seeing is the artboard bounds. You can prove it to yourself by printing the document (print to PDF if you don't want to waste paper) or by changing the artboard size via File | Document Setup.
    The artwork does happen to have a rectangle that exactly coincides with the artboard size. It provides the taupish background. If you select it and look at the appearance palette, you'll see it has a fill but no stroke.
    {Beaten to the punch by Larry.}

  • How to remove scrollbar from text

    I have a control <mx:text> is contained within a
    canvas. I want to make sure the length is not over a certain size,
    however when i do this the text is longer than the area and it
    places a scroll bar right over the text. I know with a textarea
    control I can set the scrollbar policies to off, but that is not
    available for text. I really would just like it to truncate the
    text, but cannot find any way to do it. Any help on how to get rid
    of the scrollbar, and keep the size I would like would be
    great!

    just set the width of the element to a static number, any
    additional text that goes past the width just won't display.

  • Removing ScrollBars in URL iView

    Dear Experts,
    I have a requirement of displaying an INTRANET site into URL iView in a page. The problem is I am getting a scroll bar when the contents increase inside the URL iView.
    I tried with the following settings:
    iView properties:
    Height - Automatic
    max automatic height - 2000
    Fetch mode - Client
    Page properties:
    Height - Automatic
    max automatic height - 2000
    But still I am getting the scroll bars.
    Is there anyway I can remove scroll bars by resizing the iView size automatically depending on the contents in it.
    Regards,
    Nirmal Sivakumar G

    Cross post..see the other thread which I replied.
    Koti Reddy

  • Removing scrollbar from AWT List

    Hi,
    I have an instance of List on my screen. I noticed when I have more than one item on the list, it shows automatically a vertical and horizontal scrollbars.
    I have to disable scrollbars, but cannot find out if it is possible with AWT List or should I opt for a different Component than List.
    Could anyone give me a hand?
    Thank you,
    Caren

    List is what you want. Use this constructor...List(int, boolean). First argument is number of items to display in the list, second is if List is mulitle selection list. So for a normal list with 5 items do this:
    List myList = new List5, false);
    This should stop a scrollbar being put in (unless you add more than 5 items). If this doesn't work it's proably your layout manager set up.
    Hope this helps

  • Page Viewer Web Part with horizontal scrollbar

    Hi,
    I added a page viewer webpart to a sharepoint 2013 website and placed a reporting services report url on it, however in some users the browser shows a horizontal scroll bar and cuts the report area. This is not version related because
    I can see it well in IE10 in one user and in others it shows the reported problem.
    Seems to be browser settings. Any ideas?
    Thank you

    Hi,
    According to your post, my understanding is that some users’ browser shown a horizontal scroll bar in the page view web part.
    You can disable the horizontal using the CSS style as the following.
    <style type="text/css">
    #WebPartWPQ3 {
        OVERFLOW-X: hidden !important
    </style>
    Note: the WebPartWPQ3  is the webpart ID.
    You can find the ID as the following thread:
    http://sharepoint.stackexchange.com/questions/29649/disable-horizontal-scroll-bar-on-navigation-web-part-in-sharepoint-2010
    Instead of using page viewer web part, you can also use the content edit web part with IFrame, and some JavaScript to achieve it.
    For more information:
    http://majidbaig.blogspot.in/2012/07/page-viewer-web-part-dynamic-height.html
    There is a similar thread for your reference.
    http://stackoverflow.com/questions/368480/removing-scrollbars-from-content-editor-page-viewer-webpart
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Can you remove Firefox Scroll Bar ....[Solved]

    In Firefox I am looking for a way to remove side scroll bar
    Is this possible?
    Did have a quick google but only came up with tab scroll????
    Last edited by Mr Green (2008-12-20 20:55:47)

    Mr Green wrote:it does remove scrollbar but you lose mouse wheel scrolling ;-(
    I use the following…
    /* hide vertical scrollbar */
    notificationbox {
    overflow-x: hidden;
    browser[type="content-primary"], browser[type="content-targetable"] {
    overflow-y: scroll;
    margin-right: -12px; /* 12px == width of my scrollbar */

  • Please bring back an option to Add Scroll Arrows!?

    Mac OS X v10.7 Lion - has removed scrollbars and changed the direction of scrolling to better align with iphones, ipads, etc.  Thankfully, there are options to go back to behavior similar to classic scrolling behavior, with one important exception.  Unfortunately, scroll arrows are now completely gone.  OUCH ! 
    Through preferences one can make scrollbars be presented.  Behavior can be based on the type of device being used, or scrollbars can be displayed all the time.  I choose to display scrollbars all the time.
    Through preferences one can make the scrolling direction go back to what one expects if one used Mac OS X versions prior to 10.7 Lion.  When I'm scrolling content on my MacBook Pro, I'm either using devices that are not "embedded" in the display (the trackpad or the mouse).  When others do scrolling say on an iPad, where the scrolling is directly on the screen, I get it that the direction is different.  But don't change up and down so it will match a phone or tablet when I'm on a device where I'm doing indirect manipulation of window content.
    To the core complaint... Scroll Arrows are Gone:  I cannot get scroll arrows any more.  Take a look at Mail or Safari.  This is especially needed in Mail.  I get lots of mail.  I want to be able to scroll up and down by pages (yes there is another preference for this) using the scroll region.  I can do that.  But I also want to be able to scroll the window (say preview window, or mail message content window) by one line at a time.  However, there is no option that I can find.  Maybe I want to see the whole paragraph at the same time.  Maybe I want to see a code fragment of 5-10 lines all at one time.
    Some might say we should just use the up and down keys on the keyboard.  I would like to do that.  However, with Mail, Apple still has not provided the ability to move from message to message in the preview pane without MARKING THE MESSAGE AS READ !  Most email messages (like this one :-) are too long at least for quick browsing.  When I use the up/down arrow to go from message 42 to message 49, then 42 thru 49 are marked as read, even though I can do this in a second or so with seven down-arrow presses.  Certainly I can't read 7 real-life emails in a second.  See below for a post two years ago requesting this feature which many Mail programs have, but which has never been added to Mac's Mail app:
        https://discussions.apple.com/thread/1988930?start=15&tstart=0
        Marking "Read" When Viewing in Preview Pane
        ...Similar discussions occurred on 10.4, 10.5, and 10.6.  Here we are on 10.7, but this request has been ignored...
    Please bring back some method for turning on scroll arrows again!    And yes, give the option for controlling whether they're stacked at bottom of scroll region, or for using the more common model of up arrow at top of region and down arrow at bottom.
    Sadly, this is also a core behavior of Mac OS X 10.7.  I have Chrome installed.  It does not allow scroll arrows either.
    So, Apple... Accept that you went too far.  Bring back options to turn on scroll arrows.
    ...and go back and review that mail preview behavior too, while you're at it.
    Thanks,
    Alan Carwile

    Alan,
    while the two finger scrolling is a sometime substitute for scroll arrows it is completely inadequate as a full time solution. It is useless in programs like excel that can have multiple split screens and only scrolls in one at at time and there is no reliable way that doesn't affect other operations to tell the program what screen you want to scroll in.  With scroll arrows I got arrows for each window when I split the screen.  It is typical of apple's (and steve jobs) hubris that they would eliminate these.  It's fine if you think it is more sleek efficient use of the screen not to have scroll bars, but why recognize the need for scroll bars and allow us to turn them on and not scroll arrows?. 
    Forgetting the split screen problem, on the large databases I have with 10s of thousands of records anything other than scroll arrows is unpredictable because the scrolling speed is dictated by the size of the database and the sideways scrolling with the track pad is clumsy.
    The lack of compatability in Lion whether with programs or user interface speaks poorly of Apple and it is the first time in a long time I've thought I might be headed back to the dark side.
    And I think they do this on purpose, to make people bend to their paradigm -- see Job's refusal for the longest time to let keyboards connect to the iphone.
    And, I know I'm not speaking to apple here, I'm speaking to Apple users. Apple doesn't seem to care or think it can do any wrong and has had that attitude for a long time.
    brian

  • Is there a way to hide the horizontal and vertical scroll bar?

    Hi,
    I have report with customized page height and width and I am displaying it in the windows forms.
    When I am resizing the form wherein the crviewer is dock in, the horizontal and vertical scroll bars appears.
    Is there a way for me to suppress the those scrollbars?
    Thanks in advance.

    Couple of ways I've been able to find info about. E.g.; there is not straight API off os the viewer (CRviewer.ScrollBar = False ).
    1)  Add Panel control onto the page and add report viewer control into a Panel. Set Scrollbar, width, height property of Panel control.
    2) See http://www.dotnetspider.com/forum/266932-Remove-Scrollbar-from-Crystal-report-Viewer.aspx for another idea.
    If either of the above works for you, please let us know as I have not tested this yet.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Maybe you are looking for