How to adjust number of showDetailsItem in limited panelGroupLayout/in single page

Hello Everyone,
I am using Jdeveloper 11g and my  requirment is that, in a single page of jspx we included 13 tabs (ShowDetailItems) which is not adjusting in a single panelGrouplayout of 900px.
Basically after 4 or 5 tabs we are getting arrow mark to see the remaining tabs.
Can anyone suggest me how to adjust those tabs , so that we can see them in a single screen without any arrow marks.
<af:panelGrouplayout inlineStyle="width:900px;height:500px">
<af:panelTabbed id="pt2" dimensionsFrom="disclosedChild"   styleClass="width940 custom-tab">
  <af:showDetailItem text="#{gdipviewBundle.APP_DOC_HISTORY}" id="sdi2" inlineStyle="height:auto;">
<af:showDetailItem
<af:showDetailItem
likewise 13
Thanks in advance.

Hi K,
  Which specific version of JDeveloper are you in?  Have you tried downloading and playing around with the ADF Skin Editor?
You might be able to use something like
af|panelTabbed::tab
  width: 15%;
in your CSS (I haven't tested that outside the skin editor)

Similar Messages

  • How do i change the display in ADE to a single page view instead of two pages side by side? I find it distracting and prefer to look at one page at a time.

    How do i change the display in ADE to a single page view instead of two pages side by side? I find it distracting and prefer to look at one page at a time.

    You can increase the font size and automatically page view changes. Go to menubar; Reading -> PDF View or Epub Text Size (depending upon the ebook) and increase the size.

  • How to change Number of Rows in a Tabular Form report page?

    Hi
    I am working with a tabular form to create an attendance sheet for a school using Oracle Application Express 3.0.1.00.12. Whenever I change the Number of Rows value from 10 to 1000 in the Layout and Pagination section of the report page, the SUBMIT button is not working and it is unable to process at that stage. How can I change the valu so that I can see all the rows in a single page, make changes to all rows and submit the page rightaway. Please help me.
    Thanks,
    Chak
    Edited by: user520137 on Jan 12, 2010 12:04 PM

    Hi
    I am working with a tabular form to create an attendance sheet for a school using Oracle Application Express 3.0.1.00.12. Whenever I change the Number of Rows value from 10 to 1000 in the Layout and Pagination section of the report page, the SUBMIT button is not working and it is unable to process at that stage. How can I change the valu so that I can see all the rows in a single page, make changes to all rows and submit the page rightaway. Please help me.
    Thanks,
    Chak
    Edited by: user520137 on Jan 12, 2010 12:04 PM

  • Can Pages 5 have a first Section automatically limited to a single page?

    In Pages 5, I’d like to design a document, a letterhead, that limits the first Section to a single page with a unique header and footer. When the user starts a second page a new section is automatically created with a different header and footer. Is this possible in Pages 5? How can I do this?
    Appreciated.

    Pages '09 has "First Page is different" which does exactly this.
    Pages 5 however you can only choose to turn off the header/footer on the first page.
    Peter

  • How can I get Preview to remember my preference for single page view?

    Does anyong know how can I get Preview to remember my preference for a single page view rather than continuos scroll?

    Hi Stop
    Works OK for mine Preference Setting for Prev.
    Cheers Tomi
    Mac Pro, Mac OS X (10.7)BC-(Win7), 8 core 8Gb Ram / Macbook Pro 2009 6G (10.7)C-(Win7) / iBook 2006 2Gb (10.7)BC(XP) /iMac 2010(SL) BC-(Win7) /iMac 2009 (SL) BC-(Win7). iMac 2006(SL) C-(XP)

  • How to adjust margins to print with Adobe Acrobat pdf web page?

    when I print to PDF with Acrobat or with the printer margins and the information in the top and bottom defaults (URL, page number ...) do not satisfy me. the possibility exists of being able to reset? How? do you have any suggestions?

    I would define how to position Title, URL, number of page and date also margin left, right, top and bottom. This element in other browser Mozzilla, Explorer is defined in "Page Preview".
    Acrobat don't have possibility to set this parameter..

  • Matrix Reports - How to restrict no. of columns to be displayed in single page ?

    Hi all,
    This is a problem I have been facing since Reports 2.5.
    In a matrix, I can set a restriction on the number of rows to displayed by specifying Maximum no. of records per page on the repeating frame generating the rows.
    But the same solution on the repeating frame generating columns has a disastrous effect.
    Can any one tell me how to handle this ?
    Thanks in advance.
    Piyush
    null

    Hi
    Try the following link
    http://bipublisher.blogspot.com/2009/06/bi-publisher-conditionally-limiting.html
    Regards
    Debo

  • How to view an epub file in digital editions in SINGLE PAGE CONTINOUS mode?

    how can i get the full screen real-estate when viewing an epub? On my laptop which has a screen res of 1600x900 i can maximize the view to one page at a time, but when i do the same thing on my desktop or dock to my 24" monitor of resolution 1920x1080, digital editions insist to show me in 2-page side-by-side view. i have to make the digital editions window slightly smaller or expand the table of contents from the left side of the screen in order to make it 1 page layout.
    and yes, i have clicked the increase text size button as much as i can, but it canot be clicked anymore)
    ALSO......
    why can't i just scroll continously like if i'm viewing a pdf? (i can only see one page at a time, from top to bottom, but if i flick my mouse wheel, it goes to the other page instantly and so on).
    i am totally hating on this software right now. looking for any alternatives that can do said features above.

    Looks like i've just answered my own question here. After searching around on the net desperately...
    I've just switched to SONY Reader for PC. The software can show me a page in full-screen with just ONE PAGE at 1080p resolution, and I can increase the font size alot more. Also, It has history of what pages I read and so on. I am uninstalling this worthless software known as Adobe Digital Editions.
    Everything about it is much faster too and doesn't feel like the flash spinoff that ADE is.
    Sorry for bashing, but just speaking the truth.

  • How to update when i have two updateable report on single page

    Hi,
    I've two updateable report created using pl/sql procedure. I really don't know how to update both reports at the same time. I report contains only one row and second one contains multiple rows.
    For the second one, i use
    FOR i IN 1..HTMLDB_APPLICATION.G_F01.COUNT
    LOOP
    UPDATE table
    SET col3=HTMLDB_APPLICATION.G_F03(i),
    col4=HTMLDB_APPLICATION.G_F04(i)
    WHERE col1=HTMLDB_APPLICATION.G_F01(i) and
    col2=HTMLDB_APPLICATION.G_F02(i);
    end loop;
    how to update the 1st report. Please help me

    when you use the htmldb_item api to render form elements to your pages, those values end up in the htmldb_application.g_fNN arrays. i'm not sure how you defined your first report region, but you seem to be populating the g_f01 through g_f04 arrays with your second. if that's the case, try populating g_f05 with your first region. a query region like...
    select htmldb_item.text(5,ename) from emp
    ...would do it. you should then be able to access those submitted values in the htmldb_application.g_f05 array.
    hope this helps,
    raj

  • How to turn off automatic variable code suggest for a single page?

    Does anyone know how to turn off the code assist feature where CFBuilder tries to assist you by listing all the variables on the page?  I have a CFC with over 3000 lines and it causes CFBuilder to hang/freeze like you wouldn't believe.  I'd like to turn off this feature for large files (or at least see if I can tune the feature to be smarter about what variables it suggests).
    Does anyone know how to disable this feature on a specific template or turn this feature off altogether?  Note: I do want to keep the tag attribute suggestion if possible.

    Update: I tried using CFBuilder as a plugin for Eclipse (64 bit) and then followed the steps here: CFBuilder 2 Performance Problems on Windows 7 64-bit Solved » websolete.
    So far I have experienced noticeably faster response times. However, the program still hangs when trying to suggest variable names.  It would be great if there was a way just to disable that feature until Adobe fixes it.

  • How can I see my book in portrait as a single page of the landscape view??

    I created my book in landscape mode and when i realized that in portrait mode i could see only a text flow with the widgets on the left i whas very worried!
    Do you think i can realize a portrait view of my landscape view single paged???
    Thank you so much!!!

    I'm using a template that i have modified and i've saved it as a new template!
    Maybe i've found to modify the PDF vectorials with Illustrator but very long and sad...

  • Hi! how do i change the bleed in indesign for a single page only? thanks

    tryed threw edit >> document setup , but it changed all the pages. is ther a "page setup" or a different way?

    In addition, a document "needs bleed" or it doesn't. Can you explain why your document needs *different* amounts of bleed?
    Modern imposition software can cut off any excess bleed when and where necessary. However, it cannot "add" bleed where required. So more is better (although 5 mm all around usually is enough).

  • How to Create Passport Size Photo (many photo in a single page) using photoshop cs

    Can anyone here tell me to  create and print same photo (passport size) in a single page i mean full page will cantain my photo multiple times of same size I have printer which suports A4 size paper
    vishal verma
    Ebuzznet

    Good day!
    What are your options under Edit > Automate?
    Regards,
    Pfaffenbichler

  • How to solve showing thousand of records in table in single page.....??

    Hi Guys ,
    I have a table bind to ObjectListDataProvider and using hibernate 3
    i set the pagination rows to 10 per page and enable the paginate button to true
    but i was wondering why the application server or rather the JSF itself cannot handle lots of records displaying in one page.
    for example i have 150 pages for 10 rows per page each
    if i click paginate button to show all in single page , the cpu utilization hit 99% and my application will hang.
    but it works okay if i have 8-9 pages for 10 rows per page and show all of them in single page.
    Is there any way i can fix this or tune this up?
    anyone experiencing this before?
    Thanks

    Solved.
    Somewhere in our code, while populating one of the columns of the table, we were resetting the VO which was causing the issue. Modified that method call to add a parameter to mention from which row should the table be populated.
    Thanks
    Nagamanoj

  • How to adjust the font size of iPad in printing a web page.

    How to adjust the font size of iPad printout of web pages ?

    In HTML Header I put textDid you mean Page Header Text? It wouldn't have done much of anything at all in the HTML Header...
    However, the font doesn't do anything.Yet another universal selector problem: see +{message:id=4184109}+
    How do I overwrite the style sheet? I am wondering if I change the default style sheet, does that also affect the other pages, which is not what I want. In that case you can just include the CSS inline, which will also get round the universal selector issue. You are also recommended to use a semantic HTML element instead of deprecated presentational elements like &lt;center&gt; and &lt;font&gt;. Assuming this text is the primary heading on the page, use &lt;h1&gt;:
    <img src="#WORKSPACE_IMAGES#my_header_logo_white.jpg" alt="" title="Application" />
    <h1 style="font-size: large; font-weight: bold; text-align: center;">Web Management System</h1>

Maybe you are looking for

  • Choosing the Right Power Supply

    First things first. If you've got a poor-quality and/or faulty power supply, nothing else you do will work to solve your problems. Stick to the basics before you go further...The short answer is to buy a hi-powered, brand name supply, like the new EN

  • Statement inaccessible in ECC 6.0 Include program

    Hi all, I am working on an upgrade project from 4.6c to ECC 6.0. The code is correct but the statement is inaccessible in include 'ZMV21TOP'. Kindly help me to understand the problem.. Here is the code for your consideration..   INCLUDE ZMV21TOP     

  • Error in sql developer while debugging

    Hi When Iam trying to debug my procedure in sql developer tool I getting this below error. *Connecting to the database Prodcopy Connection. Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '172.

  • Will 10.6 drivers work the same with the Lion Operating System (10.7) Mouse

    Hi everyone i was hoping to know if 10.5 - 10.6 drivers work on 10.7 to use a mouse because i would really like the Razer Mamba and the 2012 edition has 10.5 - 10.6 drivers for it soo i was hoping that they would work with 10.7? Please respond quickl

  • As i turn the phone to the side, how can i make the screen turn also?

    i cant find in the settings anywhere. my screen will not move as i adjust the phone. please let me know where in the settings i can change this