Change the Iview Size

Hi Experts,
I would Like To set iviews At Various Sizes in
my Potal Page.
Plz Help Me Out.
Thanks.

hi,
This can be done by editing the iview properties 'Height Type' which Defines height of iView/page when displayed.
'Fixed Height (Pixels)' which defines Fixed height (in pixels) of iView/page when Height Type is 'Fixed' and object is displayed in iFrame
'Height type' field should be <b> Fixed</b> when you give size in the Fixed Height field. If the height_type is <b>auto or Full Page</b>, you will not have any control.
Regards,
Ganesh N
Reward useful answers

Similar Messages

  • How does one change the font size for folders and/or file lists in the Bookmarks Library?

    How does one change the font size for folders and/or file lists in the '''Bookmarks''' Library?
    Since the upgrade to version 9.0.1 of Firefox, the Bookmarks feature changes are confusing me. They seem to be confusing themselves as well. The list of bookmarks has changed. The font size is so small that my aging eyes cannot read it without fogging the screen with my breath. Some folders are out of alphabetical order (where I know they were previously good), and some are missing altogether (folders to which I frequently add references).
    As for missing or deranged files or folders, was there something that I should have done or now need to do to recover those after the upgrade (or before)?
    With regard to font size,
    1. there is no “Edit Bookmarks” or like option to edit the list in this version
    2. the “zoom” option in the “view” list of functions is greyed out when in “Show All Bookmarks” window
    3. expanding the browser window has no effect on font size
    4. “Preferences” settings for font size has no effect in that window either, including advanced settings
    5. “Help” offers none that I can find.
    Can any of you Help?!?

    Maybe this extension helps:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • How do you can change the page size of a pdf in MAC?  I have multiple pdf documents of different sizes that I want to combine.

    Help.  How do I change the page size of a pdf in MAC?  I have multiple pdf documents in varying sizes I would like to combine and print.

    There's no real need to do that. A PDF can have pages of different sizes.
    On Fri, Jun 6, 2014 at 4:11 AM, christine rambo <[email protected]>

  • How to change the logo size on all the pages?

    I have some 125 pages and i need to change the logo size of every page .Is there any method to change with one click that reflects on all the other pages ? Rather than i do it manually open every page and change the logo size? The logo is in the div. I want to use it as html rather than using as css div background image. Any help will be highly appreciated am using DWCS6 on win xp pro.

    If the code is the same on every page, you could use the Find & Replace function within DW...
    1. Make a backup of your site files, just in case
    2. Make the necessary changes to one page to get what you want (make sure you know what the original code for it was/is)
    3. Hit Ctrl + F to open the Find/Replace Dialogue
    4. For "Find In" choose Entire Current Local Site
    5. In "Search" choose Source Code
    6. For "Find" put the line(s) of code that contain your background image on all pages (the original code mentioned in #2 above)
    7. For "Replace" put in the newly changed line(s) of code from step 2.
    8. Hit Replace All
    DW will go through all of the pages, replacing whatever code you put in Find with whatever code you put in Replace.

  • I cannot figure out how to change the photo size on my iPhone 5s.  I was given the choice of small, medium or large the first time I took a picture.  Now I have no idea how to change it to medium.  Can anyone help?

    I cannot figure out how to change the photo size on my iPhone 5s.  The first time I took a pic it asked if I wanted smalll,  medium or large and listed the pixels.  I chose small but am now finding that is too small.  Can anyone help me set it to medium now?  I can't find any setting for that.  I'm a newby to iPhones and have no idea what I'm doing.  Thanks for any help you can offer.

    By "sending" do you mean sending email?
    If so, what app are you using to take the photos on your iPhone 5? Or are the photos from a different source (saved to your Camera Roll from somewhere else, like a web page or Messages)?
    My guess is that Mail gives you the option to send different file sizes when it detects you are trying to Mail a really large photo file. The size of photos on the iPhone 5 is really big and some email providers may stop your mail from being delivered if attachments are too large. Thus, Mail tries to help you by offering to resize the photo.
    I suspect that if you are sending smaller files, Mail does not bother giving you options to save a smaller version. In fact, I have seen this behavior. So, if the photo is already "small enough", it gets sent as-is.
    To my  knowledge, there is no global iOS setting for this. Some apps may have different rules, of course.

  • How can I change the font size on the post of WordPress?

    I have found three websites which address WordPress style sheets:
    Playing With Fonts: http://codex.wordpress.org/Playing_With_…
    Font Size and Color: http://en.support.wordpress.com/editors/…
    How to Change Font Size In Wordpress: http://www.ehow.com/how_5469172_change-f…
    Here are the instructions from the third website above:
    Things You'll Need:
    Site designed in Wordpress
    Administrator access
    Step 1
    First, to change the font size on a Wordpress site you need to log into the site as administrator. If you do not know how to reach the login page, simply add "/wp-login.php" after the "www.url.com" address. Then login using the admin sign in.
    Step 2
    Next, get to the Wordpress file editor by going to Appearance->Editor.
    Step 3
    Once in Editor, identify the Stylesheet file (style.css) and click to edit. This is usually located on the right hand side under the "Styles" heading.
    Step 4
    Once in the style.css file, you want to conduct a search for "fontsize". This parameter is used throughout the style.css file and is the parameter used to control font size. Next to "fontsize" you will see something like "16px". Simply increase or decrease the "16" to change font size. The tricky part is to figure out which "fontsize" you want to edit.
    The way to do this is to first look at the heading it is under. If it is under "comment-template", it is obviously related to either the font size of the comments themselves or perhaps the comment form or the date/time stamp of the comment.
    It may take a little trial and error to find the right "fontsize" to modify. Simply modify the one you think is correct and in a separate window, reload the page with the font you are looking to modify. If it did not change, undo the previous edit and try a different "fontsize".
    I went to the Dashboard and clicked on the “Appearance” icon on the left-hand side, and then clicked on editor. I clicked on Stylesheet (style.css), but I have not been able to find the “fontsize” that would change my post font size. As the author writes: "The tricky part is to figure out which "fontsize" you want to edit." Some of the font sizes are given as a percentage, and I don’t know if these come into question, i.e., if I should try changing one of these to see what happens.
    The end result is that I still have not been able to change my post font size, other than by using the Heading-1-through-6 option, which, I understand, is not the best way to do it.

    From John Waller: “If you're using IE8, hit F12 to launch Developer Tools which give you a point and click method of locating the relevant CSS rule on screen.”
    I have Internet Explorer 8 (IE8) so tried this method.
    This sounded like another promising possibility; however, I have not been able to change the font size in my post using this method.
    I have gone to Dashboard > Posts > Edit > then moused-over my post > clicked on "edit" and then hit F12. An enormous amount (20 pages or more) of CSS appears. I tried picking out the font size that I thought pertains to the post (under Text Area), and I have changed the font size from 13px to 24px; however, I have not been able to “save” the new setting. When I go back to it, it is back to 13px.
    As a result, I have not been able to use a trial-and-error method to establish which font size I must change in order to change the font size of my post.

  • How can I change the window size of iTunes?  Used to be easy before installing Mavericks.

    How can I change the window size of iTunes on my iMac?  Used to be easy before installing Mavericks.

    If you want to make the itunes tab so you can see the dock
    you press the
    esc
    button if your in full screen mode
    if you want to get into full screen mode you press the arrows facing away from eachother in the top right corner
    there is another way to get to the normal tab if your in full screen
    make the curser go right up to the top of the screen and it will show the apple tab
    it will have two arrows facing together highlited in blue
    if u tap that it will take you to the normal tab

  • How can I change the page size of a pdf so i can view it on my iphone more clearly?

    How can I change the page size of a pdf so i can view it on my iphone more clearly?

    I think there may be more to this question than you say.
    If your PDF page is say, 8 x 12 inches, and you found a way to scale it to 25%, changing it to 2 x 3 inch, shrinking everything on the page to quarter size - wouldn't it look exactly the same on the iPhone? It's just going to be the same as zooming.
    Or were you hoping for something more like in Word, where changing the page size keeps everything the same size and spreads it over more pages? That isn't something you can do.

  • Is there a way to change the font size and color of text in the calendar app?

    Does anyone know a way of changing the font size and color of text in the calendar app that comes with the iPad 2?  It is very hard to see the small gray numbers on the calendar.  Thanks

    Looks like you didn't get a reply on your post, but it is still a problem.  Font size is supposedly changeable via "Accessibility" in Settings, but it doesn't work.  You can turn on "Zoom".

  • Is there a way to change the appearance/size of iCal fonts

    Is there a way to change the appearance/size of iCal fonts.....
    For some reason I cant log into he iCal forum s have posted here.... '

    Various 3rd party app downloads are here, as an example...some may be used to modify the system in different ways:
    http://www.apple.com/downloads/macosx/

  • Just purchased a Mac today. Large screen but small type size on the desktop. How can I change the font size that appears on the desktop? The only place that I can find font size is in word and this is not what I need. Thanks for your help!

    JUST PURCHASED A MAC TODAY. LION OS. NEED HELP INCREASING THE SIZE OF THE FONTS ON THE DESKTOP. EVEN THOUGH I HAVE A LARGE SCREEN, THE TYPE SIZE IS VERY SMALL. GOING TO WORD AND CHANGING THAT TYPE SIZE IS ALL I HAVE FOUND IN HELP TOPIC.

    Finder > View > Show View Options
    Change the text size to whatever you want.

  • How do I change the font size of a data point label on a cfchart?

    I know I can control the x axis and y axis font with the font="" attribute of the cfchart tag.  But I want to change the font size of the data label in the chart series.  Is that possible?

    To specifically and fully answer your question, no, you absolutely cannot change the “font size” as a function of print.
    First of all, there isn't a single “font size” associated with a PDF file (and we assume you are referring to a PDF file since this is an Acrobat forum).
    Secondly, PDF is a final form file format meaning that the content is static in terms of location, size, etc. on the page. To change the point size of any particular text, you really need to go back to the source document and make the changes there.
              - Dov

  • How do I change the page size of a pdf?

    I'm trying to send a manuscript to a printing service in another city. It was produced using Microsoft Publisher. In Acrobat Pro I changed the page size from the default (8 1/2" x 11") to the size of my finished document --- 7.8" x 10". Yet when I send the manuscript to the printer it's still the larger size. I've tried right-clicking on the pdf printer and changing to a close approximation (7.5" by 10"), which is listed as one of the available alternatives, but it won't let me change it. What am I doing wrong?

    There's no real need to do that. A PDF can have pages of different sizes.
    On Fri, Jun 6, 2014 at 4:11 AM, christine rambo <[email protected]>

  • How do I change the font size of a document when I PRINT?

    How to I change the font size of a document when I print it?

    To specifically and fully answer your question, no, you absolutely cannot change the “font size” as a function of print.
    First of all, there isn't a single “font size” associated with a PDF file (and we assume you are referring to a PDF file since this is an Acrobat forum).
    Secondly, PDF is a final form file format meaning that the content is static in terms of location, size, etc. on the page. To change the point size of any particular text, you really need to go back to the source document and make the changes there.
              - Dov

  • How do I change the pixel size of my photos?

    Hello,
    Please give me step by step instructions on how to change the pixel size of my photos from the time I log in.
    Thank you.

    There are basically two ways.
    Image>Image Size... This will adjust the quality of the image, allowing you to adjust the pixel dimensions and keep the full image.
    In the tool bar on left side of screen 5th icon down looks like a sliding picture frame. That is the crop tool, that will adjust the pixel size of a document by removing a portion of the image, allowing you to get rid of portions of the image you do not want.
    There are some other ways to accomplish the above, but these are the basics that everyone needs to know. I recommend playing with these tools on a copy of an image, that way you won't be afraid of destroying an image.

Maybe you are looking for

  • How to set up DNS behind a NAT router...

    I am trying to configure DNS in Panther Server as the SOA for my domains and as a LAN name server. I've read several explainations about setting up DNS including technical document 106853 "How to set up DNS in a NAT environment" which says: Note: For

  • "open link in new tab -switch to it immediately" cannot be disabled

    When I left click a link, FF 14.01 will switch to the new tab immediately. When I right click and say "open link in new tab", FF won't switch immediately. I have done all the obvious things in tools/options,and have also reset FF to its default state

  • FCP: Capturing 120 fps slo-mo?

    A friend has a Canon camera and has shot some 120 fps video. It looks gorgeous in the camera. How can this be imported in FCP? Don't see frame rates that high for capture.... thanx!

  • ORA-01242 error

    Here is the log on alert_orcl.log: Sun May 09 03:17:14 2010 KCF: write/open error block=0x3ae47 online=1 file=33 D:\ORCL\ORADATA\AXIDX_10.ORA error=27072 txt: 'OSD-04008: WriteFile() failure, unable to write to file O/S-Error: (OS 33) The process can

  • Credit card processing not avilable at this time?

    That's what keep popping up while trying to update my CC info. I also get "transctions cannot be processed at this time" erroe while trying to purchase TV episodes.