Adaptive Layouts questions

I did a little work with the layouts when 6.5 came out but am starting afresh with the 10.3 layouts since they seem to have been cleaned up. I have a few quick questions!
1)
The first layout I'm looking at is the Base Page Layout and right off the bat I'm trying to figure out what the basepagelayout-navarea.html file is, and why there isn't a layout web service created for it out of the box. Any ideas?
I created a webservice for it and plugged it in and the layout seems to remove all adaptive styling from community pages, but the KD and search layouts fall apart. I went through the documentation but couldn't find anything related to this layout. Any suggestions?
2)
I've noticed that the basepagelayout causes an issue when you visit the "My Account" section. Basically it forces the footer to display to the right of the rest of the portal window. This only happens in IE8.
One way to correct this issue would be to remove the 'align="left"' entry in the table of the "My Account" section by creating a new "My Account Layout". But it seems odd that this fails right out of the box, so I'm wondering if there is another workaround or reason this is happening?
This is a snippet of the code that duplicates the issue in case anyone has a suggestion, or is bored/curious:)
<table align="left" width="100%" bgcolor="green">
<tr>
<td>
My Account
</td>
</tr>
</table>
<table width="100%">
<tr>
<td bgcolor="red">
Weird Alignment
</td>
</tr>
</table>
Thanks
Geoff

You can get rid of this issue by adding an extra DIV element arount the pt:basepage.content tag in the BasePAgeLayout.html
<div style="float:left;width:100%;">
<pt:basepage.content/>
</div>
Regards
Santosh
Edited by: user10406069 on Oct 5, 2010 10:38 AM

Similar Messages

  • Scrolling, and Adaptive Layout help

    Hi guys, I am new to edge animate,
    I would like to know, like when a person scrolls its scrolls to a cirtain point seemlessly, not like when you are using a mouse, like blobk by block.
    also I would like to know more about adaptive layout, if anyone can help me more thorught skype,
    I would me really pleased, thank you
    my skype is Kevin2019170
    Thank you

    Well, only can help you with the background image...  put this code on document.compositionReady and window.resize events:
    var imageRatio = 1.7777; // Aspect 16:9, you can use any proportion depends of your image dimensions
    var sWidth = $(window).width()
    var sHeight = $(window).height()
    if ((sWidth / sHeight) > imageRatio) {
      sym.$("imgBackground").css("width", sWidth +"px");
      sym.$("imgBackground").css("height", sWidth/imageRatio +"px");
    else {
      sym.$("imgBackground").css("width", sHeight*imageRatio +"px");
      sym.$("imgBackground").css("height", sHeight +"px");

  • Adaptive RFC question

    I have a general question: could you tell me the reason why the RFCs to be called in JAVA Web Dynpro should be designed transferring the table values in the "Tables" parameter tab and not the "Import" and "Export" parameter tabs?

    Re: Adaptive RFC question
    Posted: Apr 3, 2006 7:59 PM    Reply 
    Hi Tania,
    You need to know first what is import parameter, export parameter and table parameter.
    Import enables you to pass single set of values. Export enables you export single set of values. When you have data that is collection of n number of sets of data, use Table (Stucture) for import or export.
    E.G.
    Suppose, you are trying to see result of a student by Importing roll number of the student. You can use Export parameter to display result (a single set).
    But if you want to see reuslts for n number of students by inputing n number of roll numbers, you need to use table structure for inputing the roll numbers and outputing the results.
    An ABAP developer needs to document these parameters so that the WebDynpro developer can understand what are input tables and what are output tables.
    Need to know more ? let me know.
    Ashutosh

  • 6.5 Upgrade and Adaptive Layouts

    I just upgraded from ALUI 6.1 to 6.5. When I edit the experience definitions, under 'Edit Object Settings' there is no option for 'Adaptive Page Layout Settings'. I checked Configuration Manager and Adaptive layout mode is enabled. Did I miss something in the upgrade process?? or am I just missing something obvious?
    Thanks,
    Jason

    Jason,
    For me it appears on the left panel beneath login settings.
    You may need to be logged in as an admin account to see it, not sure.
    Otherwise verify your install and that you loaded all the pte files. You can do that by looking at the source code of any of your portal pages and at the bottom of the page it'll tell you the version.
    It should look something like this:
    <!-Portal Version: 6.5.0.323160, Changelist: 323160, Build Date: 03/21/2008 at 12:21 AM-->

  • Adaptive Layout - Portlet horizontal alignment

    Is it possible to create an Adaptive Layout with horizontal alignment of portlets in a column?
    Attempting to create a layout with column1 above column 2 and column3 along right side of page.

    I apologize for the late response.
    I was not able to switch the alignment. I moved on to another approach due to limited time.
    Adaptive layouts are a composite of the base portal css styles and adaptive layout styles. It is difficult without a tool that is able to pull all the components into a single view based upon references. (Now that would be a useful tool.... anyone listening). The most useful tool i have found so far is Dreamweaver, it allows you to create custom tag libraries for limited design help.
    I welcome any input on a tool that can handle the tag libraries.
    I will update this thread if I make any discoveries.

  • Search Module for adaptive layout

    Hi BC Community,
    I am creating an adaptive layout site for my client (so, desktop/tablet/mobile versions).  I am using the search module in the site design, which is working quite well, however, on the desktop site, it is showing pages from the mobile and tablet sites in the search results.
    Does anyone have a work around to solve this issue?  For the desktop search results, I just want it to show desktop pages, same goes for tablet and mobile.
    Thanks in advance for your help with this.
    Aaron

    Hi,
    ASE 12 is very old and since no Eng support maybe decision made to not use datetime. However, you can certainly request feature - if you are able to create incident we can create Feature and then incident can be used for tracking purposes, etc.
    If unable to create incident please provide details:
    ASE version (exact with select @@version)
    SDK version being used
    code sample to demonstrate problem and the output from such a test
    If you used TDS please provide that trace as well if possible
    Cheers,
    -Paul

  • When will we get a proper form factor adaptive layout function?

    I'm deliberately not putting this in the long requested features thread because adaptive layout isn't a feature, it is a basic function of all Windows Apps, except for those built by Project Siena.
    I was dumbstruck to see that the often requested "support for different form factors" was translated to "exclusively for a specific form factor". Designing for one excludes the others. This is not at all useful.
    While I can understand the need to design for different screen formats portrait versus landscape, because of a fixed layout there should have been:
    1. a template that works for 16:9, 16:10, 3:2 that would adapt to the form factor
    2. maybe a portrait template
    3. and most important a function that combines two templates (as per above) and writes out some code that detects orientation so that
    4. Project Siena could produce/publish/publish for store a single project that would allow use on any form factor, any orientation without needing to specify landscape/landscape flipped only - or portrait (etc.)
    What do others think? To me this is more important than more widgets or anything else. Including Windows Phone would be a nice extra, but to be able to product a single project that would work transparently on all form factors and orientations is now the
    single more important function I need.
    It would be good to have a response from the community and a statement from Microsoft.
    As someone who has 14 (not a typo, 14) apps built with Project Siena in the Windows Store, this is important.
    -- Barb Bowman

    This is a reason why I still don't work on my project design. I don't want to end up to recreating all my design. I think the only way is to add percentage size and positioning into visuals so they will adjust by it self when run
    on different devices. I don't know how it could be done without it. Once you create app with visuals width set to 1000 pixels and run it on device with resolution 800*600 (example) then it obviously won't fit. However to set the visuals
    width to 100% would fit logically to all devices. But this option should be implemented log time ago so we can prepare our apps for this new feature. Am I right or you working on different solution?

  • Multiple edition magazine layout question

    Magazine(s) layout question
    Details:
    - There are 9 total magazines. The only thing that changes are the ads.
    - I have all text set up in Master Pages and the Different publications set up as 'versions' in my file.
    My issue:
    I also need to ad a footer master (with page number, Publication name, and Date)
    - Publication name changes for each version.
    In the end I need one master with all magazine text assigned to all version. And a different footer master with page numbers to all versions....
    any suggestions on how to complete this?

    Either you can use Alternative Layouts in one document, you will need only to work on the first layout, the text in the outher layouts or you can the Content-Tools and Create LInk option to take the original and place it into the new document. Later you have only to update the links in the link panel. You can take by option the whole page with all elements.

  • Book layout question due to lack of functionality in InDesign

    I am a doctoral student (cancer cell biology) starting to write my dissertation (in Word 2007) and I'm using InDesign CS3 (5.0.4) for the layout (I refuse to layout figures and tables in Word... tried it... giant pain in the a$$).  My original plan was to create a Book in InDesign and have each chapter be a separate file.  Due to the bibliography software I need to use the Word file has to be a single file (see this thread for details).  InDesign cannot just Place a range of pages (it's seems to be all or nothing) and this creates a problem (see the previous thread).
    The question I have, is it smart to break each chapter out into a separate file?  My thinking was that since I would be bringing in a fair number Photoshop and Illustrator files into each chapter it would be wise to keep the file size down (I'm not doing this on the best of computers, at least by graphic designer standards) and it would make rearranging a little easier (my mentor has a habit of changing his mind and chapter 3 could easily switch places with chapter 7).
    This is my first book so any thoughts or advice you have would be greatly appreciated.
    Regards,
    Adrian.

    Nah, it's just me.  My mentor wants paper output for the markup, the committee will take a PDF or paper and the university has (thankfully) instituted an electronic submission criteria.  The final product has to be a PDF to the school and I'll have some output to paper and bound for my mentor, my family (as a gift) and myself.
    The two students before me did everything in Word and yeah you can make Word do it but I just don't hassle with it.  I make religious use of styles in Word (and only 4 styles at that... talked to a graphic designer who does books for a living "Keep the styles to minimum!!"... Done), so getting it into InDesign is cake.  Also, my mentor has a nasty of habit of constantly changing his mind and doing things like, "Can you move that picture about a centimeter to left, I just want a little space in there".  I have been through this with Word, it will do it but the voices in your head will start suggesting that you kill again (and nobody wants that).  I plan on doing my grants this way, manuscripts this way, everything.  Everybody (NIH, journals, other funding sources) requires a PDF now and some require rather optimized PDFs (people think I'm crazy but I swear there is a difference between the PDFs that InDesign outputs and the ones that my wife's Mac does--just using the built-in PDF renderer or some of the other PDF creators for Windows), so I just went ahead and went through a tutorial on VTC.com and then read a couple of books.  I wouldn't be able to layout a magazine but I can do grants, manuscripts, dissertations.

  • Photoshop images with spot channels in Indesign CS6 (layout question)

    I've got an Indesign CS6 layout that will have a spot varnish when it goes to press. Right now I've got a layout with psd files that have spot channels in them that will be used for the spot varnish.
    My question is, in Indesign when I'm laying this out should I have one layer with all the psd artwork (with no spot channels) and then a layer on top of that with the psd files with the psd layers turned off with the spot channel showing? I want to make this easy to print in the office so by doing it this way I could just turn the spot layer off and print.
    Will this work for the printer?
    layer 1 psd files with no spot channels
    layer 2 psd files with photoshop layers turned off with the spot channel showing

    Besides the obvious extra work of tracking 2 images, there would be potential problems if the images needs to be scaled and moved, and you would have to assume people downstream would know what's going on—should the layer be on or off?
    I would double check with the current printer—they should know the only way to view a spot is via Sep or Output preview by turning CMYK off—magenta could just as easily be process as  spot.
    Take a closer look at the Alias method. Here it is with your magenta defined SPOT VARNISH.
    With SPOT VARNISH set as No Alias in Ink Manager and with Overprint turned on:
    And with an additional spot color defined as white named CLEAR VARNISH. When you need to print in house alias SPOT VARNISH to CLEAR VARNISH and check Simulate Overprint in the Print dialog. You can get to Ink Manger via the Print>Output dialog or Swatches panel:
    All you have to do is delete the CLEAR VARNISH before sending the job to the printer or exporting

  • CSS layout question regarding browser sizing

    Hi,
    Basically I want the basis of my site to be - A header, Main content with a background image, A Footer.
    I'm having problems however, I can't seem to get my footer to position where I want it i.e. at the bottom of the browser window at all times. I'm doing it as an AP div and how it should work is that it's fixed at the bottom of the page and then if the user resizes their browser in the y direction the footer moves up with it, over the top of the main content (but not the header which will have a higher z-index).
    The way I THOUGHT to do it was to firstly create a div tag for the whole page (780 pixels wide, auto left and right margins, auto height) and then inside that put my ap div header fixed height at the top and have another ap div as the footer, fixed height and tell it to position 0 pixels from the bottom. However this doesn't seem to do the trick, I'm sure I'm missing something really really simple. Anyone who's vaguely familiar with the program will be able to answer this I'm sure. If my question isn't clear please let me know and I'll rephrase,
    Ta

    There is no reason to use APDivs for such a simple layout.  Default CSS positioning (which is no positioning at all) is typically all you need for most layouts.  Build your HTML markup logically from top to bottom of page and your footer will naturally appear at page bottom.
    Live Demo (view page source to see the code)
    http://alt-web.com/TEMPLATES/Basic-1-col-fixed.html
    Or, for a Sticky Footer using Fixed positioning:
    http://alt-web.com/DEMOS/CSS2-Sticky-Footer.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Xml workflow/layout question - urgent

    Hi,
    I'm new to the XML scene and have made progress but have the following question.
    I have a .xls file that I open in Oxygen (xml editor) and save out a .xml file.
    I then import the .xml file into InDesign CS5.
    I have tagged the text placeholders and the image placeholders with the appropriate tags (not shown in this screen grab).
    I'd like to automatically flow the text data (A-E, J-O) into a text box (on the right side of image), then flow the images (E-I) into the picture boxes on the left side of the page. There is a large amount of data (InDesign pages) so it is important that  I configure this so that all of the content flows automatically  thoughout the InDesign file.
    Do the images need to be treated as anchored objects in a text box or is it possible to flow them into picture boxes?
    I can manually drag the "product_image" files to the picture boxes but I have yet to figure out how to automatically flow these images into the layout, aside from within the same text box as the rest of the text. Instead of using the anchored object approach, it seems it would be more efficient to flow into picture boxes if possible.
    Also, any feedback on how to get this data to flow automically thoughout the InDesign file would be really helpful.
    Thanks so much.
    Josh

    Hi,
    It is possibly to flow the images into picture boxes without treating them as anchored objects.Appropriately tagging the placeholders for graphics and text and then importing the XML file would allow the data (both text and images) to flow automatically into the respective tagged frames.
    Regards
    -Pooja

  • Sender JDBC Adapter : Urgent Question

    Hi,
    I am working on a Oracle - XI - R/3 scenario.  This scenario is working fine currently.  The question that I have is what if I more than 500,000 records existing in the oracle table, then how many records will be picked up by the adapter when it polls the Oracle table .   Will it try to pick up all the records, or does it pick up records in small packages..Can I set up the  package size somewhere ??
    I havent found an option in the adapter as such, and do not have high volumes of data in the Oracle table  yet, so havent been able to run tests myself.
    Thanks a lot
    Any help will be appreciated
    Mayank

    Bhavesh, Tim, Sandro ..
    Thanks for giving me ideas in getting my issue resolved.  I think I have the solution finally.  I controlled the data being selected using the
    SQL Query Statement " select * from zbwxi where  rownum < 5000 and readflag = 'U' "  and in the
    update sql statement I put " update zbwxi set READFLAG = 'P' where rownum < 5000  and readflag = 'U' . 
    ZBWXI was by Oracle table which has a field called readflag.
    I have run a few tests and the results look good to me ..
    Let me know if you need explanation on why this worked ..
    thanks for all your help
    Mayank

  • Custom report layout question...can't find any answers anywhere

    I am trying to build a report in Portal, using the custom report layout. The report displays like so, before I do any customization:
    COLUMN1 COLUMN2 COLUMN3
    COLUMN1 COLUMN2 COLUMN3
    COLUMN1 COLUMN2 COLUMN3
    COLUMN1 COLUMN2 COLUMN3
    where COLUMN1 is the same value, always per report; COLUMN2 and COLUMN3 vary.
    What I want is:
    COLUMN1
    COLUMN2 COLUMN3
    COLUMN2 COLUMN3
    COLUMN2 COLUMN3
    COLUMN2 COLUMN3
    In the report layout editor, Body section, this is what I see:
    <TD ALIGN="LEFT"><#COLUMN1.FIELD#></TD>
    <TD ALIGN="LEFT"><#COLUMN2.FIELD#></TD>
    <TD ALIGN="LEFT"><#COLUMN3.FIELD#></TD>
    so #COLUMN1.FIELD# must be some kind of array, but I am not finding any documentation anywhere on how to reference the individual values. All I need is the very first value of the COLUMN1 variable. Once I have that value, I can put it where I need it, but I can't get at that value, just the array.
    I have searched portal center, the app server documentation, html documentation. I have googled everything I could think of, but came up with nothing. I found a similar question on this forum, but no one responded with an answer. Any help would be greatly appreciated.

    Helen,
    The best way for your case is to use a content folder and customize it whichever way you like.
    however, your question is about reports. the problem in reports is this that you have to use just one single query and the layout of the results of this query are displayed in a peculiar way.
    anyway. something similar but not exactly the same as what you wanted do is the following.
    use a query like the following: (with a union in between)
    SELECT COLUMN1,NULL , NULL ,NULL ,NULL
    FROM my_source_table
    WHERE myCriteria LIKE 'SoAndSo%'
    UNION
    SELECT NULL,COLUMN2 , COLUMN3, COLUMN4, COLUMN5
    FROM my_source_table
    WHERE myCriteria LIKE 'SoAndSo%'
    ---------- Now, have the following codes in the layout segments:
    <!--- header --->
    <table border="0" cellpadding="1" cellspacing="1" width="20%" align="center">
    <!--- body --->
    <tr align="center">
    <td><table border="0" cellpadding="1" cellspacing="0" width="30%" align="center">
    <tr align="center">
    <TH><#COLUMN1.FIELD#></TH>
    </tr>
    </table>
    </td>
    <TD class="report_cell" ALIGN="LEFT"><#COLUMN2.FIELD#></TD>
    <TD class="report_cell" ALIGN="LEFT"><#COLUMN3.FIELD#></TD>
    <TD class="report_cell" ALIGN="LEFT"><#COLUMN4.FIELD#></TD>
    <TD class="report_cell" ALIGN="LEFT"><#COLUMN5.FIELD#></TD>
    </tr>
    <!--- footer --->
    <TR><TD></TD></TR>
    this should produce a report with a table structure (you may see the whole if you give BORDER="1" in the main table tag). Within this table, the first column of the first row should be showing top-leftmost column value once (COLUMN1 value) and then the next rows would show last four column values as a table block on the right-bottom part.
    with kind regards,
    naqvi

  • AC Adapter Connector Question

    Hello. I have a t400 with a 90 watt AC adapter. The connector for the adapter seems to be wearing out since the insulation is tearing and little wires are sticking out. Also when moving the laptop while it's plugged in, it flickers between battery power and AC power.
    Here is a picture of the damage
    Link to picture
    So my question is, is it safe to still use this charger with out damaging my laptop? Thanks.
    Moderator note; picture(s) totalling >50K converted to link(s) Forum Rules
    Solved!
    Go to Solution.

    i would recommend that you stop using this adapter and get a new one. 
    A short circuit may cause the power adapter to catch fire, and/or your motherboard getting fried. 
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

Maybe you are looking for

  • MISALIGNMENT PROBLEMS USING "LOAD FILES INTO PHOTOSHOP LAYERS" FROM BRIDGE CC

    I'm having a persistent problem which technical support was unable to resolve after being on the phone with them for 1.5 hrs. I was told the issue would be escalated... That was five days ago, and I've heard nothing. Here is the problem: In ACR worki

  • Where are Logic Pro X 10.1.0. right hand mouse button tools shortcut?

    Hi Everybody, I've always used my right hand mouse button for my editing tools in the main window and piano roll window. Since the upgrade to Logic pro 10.1.0 I can no longer assign from Preferences>General>Assign R.H Mouse. Has anyone resolved this

  • Count error

    Hi,    i am counting total number of hours for each order type weekiy. in selection screen if i enter 1 month date range then it should calculate for 4weeks . but my program is counting previous week value while calculating next week value. for 1week

  • EtherCAT Error -2147138468 switching third party device to Safe Operational State

    I have been successful in importing and detecting/adding a Lenord + Bauer Ethercat Encoder (GEL235). Attached you will find the Device Profile. But when I try to switch the Scan Engine to "Active", I eventually receive this error message: "An error o

  • Cluster creation error.

    I am getting that error while creating a cluster in scvmm 2012 r2 . Anyone can give me an idea where to start looking so I can get rid of it? The cluster is created, and the validtion only gives me warnings. Error (12711) VMM cannot complete the WMI