Increase Font-Size Using A Slider

I am using Jdeveloper 11.1.1.6.
I have all of the content in my tables set to 10pt using the following code in the .css file:
af|table::data-row af|column::data-cell af|inputText::content {
  font-size: 10pt;
}I would like to provide the user with a slider to be able to increase the font incrementally (2pts each up to 20pt).
I assume I need to set a variable in a backing bean but I am not sure how to access the backing bean from the css file.
Any help would be appreciated.
Ray

Hi,
You can directly refer backing bean in the Font size property of component. I don't think we can access backing bean inside css but you can set the base font size using CSS then allow user to modify using backing bean.
Zeeshan

Similar Messages

  • How do you increase font size in Bridge using windows 7 and a 4k monitor?  It appears as though this issue has come up previously but there is no answer.

    How do you increase font size in Bridge using windows 7 and a 4k monitor?  It appears as though this issue has come up previously but there is no answer.

    Unfortunately this will require some new programming by Adobe and there's no way to know when that will happen. In the meantime, the only option I think you have available to you is to change your resolution so that your monitor is using fewer pixels per inch.
    Kinda blows the whole value of the newer monitor but I suppose you can switch back and forth from low res when you are working in Bridge to high res when you are working in PS.
    Sorry, but for the time being, that's about it.
    Best,
    Gary

  • In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    Preferences/Compsing/set to Rich Text (only then you can use bold etc).
    Then Rightclick the toolbar in Mail, and clcik Customize the toolbar.
    Put the icons (with or without text) that you want on your toolbar.

  • Bold chars & increase font size in ALV Top of Page - OOPS

    Hi,
    I am using ALV OOPs to display my data.
    I am splitting the container and using top container to display headings in following way:
    data:   top TYPE REF TO cl_dd_document
      CREATE OBJECT top
        EXPORTING
          style = 'ALV_GRID'.
      lv_fontsize = cl_dd_document=>large.
    lv_text = 'HEADING'.
      CONDENSE lv_text.
      CALL METHOD top->add_text
        EXPORTING
          text         = lv_text
          fix_lines    = 'X'
          sap_fontsize = lv_fontsize         "cl_dd_document=>large
        CHANGING
          document     = cv_top.
    But the heaidng is not displayed with high font size and is similar to the text with cl_dd_document=>medium
    How can I increase font size of heading.
    Thanks!

    Hi Vasu,
    Use SAP_STYLE parameter in the method.
    Value will be HEADING or KEY.
    Regards,
    Amitava

  • How to increase font size in report

    Dear ABAPers,
    I got one requirement that i hav to increase font size in report.
    I am using Write statement in report.
    PL guide me regarding this.
    Regards,
    Simha.

    hi shakya,
    I have tried that,
    i think font size cannot be increased.....it wil auto adjust based on ur no of coloumns and records.... try to reduce the no of coloumns u r displaying, then it will auto adjust itelf.
    With regards,
    S.Barani

  • To increase font size in List Output in Report

    Hi, I have to increase the font size of my report's list output. I dont have to print it. So, please dont suggest print control. Only it needs to be displayed as an output.....
    Thanks.

    Sagar,
          If you want the font size to be more you can do that using the SAP GUI settings .The output will then appear in the increased format as it is only a list output that you are trying to see.press ALT+F12.Choose New Visual Design and then increase font size to maximum.
    Hope this helps.
    Cheers
    Nishanth

  • "apple-+" does not increase font size in preview pane in mail.app 4.2

    i have letterbox http://harnly.net/2009/software/letterbox/letterbox-beta-4-for-snow-leopard/ installed on my machine. before the SL upgrade, i could hit cmd-+ and increase the font size of the message i am viewing. that was super convenient!
    i can't do it any more. any ideas anybody on how to bring that back? btw, if i open a separate window for the message, i can use cmd-+ to increase font size. but no more can i use it in the preview window.

    the obvious suspect would be letterbox. it's beta (=bugs) and I've also heard report that it's incompatible with 10.6.2. you can try uninstalling it and see if that fixes the issue.

  • Please help! How to increase font size in RemoteApp?

    I have weak-sighted user.
    There is some RemoteApp running on Windows Server 2008 R2 Standatd x64.
    I need to increase scale of fonts to 125% and use 120 dpi fonts for this user.
    But  increasing scale of fonts disabled on RDP Session.
    Option to use 120 dpi font doesn't exist.
    On Windows Server 2003 I can locally increase scale and dpi and this apply for RDP sessions of all users.
    If I locally increase font scale on Windows 2008 R2 this doesn't apply on RDP Session.
    I tried to use desktop customisation to increase fonts of Windows Title, Menu and etc for this user. But I can't increase system fonts on dialogs. 
    Please help me to increase font size for my RemoteApp.

    This is an old thread, but the problem persists on W.Server R2
    Interestingly, as Microsoft removed this functionality to solve this problem, wich in my case, with thin client's connected to the server, the problem is aggravated.
    It seems that there is not the slightest intention to solve this problem by Microsoft, since it is understood that each end-user settings, is completely independent of the configuration that should be the default Server or System Confg.
    Jesus..!!

  • Need to increase font size of header in ALV

    Hi,
        I have a requirement to increase the font-size of header in the output ALV report. Also, i need to remove some of the standard icons from the output ALV using IT_EXCLUDING ?...Could any of you help me with this ?

    Hi friend,
    first, to increase font size of ALV header you can build a header manually as below:
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    * EXPORTING
    *   I_INTERFACE_CHECK                 = ' '
    *   I_BYPASSING_BUFFER                = ' '
    *   I_BUFFER_ACTIVE                   = ' '
    *   I_CALLBACK_PROGRAM                = ' '
       I_CALLBACK_PF_STATUS_SET          = 'PF_STATUS_SET '
       I_CALLBACK_USER_COMMAND           = 'HTML_TOP_OF_PAGE'
    *   I_CALLBACK_TOP_OF_PAGE            = ' '
    *   I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
    *   I_CALLBACK_HTML_END_OF_LIST       = ' '
    *   I_STRUCTURE_NAME                  =
    *   I_BACKGROUND_ID                   = ' '
    *   I_GRID_TITLE                      =
    *   I_GRID_SETTINGS                   =
    *   IS_LAYOUT                         =
    *   IT_FIELDCAT                       =
    *   IT_EXCLUDING                      =
    *   IT_SPECIAL_GROUPS                 =
    *   IT_SORT                           =
    *   IT_FILTER                         =
    *   IS_SEL_HIDE                       =
    *   I_DEFAULT                         = 'X'
    *   I_SAVE                            = ' '
    *   IS_VARIANT                        =
    *   IT_EVENTS                         =
    *   IT_EVENT_EXIT                     =
    *   IS_PRINT                          =
    *   IS_REPREP_ID                      =
    *   I_SCREEN_START_COLUMN             = 0
    *   I_SCREEN_START_LINE               = 0
    *   I_SCREEN_END_COLUMN               = 0
    *   I_SCREEN_END_LINE                 = 0
    *   I_HTML_HEIGHT_TOP                 = 0
    *   I_HTML_HEIGHT_END                 = 0
    *   IT_ALV_GRAPHICS                   =
    *   IT_HYPERLINK                      =
    *   IT_ADD_FIELDCAT                   =
    *   IT_EXCEPT_QINFO                   =
    *   IR_SALV_FULLSCREEN_ADAPTER        =
    * IMPORTING
    *   E_EXIT_CAUSED_BY_CALLER           =
    *   ES_EXIT_CAUSED_BY_USER            =
      TABLES
        t_outtab                          =
    * EXCEPTIONS
    *   PROGRAM_ERROR                     = 1
    *   OTHERS                            = 2
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    in your code, write 2 subroutines name: HTML_TOP_OF_PAGE and PF_STATUS_SET
    FORM html_top_of_page USING r_top TYPE REF TO cl_dd_document.
      DATA: text TYPE sdydo_text_element.
      DATA: s_table TYPE REF TO cl_dd_table_element.
      DATA: col_key TYPE REF TO cl_dd_area.
      DATA: col_info TYPE REF TO cl_dd_area.
    ** split TOP-Document
      CALL METHOD r_top->vertical_split
        EXPORTING
          split_area  = r_top
          split_width = '50%'.
    *    IMPORTING
    *      right_area  = a_logo.
    ** fill TOP-Document
      text = 'Example of a Heading'(201).
      CALL METHOD r_top->add_text
        EXPORTING
          text         = text
          sap_style    = 'HEADING'.
      CALL METHOD r_top->new_line.
      CALL METHOD r_top->new_line.
    CALL METHOD r_top->new_line.
      CALL METHOD r_top->new_line.
      CALL METHOD r_top->add_table
        EXPORTING
          no_of_columns = 2
          with_heading  = ' '
          border        = '0'
        IMPORTING
          table         = s_table.
      CALL METHOD s_table->add_column
        IMPORTING
          column = col_key.
      CALL METHOD s_table->add_column
        IMPORTING
          column = col_info.
      text = 'A key value marked'(202).
      CALL METHOD col_key->add_text
        EXPORTING
          text         = text
          sap_emphasis = 'Strong'.
      CALL METHOD col_info->add_gap
        EXPORTING
          width = 6.
      text = '600' .
      CALL METHOD col_info->add_text
        EXPORTING
          text      = text
          sap_style = 'Key'.
      CALL METHOD col_info->add_gap
        EXPORTING
          width = 3.
      text = 'Test'.
      CALL METHOD col_info->add_text
        EXPORTING
          sap_fontsize = cl_dd_area=>large "set font size
          text         = text.
    endform.
    *&      Form  pf_status_set
    *  Set pf status for alv list
    *      -->PT_EXTAB   tab for excluding fcode
    FORM pf_status_set USING pt_extab TYPE slis_t_extab.
      DATA:
            ls_extab TYPE slis_extab.
    *-sort up
      ls_extab-fcode = '&OUP'.
      APPEND ls_extab TO pt_extab.
    *-- sort down
      ls_extab-fcode = '&ODN'.
      APPEND ls_extab TO pt_extab.
      SET PF-STATUS 'STANDARD' EXCLUDING pt_extab. "change standard as your status
    ENDFORM.                    "pf_status_set
    You can refer the set font size in report DD_STYLE_TABLE.
    regards,

  • Reset textarea height while increasing font size

    Hi all,
    I am using text area. While increasing font size it is not resizing.
    canvasText = new TextArea();
    _canvasText.height = _canvasText.textHeight + _canvasText.getLineMetrics(0).height;
    i am using this code to calculate height of text area.
    Its working while i input the text. but while increasing font size it maintains old value. Again when i input text it calculates new one.
    Please any one can suggest me solution.
    Thanks in advance,
    -CK

    textArea doesn't measure its content.  You can subclass and add code that does.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Lion how increase font size menu bar

    I have a Imac 27, mid 2010, running os x Lion. ¿How do to increase font size menu bar?

    I tried using Thinkertool, but it looks like it has no effect on menu bar.
    I'm trying to reduce font size on a 13" MBA/MBP.
    William

  • Increasing font size in Itunes 8

    OK, I know Itunes doesn't really allow you to increase font size over the "Large" setting. However, Robert Jacobson previously posted how to edit the ituneslocalized,qtr file in Itunes7 to change the default "large" font to 32pt.
    The font size for the "large" font in iTunes 7 is stored at offset 0x5358D, and for iTunes 6 at 0x446BE in the file
    \Program Files\iTunes\iTunes.Resources\en.lproj\iTunesLocalized.qtr
    By default the "large" size is 0xA (10 pt), but you can change it so say, 0x24 (36 pt) to make it very large.
    Anyone know how to do this in Itunes8?

    The offset for iTunes 8.0 is
    0x7D91C
    For iTunes 8.0.1 it is
    0x7DE38
    Hex editing isn't that hard! Trust me, you can do this without me writing a script for it.
    Download XVI32 (it's free):
    http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm
    Unzip the file to a folder and run xvi32.exe.
    First, quit iTunes if it is running.
    Then, *make a backup* of <pre>C:\Program Files\iTunes\iTunes.Resources\en.lproj\iTunesLocalized.qtr</pre>
    Open the above file in xvi.
    From the "Address" menu, select "Goto". Click the radio button "hexadecimal", then put $7D91C (or $7DE38 for iTunes 8.0.1) and click OK.
    The cursor should end up on "0A".
    From the "Tools" menu, select "Encode Number". In the "Number" box, type the font size you want (the default "large" size for iTunes for Windows is 10.). Select the "byte (1 byte)" radio button. On the right, select "Overwrite at current address". Then click OK.
    Save the file and close XVI32.
    Wasn't that easy?
    Now, if you open iTunes and select the "Large" font for the List Text, it should be the size you specified.

  • Increasing font size / captions of pictures in slideshow view

    Hello,
    Is there any way to make the caption / font, that appears below the pictures while viewing the individual pictures in a slideshow, larger? I can change the font size using the inspector on the static iWeb page, but when I publish to the website and view it online, the captions below the pictures (in slideshow) are still small / hard to read?
    Thanks and sorry if this is a repost...I can't seem to find an answer to this question.

    Welcome to the Apple Discussions. Cyclosaurus' post in this topic may not be the view you want to change but take a look at it anyway: http://discussions.apple.com/thread.jspa?messageID=8367274&#8367274.
    OT

  • Using a javascript to change the font size used by the measurement tool

    A couple years ago I saw a javascript written that would allow me to chang the font size used by the measurement tool in Acrobat 9.  When the IT department deliverd my new laptop with Acrobat X Pro, they had wiped out the script and I am not expert enough to recreate it from scratch.  Any suggestions?  I believe it was in an older post by Dave Merchant, but I truly can't find the post or a way to recreate the script.  Thanks for any help.

    Executing this code from the JS console will change the font size of all the Measurement annotations to 20. You can change the value in the first line to use a different font size:
    var newTextSize = 20;
    this.syncAnnotScan();
    var annots = this.getAnnots();
    for (var i in annots) {
        var annot = annots[i];
        if (annots[i].type=="Line") {
            var richText = annot.richContents;
            for (var i in richText) {
                richText[i].textSize = newTextSize;
            annot.richContents = richText;

  • How to increase font size in menu bars

    Hi, have eyesight dissability, need to increase font size in all menu bars for my brand new G5
    have any ideas? thanks
    Pepe

    System Preferences>Universal Access. Or change the resolution to 1344 X 840. System Preferences>Displays.
    BTW if you have a MacBook Pro it is not a G5. It is an intel Mac. G5 Macs were discontinued years ago.

Maybe you are looking for

  • Repetable row trouble with auto sum

    Hi, I'm really struggling with this table. Please take a look. What I want is to have fields Komada, m2, Iznos be summed up in a corresponding total field thats underneath the table. The trouble is I made a button that adds or substracts new table ro

  • Value of an operation parameter depending on the characteristic value

    Hi, Is it possible to set the value of the Normal Duration (or any other parameter of the operation) depending on the value of one characteristic? For example: The value of my characteristic A is 2, so I want to set Normal Duration = 10*(Value_of_A)

  • Were can I download a Trial Version of Adobe Photoshop CS6?

    hello to all. I need your help because for my company we need to get photoshop, but We´d like the  Photoshop CS6 versión, not the CC subscription. Were can I download a Trial Version of Adobe Photoshop CS6?

  • Can I turn off automatic download of Itunes Extras

    This has been asked before by someone else but they recieved no answers so I'll try again. Can I turn off automatic download of Itunes Extras.  I never use them and have to delete them and they hold up downloads of what I want? Thanks

  • Where are Develop Default Settings stored for LR 5 in Win 8.1

    I want to use my Default Settings on another computer, so I need to find them and then copy them to the correct folder in the second computer. Second question. If I also happen to apply a Preset during Import that has some of the same Develops as my