Height of the richtexteditor dialog

Can we set the height of the richtext editor dialog? Is it possible to show more than 8 lines in the Rich Text component? When formatting multiple lines of text, it is easier to have more lines visible in the component dialog, having more room to work with.

Yes, it is possible and described in this knowledge base article: http://helpx.adobe.com/cq/kb/ChangeSizeOfRTEDialog.html. For a start, use the provided sample package (http://helpx.adobe.com/cq/kb/ChangeSizeOfRTEDialog/_jcr_content/main-pars/download/file.re s/example-text-component-overlay.zip) that overlays the foundation text component. This will show you the structure of the configuration properties that are used to change the height (and width) of a RTE dialog.

Similar Messages

  • The height of mx:RichTextEditor in VDividedBox cannot be reduced to less than 200.

    I'm using <mx:VDividedBox >, in which there are a mx:RichTextEditor and mx:Image, as in the code below.
    When I dragged the divider of the VDividedBox to resize the heights of the Image and RichTextEditor, I found that the height of the
    RichTextEditor cannot be reduced to less than 200. Is this a bug?
    I replaced RichTextEditor with TextArea, then divider of VDividedBox works fine. I use Flash Builder 4.5. Please try the following code, and
    post you result here. Let's help Adobe to make Flex better.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
          xmlns:s="library://ns.adobe.com/flex/spark"
          xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
    <fx:Script><![CDATA[
      import mx.controls.Alert;
      [Bindable] public var imageSrc:String = "http://cseligman.com/text/sky/perigeeapogee.jpg";
      private function showHeight():void {
       Alert.show(this.rte.height.toString());
    ]]></fx:Script>
      <mx:VDividedBox width="100%" height="100%" >
       <mx:Image id="image_edit" source="{this.imageSrc}" scaleContent="true"
           horizontalAlign="center" verticalAlign="bottom" width="100%" height="100%"
           />
       <mx:RichTextEditor id="rte"
           width="100%"
           text="The Moon.... Click me to show my height." click="showHeight()"/>
      </mx:VDividedBox>
    </s:Application>

    try setting minHeight of the RTE to 0

  • Disabling the Open button in the JFileChooser dialog

    Hi,
    I would like to enable/disable the Open button in the JFileChooser dialog, after the dialog is shown.
    I looked at the Java APIs but I could not find a method that gives me the access to this button.
    Could anyone let me know how to either retrieve the Open button from the JFileChooser or enable/disable it through Java APIs?
    Thanks in advance,
    Paul Rodziewicz

    As I'm editing with multiclips in my sequence, if I select "open" from the middle pulldown menu in the canvas or viewer, it will open the multiclip in the viewer and play it in sync with my timeline playhead (like the gang feature). I.E. so I can hit play in my timeline, watch the multiclip in the viewer real time, and make edits (to the clip in the timeline) as I watch. My issue is that the syncing of the viewer playhead and the timeline playhead often break when deleting clips and I constantly have to reselect the "open" button, and it would be way nicer if there was a shortcut key instead of having to mouse it. It only takes a second to use your mouse and select "open" but when you have to do it constantly, it makes you wish for a quick key.
    img src="http://a960.ac-images.myspacecdn.com/images01/47/l_b06e2e3aee5446928b2daca d1d04520f.jpg" align=left width=600 height=463 alt="pic1">pic1
    img src="http://a672.ac-images.myspacecdn.com/images01/60/l_979388c01dd9880126c0fbd 8f5ab49f7.jpg" align=left width=600 height=485 alt="pic2">pic2

  • How to get the width and height of the selected rectangle

    Hi,
         I need to get the width and height of the selected rectangle in indesign cs3 and display the values in a dialog box for user verification.
    Regards,
    saran

    Hi Saran,
    InterfacePtr<IGeometry> itemGeo ( objectUIDRef, UseDefaultIID() );
    PMRect ItemCoord = itemGeo->GetStrokeBoundingBox();
    PMReal width  = ItemCoord->Width();
    PMReal height = ItemCoord->Height();

  • Problems with the richTextEditor and quotes

    Hello
    I'm having problems with quote chars and the richText
    control's htmlText. When users enter quotes into the richTextEditor
    control. The quotes breaks the HTML text, meaning it's no longer
    well formatted. Is there an escape char that I need to use. Or do I
    need to force some kind of refresh on the control prior to using
    the htmlText string?

    I have been using RTE in a content management system and
    found a need to replace non-standard quote characters with proper
    UTF-8 character counterparts. Curly quotes in particular are
    problematic. Use a replace function to substitute non-standard for
    standard characters.

  • Can't print and only displays the Fax Dialog when trying to print

    HP Office Jet 4500 All in one
    When we setup our new printer it worked fine until now when I try and print any Word, Web, or Picture the Fax Dialog comes up instead to send a fax. I don't recall changing any settings. How can I resolve this?
    There are 2 printer types showing in Printers and Devices. I have tried changing the deault printer, but nothing seems to work.
    HP Office Jetg510g-m &
    HP Office Jetg510g-m fax

    Remember, this is an Apple user to user help site, so few us may be experts with HP printers. OSX automatically installs the right printer software, you really don't have to go to HP to do that. In fact, I trust Apple to get it right more than HP.
    That being said, the very first thing you need to do is to make absolutely certain that the printer is linked into your WiFi network. Again, we're not HP experts here, so you'll have to do that one yourself, by reading the instructions. Once your printer is connected to the network, then go to your iMac's System Preferences>Print&Scan. On the left hand side is a +. Click on that, and it should find your printer, if it your iMac and your HP printer are on the same exact WiFi network.

  • A problem with the height of the sidebars on my website

    I am trying to make a website for one of my modules in college and I have come across a little problem.
    http://joehowlin.com/onlinesafety/index.htmlhttp://joehowlin.com/onlinesafety/index.html
    The left hand sidebar doesn't extend down to the footer (the same would  happen to the right hand sidebar if the text wasn't there). I have tried  to set the height of the sidebar to 100% and it didn't change the  height at all.
    I can't really have the sidebars at a set pixel height because there will be different amount information on different pages.
    I was told of a way to do it by having the height defined in the <html> tag, but that casues some validation errors and I want to try get my website as html valid as I can.
    Does anyone know of a way that can help me?

    Equal Height CSS Divisions -
    http://forums.adobe.com/message/3264374#3264374
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • MS Word: This file is read-only. To save a copy, click OK, and give the document a new name in the save dialog box.

    This is not a question. I believe I've found a new issue and the fix for it.
    The situation:
    A brand new iMac 27" running Yosemite 10.10.1
    MacMini server running 10.8.5 server.
    The issue:
    Client on iMac trying to work on MS Word documents stored on server was requiring him to save the documents to his desktop and then copy them back to the folder on the server. The exact error message was, "This file is read-only. To save a copy, click OK, and give the document a new name in the save dialog box."
    The issue is unique to this computer in an office of 10 client computers and three servers.
    Attempted fixes:
    Verified that the ".Temporaryitems" folder existed and the permissions were set properly.
    Repaired permissions on the client and the network share.
    Definitive fix:
    By default, Yosemite 10.10.1 uses SMB for connecting file shares. When I overrode the default and switched to AFP protocol, the issue went away.
    I hope this helps someone else.
    Rob

    That was it. What an operating system. It is very helpful to view files you are looking for. But if you have preview on you cannot save files.

  • Printing a report and using the print dialog for it

    i already have the print dialog vi from NI. I am using the normal report generation toolkit for printing reports. But I want to give the user an option to choose the number of pages and landscape/portrait options. But how do I integrate the 2 so that before printing the user can select these features.

    There is an activeX control that will set these settings. It is called IAS Helper COM Component 1.0 Type Library. It operates the Windows printer configuration program. Since another company wrote the code, I do not have the resources to help you use the control, but the attached example program should get you started.
    Jeremy Braden
    National Instruments
    Attachments:
    Print_Window_Example_v61.llb ‏59 KB
    Print_Window_Example.llb ‏59 KB

  • How to change the width and height of the visible part of the of the report

    I have define a report with paper size 'Letter', orientation 'landscape' and 30 columns. Dynamically I am changing width of columns and suppressing many columns of the report.
    Mostly using first 16-20 columns and others get suppressed.
    Now problem is that when navigating the report thru crystal viewer, a huge blank spaces getting display on right of the report. When we take jump to some part of report thru navigation tree, the whole report gets shifted to left and only blank part is visible and it is required to scroll left.
    Even printing is not working correctly.
    Is there any way to change the width and height of the visible part of the report in the viewer thru .net classes? Setting the width and height of the report in Load event handler doesn't help.  
    Example: CrystalReportViewer1.Width = 200; - is not helping.
    Is there any other solution?
    Please let me know.
    Thanks
    Mahesh Patel

    Hi Yogesh,
    Your suggestion 'reportDocument.PrintOptions.PaperSize=PaperSize.PaperLedger;' along with 'PaperOrientation' setting as follow works fine. I tried to switch between Landscape and Portrait depending on report width.
    reportDocument.PrintOptions.PaperOrientation = PaperOrientation.Landscape;
    But problem with crystal viewer remain as it is.
    While navigating report thru crystal viewer, when we take jump to some part of report thru navigation tree, the whole report gets shifted to left and it is required to scroll left.
    Thanks for your very good suggestion.
    Mahesh Patel

  • How can i get rid of the print dialog box when using api to print an html file

    i am using the systemshell.vi provided by labview the VI is working fine but it will open a dialog box for printer selection and properties. i would like to hide that dialog box and have it print to the default printer with the default properties

    ShellExec is part of lvwutil and merely calls a function in Shell32.dll. There is nothing about the function call that controls the display of the printer dialog. I think that what shell32.dll does when it prints (just like right clicking on the file) is print the file according to what is defined about that file type in Windows Folder Options. On my Win2K system, the print application is defined as "C:\Program Files\Microsoft Office\Office\msohtmed.exe" /p %1. If I remove the /p, then Word starts up and in order to print, I get a printer dialog when choosing Print from the File menu. So it seems like the printer dialog is entirely dependant on the application that does the printing. I get no dialog when I use the VI to print a .txt file. I
    nstead of using shell32, you might want to try some ActiveX method or property of an application like Internet Explorer that can open and print an html file.

  • Show the print dialog when running a report from an Oracle form.

    I would like to be able to print an Oracle report from an Oracle form but
    in addition show the print dialog. My PL/SQL code is shown at the bottom of this post.
    I have set the 'printjob' system parameter to 'YES' in the
    report and I can bring up a print dialog using the reports runtime.
    However, as soon as I run it from my form I lose this capability. Setting
    'printjob' to 'YES' in the code has no apparent effect.
    Many thanks,
    Ben
    -- Launch a report
    DECLARE
      v_pl_Id   paramlist; -- parameter list
    BEGIN
      -- add the parameters to the list.
      v_pl_id := CREATE_PARAMETER_LIST ('summary');
      ADD_PARAMETER (v_pl_id, 'destype', text_parameter, 'PRINTER');
      ADD_PARAMETER (v_pl_id, 'printjob', text_parameter, 'YES');
      -- run the report
      RUN_PRODUCT (
        reports
      , 'C:\Test Reports\Test.rep'
      , synchronous
      , runtime
      , filesystem
      , v_pl_id
      , NULL
    END;

    At 10g not 9i using a bean area on my canvas implementing the following class ...
    import java.awt.Frame;
    import java.awt.JobAttributes;
    import java.awt.PrintJob;
    import java.awt.Toolkit;
    import javax.swing.JPanel;
    import java.io.*;
    import oracle.forms.ui.VBean;
    public class Select_Printer extends VBean {
    public Select_Printer()
         super();
    public String getPrinterName()
    String PrinterName=null;
              JobAttributes jobAttributes;
              try{
                   jobAttributes = new JobAttributes();
                   jobAttributes.setDialog(JobAttributes.DialogType.NATIVE);
                   Frame dummyFrame = new Frame();
                   PrintJob pJobDialog = Toolkit.getDefaultToolkit().getPrintJob(
                   dummyFrame, "Printtest", jobAttributes, null);
                   PrinterName = jobAttributes.getPrinter();
              } catch (Exception e) {
                   System.out.println("Printer error!");
              return PrinterName;
    public static void main(String[] args)
    Select_Printer select_Printer = new Select_Printer();
    System.out.println(select_Printer.getPrinterName() );
    }

  • How to modify the "To Print" Steps in the Print the Report Dialog box

    From the Crystal Reports Viewer Toolbar, when selecting the Print option,
    a 'Print the Report' Dialog box opens. Is it possible to modify the 'To Print' steps?
    We tried modifying  (commenting-out the To Print steps) in strings_en.js and export.js, but
    when running, the changes do not show up.
    We are using Crystal Reports for Visual Studio 2008, Crystal Reports Viewer Version=10.5.3700.0
    Thank you.

    A warning 1st. Modifying the export.js file is not supported and may lead to all kinds of issues. Also, as soon as somebody else installs an app on that machine, the js files will get overwritten and thus removing your changes.
    Second, I do not think the print dialog is defined in a JS file. In CR 10 I think we built our own print dialog and there is no control over it (e.g.; no exposed APIs).
    I think your best bet will be to create a printer dialog as per your requirements and  launch it from your our own print button.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • ACD 30 Users: What is the height of the display w/o base? viewable height?

    Apple does not list the display height or measurements without the base -
    1. Can someone tell me what the size of the display is, including the the case/bezel, and
    2, What is the viewable height of the screen?
    I'm trying to determine how close in size my NEC 2090UXi is if I rotate it to use as a 'menus, palettes and mail' monitor in portrait mode next to an ACD 30.
    Thanks in advance!
    Sarge

    Thanks. That's interesting, and surprising - it makes that the 'densest' monitor I've ever seen with regard to how tightly the pixels are stacked.
    My 20" NEC LCD2090UXi 1600x1200 is, when rotated to portrait mode (i.e. 1200x1600)about 17.5" tall, vs. the ACD 30's 15" for the same 1600 pixels.
    I suppose a 19" monitor in 1600x1200 would be a better choice for a 'portrait mode' 'partner' to the ACD30...
    Though I don't yet know if I can rotate the second display anyway, when running it from my yet-to arrive re-flashed GeForce 7800GTX video card.
    Thanks for the answer, though!

  • How to increase the row height of the table in the smartform

    Hi,
    Can any one say,
    How to increase the row height of the table in the smartform.
    It is presently show the row width very small, i want to increase the row with of the table in the smartform.
    Plase say how can we increase the row height in the smartform.

    Hi Ravi,
         In Smartforms , Select the Table and you can adjust the cell hieghts in OUTPUT OPTIONs TAB.
        Reward points if that Helps.
    Manish

Maybe you are looking for

  • Cannot add icloud public calendar to outlook

    I work and live in a mixed Mac/PC environment.  The PCs are Windows 7 professional with Outlook 2010.  The Macs are Yosemite.  I would like to be able to subscribe to a public icloud calendar on one of the PCs.  We could do this a week ago. Now when

  • Retrieve/Modify the transformation matrix of an object

    Hi, I'm new to this, so I have a lot of questions. Here is what I am trying to do. I know the designer I work with will draw some paths on an isometric grid (30 degrees ) I am interested in the paths that get skewed 30 degrees vertically. I will need

  • ODP OracleCommandBuilder. Updating a table including DATE columns.

    Hi I have a problem with the OracleCommandBuilder not creating the correct update commands when I have DATE type columns in the table. I have created a test table (called DATETEST) with three columns: STRINGCOLUMN     VARCHAR2 10 DATECOLUMN DATE NUMB

  • Error on SXMB_ADM and proxy runtine in RWB

    Hello all, 2 questions : First one : I am configuring an abap proxy. I made all connections and RFC Destination. SLDCHECK working fine. When i do a check by the t-code sxmb_adm on the receiver system and application system url as dest://<the Http des

  • Problem with Substring

    Here's my code.. String Varble = rs0.getString("adddate").substring(0,10); out.println("<td>" + stmt + "</td>"); I've also tried this (which is the same thing just more code) Now it DOES work if I make tinydate text. String tinydate = rs0.getString("