Changing Colour and font of individual OAF pages

Hi,
Is it possible to change colour and font for individual OAF pages?I am aware of CUSTOM.xss but that changes it for the whole application.I want to make the changes for specific pages.
Thanks,

Try using HTML:
Set the text to:
area.setText("<html>My <b>Text</b> Here</html>");
and see if the word Text is in bold. If so, then you can go as far as you want using HTML tags to set bold, color, etc.

Similar Messages

  • Change Background and font style in Web Page Composer ?

    Hi,
    someone knows how change the background and font style/size of the web page composer ?
    or how to control  font size style and background of WPC page using CSS ???
    point will  rwrd

    Hi,
    We are on EP7 SP14 and WPC SP14 Patch 2.
    Changing the css files should work perfectly...
    Try changing these files under the KM Content:
        KM Content -> root -> etc -> Web Content  -> css
    These are some of the css files that I have modified :
    root > etc > wpceditor > css > runtime > sdn_general.css
    root > etc > wpceditor > css > runtime > content.css
    root > etc > wpceditor > css > runtime > sdn_apps.css
    In particular, change the sdn_general.css and it will be changed.
    It works for us....

  • Can I change the Screen colour and font size?

    Can I change the screen colour and font size?

    Yes. Use an iPhone browser, such as iExplorer, to access your iPhone's file system. The screensaver photos are stored here;
    /System/Library/PrivateFrameworks/AppleTV.framework/DefaultAnimalPhotos
    /System/Library/PrivateFrameworks/AppleTV.framework/DefaultFlowerPhotos
    Once you locate these files, you can replace the photos with your own or add more to the folders. Do not change the name of the the folder.

  • Quiz Drop list- How to change fontsize and font colour

    Request for guidance to change fontsize and font colour. I tried changing the colour in droplist property, but it doesn't work.
    There is no facility to change font size. Any work around?
    Rgds
    Rajan

    Hello,
    Are you talking about the dropdown-list for a Fill-in-the-Blank Question? I'm sorry, there is no way to change the style of the items in the dropdown-list. You can change the other Text Captions: Title, phrase, ... but not the dropdown list.
    Lilybiri

  • Anyone know how to change the default font for the new pages? Apparently it does not even come up when I search the 'Help' section of Pages. The level of incompetence in this new version seems breathtaking

    I cannot find how to change the default font in the new Pages. It does not appear in the Help area when I search for it. I am never sing Helvetica for my standard documents and cannot seem to change it. What am I missing? And why does Pages help not have an easy answer?
    dan

    You open a blank template and change the font to you liking. Remember to also get all the styles changed with new font. Then Save As Template. Now you have a template with the font you like.

  • Change background and font for first row only?

    Hi, 
    Have a tablix in SSRS (2008R2) and would like to change the background colour and font for the first row only, is this possible and if so how would I achieve this? 
    I have followed and example on setting alternate row background colour in the properties but can't see how to do this for just the first row. 
    =IIF(RowNumber(Nothing) MOD 2,”LightGrey”, “LightBlue”)
    Thanks 

    Hello,
    The Expression uses a Modulo function to calculate every second row. In your case just compare with equal 1 for the first row:
    =IIF(RowNumber(Nothing) = 1, ”LightGrey”, “LightBlue”)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • HT3384 How do I change margins and header footers on a pages document?

    Hi can anyone help me on how do I change margins and header / footers on a pages document?
    Many thanks

    Oddly, when one enters text that is a paragraph string longer than the width of the the page, the text doesn't wrap. There seems to be something a bit wonky with the margins, but perhaps it's something else. I fiddled with styles to see if I could control it, but to no avail. I'm giving up and boing back to '09. Each time I think I'll switch to iWork 5, I encounter some other restrictive feature that sends me scurrying back to '09.

  • Screen changing colours and does not start

    hi, when i turn on my macbook, the screen changes colours and does not start. Please someone knows how to solve this problem?

    you need to take it in for diagnosis, that is beyond the scope of this forum.

  • How to change DEFAULT font and font size on new Pages document

    When I open a new Page document, it always comes in with a default font and font size. I know how to change those settings on the open document.
    I want to know how to change the ~default~ font and font size so that a new Page document always opens with those default settings.
    -Thanks for your service to the community.

    Hi Lionate
    Welcome to the forum.
    Make a document to your liking.
    Change the Body style and any other styles in :
    +Menu > Show Styles Drawer > click on the little triangle next to Body > redefine Style from Selection+
    Capture the page:
    +Menu > Format > Advanced > Capture Pages… > Name it > OK+
    +Menu > Format > Advanced > Manage Pages… > Delete other Sections/Pages > OK+
    Save as a template:
    +Menu > File > Save as Template…+
    +Menu > Pages > Preferences > General Preferences > For New Documents > click Use template: > Choose > browse to the template above+
    Peter

  • How To-set DFF to null and Not required in OAF page ??

    enabled service dff, added 2 segments. i want them displayed in service request oaf pages.
    details of dff-
    Application=Service , title = Additional Information for Agents
    in context field region : unchecked required and displayed
    In global data elements - added 2 segments based on value set(validation type = independent, list type = poplist)
    displayed and enabled checkbox are checked for both the segments.
    I want to be able to do two things
    1.in HTML service request agentdashboard- the 2 new dffs are displayed correctly as drop down lists. I can pick and save a value to those mapped columns.
    but the two drop downs are REQUIRED. I do not want them to be. how can I make them un-required.
    --while personalizing this flexfield elemnt from oaf page - I did not have the attribute-required to be unset.
    2. I want a default blank value in both the drop down list.
    I tried to add a nullvalue in valueset ,but its not letting me. can i do that ??
    any pointers please.
    Thanks in advance

    For your question
    >
    if I want to show one segment based on value of some other bean in the UI, then can I do it ? and how ?
    >
    If you do not want to extend controller then you need to use javascript. Sample code below
    <SCRIPT>if (document.getElementById("QFEQHR_FV").value =='Class Room')
    {document.getElementById("DescFlex2").style.visibility = "visible";}
    else{document.getElementById("DescFlex2").style.visibility = "hidden";} </SCRIPT>Here "QFEQHR_FV" is any bean ID in your page and "DescFlex" is DFF flex item ID. To get handle of the required DFF attribute change numbers starting from '0' and test.
    Sample code for testing
    <SCRIPT>alert(document.getElementById("DescFlex0").value);</SCRIPT>You need to add this code to "Text" property of a "Raw Text" item.
    Regards,
    Anand

  • How to display the username and current date in OAF  page Footer region

    Hi,
    I need to display the username and Current-Date in footer region.If anybody knows the procedure then please share with me.
    Thanks
    Divya Agarwal

    Hi,
    Read this Thread:--
    You have to capture the UserName and Date in the Process Request Method of page Controller and invoke a method which will subsequently get and set the value in some attribute.
    String userName = pageContext.getUserName();
    How to populate Current Date and Time in OAF page through CO
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Is it possible to change theme and font size at run time?

    I want to create a project where user can change the theme and font size at run time? Is there any facility to do so in captivate 7?

    Not as far as I am aware.  A lot of the text objects (such as captions) in Captivate are actually converted to images at publish time.  So they're not able to be changed via stylesheets or variables.
    You can use Advanced Actions to hide or show images or captions with different sized text.  But not change the size of the text that is already in the caption.
    Even if you make all of the on screen text dynamic so that it's coming from some variable value, you still cannot change the font size at runtime.

  • Change colour and border in notification

    Hello everybody,
    I have to change a LMS workflow notification colour and border.
    It is due to upgrade R12.1.3 that the workflow is not displaying properly. The client wants to have the same colour and border present on R12.0.
    Can you please help on this ?
    thank you in advance.
    Regards,
    Yuvraj

    The naitive weather app is the only weather app that you can have for the scroll in the notification center. Siri will check all its sources for weather related questions.

  • Opening Panel - Change colour  and or contrast.

    How can I change the contrast and.or colour s on the front Panel to make it easier to see the various menus. I have recently started to loose some of my sight and the opening Panel is now difficult to  read / work through.
    Is it possible to show the various editing  options etc. as white on black  rather than  white on grey ?

    If there is any way (and I don't know that there is), it would be via Jeffrey Friedl's online Lr configurator:
    http://regex.info/blog/2007-03-13/395
    You may at least be able to bump the font size..

  • Changing colours and music

    The title is OK but the words for movie and menu are a problem in that I would like to change the colour of the type also when I go to the menu settings page I would like to change the sound, I can change the sound on the main page no problem. Also I have half of my video in 4x3 and half in wide, can I change one of them to match the other?
    Thanks

    Here's how to change the color ....
    Click Here
    Also I have half of my video in 4x3 and half in wide, can I change one of them to match the other?
    http://homepage.mac.com/sith33/FileSharing34.html
    Good luck!

Maybe you are looking for

  • Problem with jDialog in a JFrame

    Hello to everyone...i'm newby java GUI developer, and i've got a problem with a JDialog within a JFrame... I made a JFrame which creates a new customized JDialog in his contructor, like this: MioJdialog dlg = new MioJdialog(this, true); dlg.setVisibl

  • Blueprint for Project System Projects

    Hi All, Can you please send me some PS Blueprints to my email [email protected] as i have to work on some implementation projects in future. Thanks Muzamil

  • Get files on demand from XI to R/3

    We want to program a button in R/3(ABAP) which will call XI and XI picks a predetermined file and sends into to R/3. in one call. and the program in the ABAP can continue its processing with the file that it received from XI? What we want to achieve

  • New Version of iPod Touch

    Does any one know if Apple will be releasing a new iPod touch with more memory in the coming months? Like they did with the 5th gen iPod, we now have 80 & 160GB iPods. I been wanting to purchase an iPod touch, but I want one with bigger memory. Thank

  • How to reopen same Jdialog.

    Hi, In my application,when user press the button, its going to open one JDialog where user is asked to Select Node on Jtree with the help of checkbox. Same dialog consist of Ok and Cancel button. Ok button must save the changes made by user and proce