Increase height of input feilds

HI ,
How to increase height of input feilds .
Thanks
Venky

Hi.,
There is no such property to increase input field height., but I think, Using themes and Forcing External Style sheet you can achieve this.,
check this article: [Custom themes for WDA|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7015b1f9-535c-2910-c8b7-e681fe75aaf8?quicklink=index&overridelayout=true]
also., Portal Theme in Webdynpro ABAP
http://wiki.sdn.sap.com/wiki/display/WDABAP/StylesheetforWDAwithoutintegratinginSAP+Portal
hope this may help u.,
Thanks & Regards,
Kiran

Similar Messages

  • How to change height of Input/output field in dialog program

    How to change height of Input/output field in dialog program.
    I want to big message text box like e-mail message box.
    so could anybody help me on this please
    Thanks
    Basu

    Hi,
        This is not possible directly.Place the icon button in the table field.when u click on that button a popup window will appear in that window place the text editor there u can write text and u can save it ok..
    Award points if helpful.
    Kiran Kumar.G.A

  • How to increase height of IFRAME without refreshing its contents.

    Hi,
    I want to increase height of an IFRAME inserted in HTML,
    presently i am doing this by specifying
    var frameSrc = myFrame.src;
    myFrame.height = newHeight;
    myFrame.src = frameSrc;
    but as this refreshes the IFRAME i can see the time lag in the loading of page specified as src of IFRAME.
    Is there any better way to resize the IFRAME without reloading its contents.
    Thanks in advance.

    Why don't you add width and height where you had IFRAME tag?
    <iframe id="hiddenFrame" name="hiddenFrame" src="/myWeb/blank.html" style="width: 100; height: 300; visibility: hidden"></iframe>

  • Increasing max # of inputs on prompt for user input

    Hi
    I would like to increase the number of inputs beyond 10 available on the prompt user for input function. At the moment I am using 9 of the 10 available inputs each running a subVI from a case structure. I seem to be limited to 10 inputs using the prompt user for input function so is there another way of prompting the user to select from >10  inputs preferably 20. 
    Thanks for any help
    Chris
    Solved!
    Go to Solution.
    Attachments:
    WASP dialog.vi ‏57 KB

    You can always write you own dialog with as many selections as you like.
    Right-click the express VI and "open front panel" This will convert it to a VI that you can edit in any way you want. save it under a new name.
    You might even want to add some validation code, e.g. to make sure that no more than 2 boxes are checked.
    LabVIEW Champion . Do more with less code and in less time .

  • Increase height of panelTabbed component

    hi,
    I wanted to increase the height of panelTabbed component using css. what is d class that i have to use ?

    Or you have to skin the richShowDetailItem inside
    Are you sure you want to do that? Usually you should just put it in some stretchning layout.

  • Increase Height of Logo Screen Area

    Hi Gurus,
    I have uploaded Logo and its compressed, as the length of the logo is little bit larger than the space provided, So I wanted to Increase the height of the Logo area.
    How can i do that.
    I have seen thtmlb_stand.css, I did not understand what to change to increase the height , by the ways is it the correct file to make changes or make changes anywhere else.
    Thanks & Regards
    Ajay

    Hi deepak,
    Thank you very much for your reply.
    Deepak ,  I have increased the header length as you said, it increased the Header length.
    But the problem is, thought the length of the header area is more, The picture(logo) which i upload,
    its size is not increasing.
    If I change a picture with more length, It cuts and displays only in the logo area, though the header is more.
    Now, how to increase the picture length area.
    In thtmlb.css, where i changed the Logo image, Here in the code, though i increase those pixcels below.  700px & 50px, still no change
    How to increase the picture or logo area to display the complete logo?
    Thanks
    Ajay

  • How do i increase height of mc and keep its width?

    i have a mc which seize is height = 150 and width = 2 (like a line).
    i have a script which rotate this line and increases its length. this works, however i dont know how to keep the width so that it wil remain 2.
    this is the scrip in as3 :
    function rotateMoveClip_u(e:Event)
              var target=(center.x);
      e.target.rotation=((-target+45)/4)*1.25;
              mc.height = Math.sqrt((target-75)*(target-75) + 150*150);
      mc.width=2
    //this line is  is wrong
    maybe using "height" and "width" is wrong?
    thank you

    Even though you rotate your line (to say, horizontal), you still need to adjust the height (because it's original orientation was a vertical line). So when you rotate the line so it's horizontal you do not update width, you still update height. Just leave width alone.
    Same goes if your line was originally horizontal and you wanted it to be vertical. If the original width was 150 and height was 2 (horizontal line) and you rotate it 90 degrees to be a vertical line, you would not adjust height to make it a longer vertical line. You'd adjust width.

  • Please suggest problem in increasing height repeating frames

    Hi,
    in my report normally up to 100 are printed. i setted the vertical elasticity as expand and horizontal as fixed.
    but while priting, in vertical, it is contracting if date is too short enough and expanding when dat is large enough. But what my requirement i want to specify the height of each field in repeating frame fixed. i.e. 3 centimeters and it should be same for all records printed on page and on each logical page and i want to print maximum 8 records per page becoz my print page size can hold maximum 8 records and each record at 4 lines. And even if the data is short enough it must not be contracted, if data is one line,and the remaining space that is in 3 cemtimers should be left blank and it must to go to second record. That is in fixed heigt of record repeart frame i want to print the data. If data goes more than 3 centimetres then date must be truncated. I did not find any height to set this property in Repeating frame property.
    please suggest solution'
    thanks in advance
    prasanth a.s

    Hi Prasanth,
    Enlarge the Repeating Frame height to say, 3 centimeters in the layout.
    Set the Vertical (& Horizontal as well) Elasticity of the repeating Frame as Fixed.
    In the Property Palette of Repeating Frame, set Maximum Records Per Page to 8 and Set Page Break after property to Yes.
    This will solve ur problems.
    Have a nice day...
    Raja Angamuthu B

  • How to increase height of the row in template in smartforms

    dear friends,
    i have developed a smartform with template.  i have 7 no of paragraphs in that. 
    my problem is,
    i want to give equal row heights for 3 paragraphs and different heights for other 4 paragraphs as per the text of those paragraphs depends
    how can i do this
    it s urgent.  help me. (don't suggest me manual dragging)
    regards
    saathi

    DEar Saathi,
    1. In the left pane, When u db.click on the template,
       in the right pane, a tab strip will be displayed, in that select   the tab Template..
    2. When u create each column, there try by giving LN instead of MM/CM/inches
    after checking tel me if it works or not..
    With Rgds,
    S.Barani

  • Alv input feild drop down

    hi all,
      i want a <b>drop down</b> list in the <b>ALV GRID</b> input field, but i hv no idea for it can anybody gave me some idea or sample program for that,
    thanks in advanced
    chetan vishnoi
    Message was edited by: chetan vishnoi

    hi kishan,
      thank u very much for that but can u plc tell me how i code in our program ,
    <b>my module is this--></b>
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'ALV'.
      SELECT matnr ernam pstat mtart lvorm FROM mara
             INTO CORRESPONDING FIELDS OF TABLE t_mara
             WHERE matnr LIKE '100%'.
      CREATE OBJECT custom_container
        EXPORTING
          container_name              = 'CONTAINER'
      CREATE OBJECT alvgrid
        EXPORTING
          i_parent          =  custom_container.
      fieldcattab-col_pos = 1.
      fieldcattab-checkbox = 'X'.
      fieldcattab-edit = 'X'.
      APPEND fieldcattab.
      fieldcattab-col_pos = 2.
      fieldcattab-fieldname = 'LVORM'.
      fieldcattab-tabname = 'T_MARA'.
      fieldcattab-edit = 'X'.
      fieldcattab-no_out = 'X'.
      APPEND fieldcattab.
      CLEAR fieldcattab.
      fieldcattab-col_pos = 3.
      fieldcattab-fieldname = 'MATNR'.
      fieldcattab-tabname = 'T_MARA'.
      fieldcattab-coltext = 'Material no'.
    fieldcattab-edit = ' '.
      APPEND fieldcattab.
      CLEAR fieldcattab.
      fieldcattab-col_pos = 4.
      fieldcattab-fieldname = 'ERNAM'.
      fieldcattab-tabname = 'T_MARA'.
      fieldcattab-coltext = 'User name'.
      APPEND fieldcattab.
      CLEAR fieldcattab.
      fieldcattab-col_pos = 5.
      fieldcattab-fieldname = 'PSTAT'.
      fieldcattab-tabname = 'T_MARA'.
      fieldcattab-coltext = 'Status'.
      APPEND fieldcattab.
      CLEAR fieldcattab.
      fieldcattab-col_pos = 6.
      fieldcattab-fieldname = 'MTART'.
      fieldcattab-tabname = 'T_MARA'.
      fieldcattab-coltext = 'Material type'.
    fieldcattab-edit = 'X'.
    fieldcattab-drdn_field = t_mara-MTART.
    fieldcattab-outputlen = 5.
      APPEND fieldcattab.
      CLEAR fieldcattab.
      <b>fieldcattab-col_pos = 7.
      fieldcattab-fieldname = 'MTART'.
      fieldcattab-edit = 'X'.
      fieldcattab-drdn_field = 'DROP_DOWN_HANDLE'.
    fieldcattab-outputlen = 5.
      fieldcattab-checktable = T_MARA.
      APPEND fieldcattab.</b>
      gs_layout-grid_title = text-003.
    gs_layout-no_toolbar = 'X'.
      gs_layout-sel_mode = 'A'.
      gs_layout-zebra = 'X'.
      gs_layout-info_fname = 'C600'.
      fcode = '&VCRYSTAL'.
      APPEND fcode TO t_print.
      CALL METHOD alvgrid->set_table_for_first_display
        EXPORTING
       I_BYPASSING_BUFFER            =
       I_BUFFER_ACTIVE               =
       I_CONSISTENCY_CHECK           =
       I_STRUCTURE_NAME              =
       IS_VARIANT                    =
       I_SAVE                        =
       I_DEFAULT                     = 'X'
          is_layout                     = gs_layout
       IS_PRINT                      =
       IT_SPECIAL_GROUPS             =
          it_toolbar_excluding          = t_print[]
       IT_HYPERLINK                  =
       IT_ALV_GRAPHICS               =
        CHANGING
          it_outtab                     = t_mara[]
          it_fieldcatalog               = fieldcattab[]
       IT_SORT                       =
       IT_FILTER                     =
    EXCEPTIONS
       INVALID_PARAMETER_COMBINATION = 1
       PROGRAM_ERROR                 = 2
       TOO_MANY_LINES                = 3
       others                        = 4
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      SET HANDLER lcl_event_receiver=>handle_user_command
                lcl_event_receiver=>handle_menu_button
      lcl_event_receiver=>handle_toolbar FOR ALL INSTANCES.
    *CALL METHOD alvgrid->set_toolbar_interactive.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    i want to doo the change in highlighted part, want a drop down here in material filed.
    how do this?
    thanks in advance
    chetan vishnoi

  • Increase in ip input

    i am getting drops in my core router and finding a reason for this is ip input. Even the nat is not performing on the router. Then i checked the one thing i.e. sub interface which is making cause for the high input.
    My question is now can some one guide me how I can analyse the traffic coming from one sub interface to another sub interface .
    regards
    shivlu jain

    i have seen the traffic it is normal traffic. But the one thing which is weird I have seen i.e. fragmentation. Can it be the root casue for this?
    regards
    shivlu jain

  • Left click in input feild produces menu

    Regardless of screen or Internet location this problem is extremely annoying. Many times I am trying to change the words in a search input field. Clicking on the left button to highlight or highlight drag a number of words fails but a menu which looks similar to the add-in menu for Tab Mix Plus appears. Tab mix plus has no entry for turning on a left click menu or turning off a left click menu. Nor does Firefox. How can I get this menu to stop appearing. Continuing to left click final works after the menu has appeared several time. Some times it does not do it at all.

    hello bmazak, it sounds like an extension might be interfering here. please try launching firefox in safe mode once and see if the issue is occurring there too.
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Regarding height of parameter

    Hi all,
    Is it possible to increase height of the parameter or select-option.
    If it is, please let me know.??
    Have your points.!!
    regards,

    Hai.
    check this.
    REPORT zextest595 .
    *--- Radiobuttons
    PARAMETERS: p_up RADIOBUTTON GROUP a DEFAULT 'X' USER-COMMAND rb,
    p_list RADIOBUTTON GROUP a.
    PARAMETERS: p_pcfile LIKE rlgrap-filename OBLIGATORY DEFAULT 'C:\'
    MODIF ID ccc,
    p_pctype LIKE rlgrap-filetype OBLIGATORY DEFAULT 'ASC'
    MODIF ID ccc,
    p_unix LIKE rlgrap-filename OBLIGATORY DEFAULT '.\'
    MODIF ID ccc.
    PARAMETERS: p_dir LIKE rlgrap-filename OBLIGATORY DEFAULT '.'
    MODIF ID ddd,
    p_fp LIKE rlgrap-filename
    MODIF ID ddd.
    AT SELECTION-SCREEN
    AT SELECTION-SCREEN OUTPUT.
    IF p_up = 'X' .
    LOOP AT SCREEN.
    CASE screen-group1.
    WHEN 'CCC'.
    screen-input = 1. "Enable
    screen-invisible = 0. "Disable
    MODIFY SCREEN.
    WHEN 'DDD'.
    screen-input = 0.
    screen-invisible = 1.
    MODIFY SCREEN.
    ENDCASE.
    ENDLOOP.
    ENDIF.
    IF p_list = 'X'.
    LOOP AT SCREEN.
    CASE screen-group1.
    WHEN 'CCC'.
    screen-input = 0.
    screen-invisible = 1.
    MODIFY SCREEN.
    WHEN 'DDD'.
    screen-input = 1.
    screen-invisible = 0.
    MODIFY SCREEN.
    ENDCASE.
    ENDLOOP.
    ENDIF.
    regards.
    sowjanya.b

  • WAD: Height of Filter pane not displayed correctly in SPS14

    Hi Experts,
    I just moved to SPS14 and I noticed on our Web Templates that Filter Pane are reduced in comparison with what I had in SPS10.
    For Instance, for an height of 18 I was able to display properly 2 dropdown boxes in Filter pane. Now I am not able to see them unless I increase height.
    Is it related to a new function of SPS14?
    Thanks in Advance

    Hey,
    I am just copying your answer, you gave in another thread, to limit the search time for other users:
    italics What worked was another possible way, e.g. to maintain the SAPBWKEY in the Arcview software delivered by ESRI. Using the Arcmap -application.
    -Rightclick on the respective layer, then 'Open Attribute Table'
    -Press Button 'Options': Add field. Name = SAPBWKEY, 'Type' depending on your characteristic
    -Next Step: Editor ( a menue you need to load into ArcMap) --Start Editing
    -Then again: Rightclick on the respective layer, then 'Open Attribute Table'
    -Now you can maintain values for the SAPBWKEY
    -Editor: Stop Editing (save changes)
    Rightclick on the respective layerData-Export data
    The last step exports the modified shapes files, which can then imported to your info object.italics
    Greets
    Marcus

  • WAD: height of Filter Pane not sufficient anymore to display dropd box

    Hi Experts,
    I just moved to SPS14 and I noticed on our Web Templates that Filter Pane are reduced in comparison with what I had in SPS10.
    For Instance, for an height of 18 I was able to display properly 2 dropdown boxes in Filter pane. Now I am not able to see them unless I increase height.
    Is it related to a new function of SPS14?
    Thanks in Advance

    What have you set for the property "Maximum number of displayed values for the filter item"(ENTRIES_MAX_COUNT). This property is of the dropdown item and I think 50 is the default. Increase this value. May be this helps.

Maybe you are looking for

  • ITune will no longer download podcast episodes

    Okay, as the subject line said, I can't no longer download any podcast episode.  This started to happen after I updated my Norton software last weekend.  Now I can't play any episodes that were downloaded before the Norton update.  I can still "grab"

  • Ideal BIOS Settings for online gaming

    this is my 1st computer that i built. i have a lot of experience in wiring high-end electronics, so wiring this little rig with barely any visible wires/cables was a breeze. I bought the processor/mobo with the intention of only doing minor O/C as i

  • Pse 13 for mac- Is there a digital download after you buy it disc won't read for some reason. using macbookpro.

    I bought the PSE 13 disc and put it in my laptop( macbookpro) and for some reason it won't read- all it does is run and then spit the disc out not sure what to do. Is there maybe a digital download since there is no customer service number to call-

  • Upgrade to CF9 breaks Flex to CF remoting

    I have been developing Flex 2 (Cairngorm) remoting applications with Coldfusion 8 with integrated LCDS on IIS. I recently upgraded the server to CF9. Prior to the upgrade, remoting to my CFCs worked flawlessly. However, after the upgrade I get this e

  • Removing PDF options in print dialog box

    When I bring up the print dialog box and click on "PDF" to go to the options for saving the document as PDF, how do I remove some of the options from that list? I installed software that put an option in that list, but I don't use the software so I w