Centering a region in the page

Hi
I have seen a post explaining how i can centering a region in the page. it's about page 0 definition, but i'm not finding it anymore. Someone could help me? I wanna put a main region (report and form) in the center of page. At Left side, i will have a treeview with others informations...
Tks
Ricardo

Here is a simple explanation of my use case. I have a page with a region, and below it, there is a form to display/accept some fields. When I click on save button on the page, I need to capture the values inside the region as well as the form below it. So I need to access the view object inside the region.
Thanks
Vishal

Similar Messages

  • V4.1 "You cannot perform this action in this region of the page" Bug?

    I am receiving an "You cannot perform this action in this
    region of the page" error when I try to add a link to an image. And
    yes I am in an editable region.
    The weird thing is, for the images that already have links, I
    can edit them successfully, but if I remove them I cannot add a
    link back to it.
    This site was originally being administered using contribute
    3.11 but the client is now using 4.1 could that have something to
    do with it?
    Thank you,

    I was also having this problem but I was able to confirm that it wasn't old code or javascript problems. In the process of troubleshooting we realized that some links were editable and others were not. Turns out all the links that used PHP (in this case an echo for the site url) were the ones that were uneditable.
    Since I've been creating pages and content with this method for years and have only had a problem in the last month, I don't really feel like this has been "solved". I certainly don't want to go back and edit all my pages using php for site organization but at least this will allow the client to make edits for now.

  • "You cannot perform this action in this region of the page" error Contribute 2.01

    Hi
    Our Contribute users are working in Editable Regions on pages
    they have permission to edit. They get this error sometimes when
    they try to create a link to another part of the website, to a page
    out on the Internet, or to a document on their computer.
    Usually they can succeed if they publish the page as is then
    edit it again, but not always.
    There is no noticeable network lag. The message appears
    quickly.
    We plan on upgrading Contribute, but don't have the go-ahead
    yet. Any suggestions about where to look for a solution would be
    appreciated.
    Thanks
    Gord

    I am having the same problem in both Contribute 4.0 and 3.0.
    I have checked the code and there is nothing odd in it. When I edit
    a page, I have found that I can create one link in the editable
    region, but then when I try to create another, I get the message:
    “Cannot perform that action in this region of the
    page.” This happens with text links, links from an image, and
    email links. It happens whether I choose "Browse" or "Choose." The
    problem also occurs when attempting to link to a file on my
    computer.
    I am the administrator of the site - it's not a problem for
    me, because I can make the links in Dreamweaver. However it is a
    big problem for our customers who want to update their own pages.
    Here is an example of a page of the site where this is
    happening.
    http://www.firstflightrentals.com/amenities.htm

  • Get bindings of a region in the page

    Hi folks,
    I am using Jdev 11.1.1.4.0
    I have a page fragment which has a region inside it and other components too. The components (not part of the region) are bound to a view object. I get the bindings of this page using
    FacesContext fc = FacesContext.getCurrentInstance();
    fc.getApplication().evaluateExpressionGet(fc, "#{bindings}", oracle.binding.BindingContainer.class);
    Now I iterate over the executable bindings to get the JUIteratorBinding inside the region (taskflow). But the VO iterator for this gives me null values for its attributes even though the screen has values displayed inside the components.
    The VO for the components not part of the region above displays the correct values. Its just the problem with the iterator in the taskflow. What might be the issue here?
    Thanks
    Vishal

    Here is a simple explanation of my use case. I have a page with a region, and below it, there is a form to display/accept some fields. When I click on save button on the page, I need to capture the values inside the region as well as the form below it. So I need to access the view object inside the region.
    Thanks
    Vishal

  • You Cannot Perform this Action in this Region of the Page

    I have been using Contribute for a few months - my web person designed our web in Dreamweaver, using a template she customized. I am using Firefox, if that matters. I have the Administrator role.
    About a month ago I had trouble deleting a table - and received the error message You Cannot perform this action ... etc. NOW, I can't do anything having to do with inserting html snippet, or inserting a table, or a paypal button. I am trying to update pricing on our products page.
    Thank you!

    Anit: Thank you, but I checked out that article and the subject is: "When trying to edit a page, an error message appears, "You can't edit this page now because (username) <email address> is currently editing it. Please contact <email address> for assistance."" I am trying to edit a page that is not checked out. It appears to have something to do with tables and paypal buttons - both when they are input through contribute, and when I get the code from creating one in Paypal and try to insert html snippet. Do you please have any other ideas? This is a show-stopper for our business because now the buttons aren't working. Thank you!

  • Changing region position on submitting the page by clicking a  button.

    Hi,
    I have 3 regions in my APEX page.
    1. Region having 20 LOV's with the width between them as 300. The display point is "Page Template Body (1)"
    2. Region having 3 buttons.(Go, CLEAR,CALCULATE) The display point is "Page Template Body (2)" Template is "Region without title" and column = 2 and align = "center" in HTML table cell attributes
    3. Region having a report with 25 display columns.
    Now the problem is,
    a) When I click "GO" button , 25 column report displays and it goes beyond the page layout. Hence button also shifts to right(means center position of the page when it is extended by 25 column report). User cannot see the button.
    This button shpould retain its place. How to do this?
    b) When I click "GO" button , the gap between the LOV's increases and LOV's also shifts to the right side.
    These LOV should be in its place. and should not move on click of button when page submitted.
    How can i achieve this. ??
    Any suggestios would be welcome.
    Please help me.
    Thanks
    Alaka
    Edited by: Alaka on Jan 5, 2009 6:06 AM

    Hi,
    If I understand well your problem... You don't say what theme you are using, but usually regions have width=100%, meaning that they should use the whole width of the page (not just the visible part on the screen). Because of this, when the region containing the report extends to the right, it forces all other regions on the page to resize themselves accordingly, that is why your design is getting messed up.
    One way to fix it is to tweak the region templates (I would suggest making a copy instead of changing the existing templates). Simply remove the width=100% setting, or hardcode it to a fixed width (for instance, width=300px).
    It is a bit complicated to explain here exactly how to do this, but I hope this gives you an idea...
    Regards,
    Luis

  • Hiding the Region Navigating between pages

    Hi All,
    I have two regions in page1 ( region1 & region2), when I click one of the columns in page2 I should see only region2. I have searched in forum but I didn't find any solution for this kind of problem.
    How can I completely hide the region1 which is in page1? Is there any way that I can hide the region through conditional display
    Thanks,
    Suma.

    I assume the clicking is using a link to page 1. In that link you can specify an item on the page 1 and flag it with some value. In the conditonal display of the region on the page 1 you may specify to show it only if that flag is NULL.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Changing the page region contents

    hi
    I have a page with 4/5 regions. On the top most region our company banner (which is a .gif) is there. There are some other links added in different region of the page. i want to change my company banner whenever i click on the links in the different region of the page.
    How can i achieve this
    ash

    rpm3d
    That is such a bad idea, unless you want a photograph behind your text which is also a bad idea, making it illegible or near illegibile. jpegs are not the answer to everything. Every format has its uses and in this case jpegs are the absolute worst choice.
    Shapes can have flat or gradient color fills and are the obvious solution if they cover the entire page. Be aware that most desktop printers can not print anywhere near the edge of the paper so you will end up with bold white border in most cases.
    If you are determined to do this you can use a page size text box with color fill, ie one with zero margins and use insets to position the text in from left and right. You can position the text top and bottom using the header and footer which will cause the text to wrap away from those areas.
    The catch with this method is if you need multiple columns, they are calculated from the outside edges of the text box. You can sneak past this by using 2 transparent shapes with no borders but using text wrap to push text away from the outer sides, but this almost demands equal columns absolutely centred on the page.
    Really the best solution is the colored shapes in the background. Be aware though that with some of the pdf settings this may cause text over them to pixelate on output.
    Peter

  • Very intermittent missing page regions / report rows / page item values

    My goals in making this posting are twofold:
    1. I'm looking to see if anyone else has experienced this type of issue before.
    2. I'm looking for ideas about what can be done to debug such an infrequent bug with serious implications.
    Synopsis
    I'm having a weird problem where very infrequently I will load a page and I'll notice that one or more page regions, report rows, or page item values are missing. If I reload the page the missing parts appear as they normally should.
    By "very infrequently" I would say it happens to me somewhere between 1 in 100 and 1 in 1000 page loads, of course at my last project demonstration in happened twice in 10 minutes to my demo participants. I've attempted to debug this, but most of the techniques I know of involve reloading the page or reposting the form data and (of course) everything looks fine then.
    Environment
    * This has happened on multiple different pages, under ApEx 3.1 (Linux) and 3.2 (Solaris).
    * I believe that so far I've only ever seen this under Firefox 3/3.5 under OSX, but since I do the vast majority of my development with this browser it's not reasonable to conclude that it only happens under Firefox.
    Logs
    * No application errors during this timeframe.
    * Nothing of significance in the database alerts log (just thread notes and log sequences).
    * Nothing of significance in the webserver log (just the usual mod_ossl connection errors).
    Thanks for your attention,
    Jason
    Edited by: Jason G on Jul 24, 2009 12:43 PM

    Well, thanks for reading the post anyway.
    While working through some debugging steps I realized that I was populating some of the regions as the page rendered using AJAX -- this would pause the page rendering until the AJAX request returned. I believe that a hanging AJAX call was the likely culprit of the very intermittent symptoms I was seeing.
    I moved the AJAX calls to the last region of the page and added a javascript function that "watches the page load" by checking for regions by ID and looking at javascript boolean flags to let me know when the page is fully rendered. If this process takes longer than 5 seconds it notifies the user that something happened and offers to reload the page for them in an effort to fix the issue.
    So far, so good -- but it will take a lot of testing to convince me that this case is solved. I hope my documenting this is helpful for others in similar situations.
    Good luck,
    Jason

  • Jump to specific region on a page

    I have a page with multiple (10+) sql report regions. What I’m looking to do is let users select one of the regions from a list thereby jumping (moving focus) to that specific region on the page.
    If possible I’d like to do this without submitting the page again.
    If anyone has tips or has seen a thread with this answered already, please let me know.
    Thank you

    Give each report region a unique ID using the region's Static ID property, for example emp-report.
    These can be referenced as fragment identifiers in URLs:
    <a href="#emp-report" title="Go to Employee report on this page">Employees</a>
    Re: Lists that go to items.

  • How to hide a  report region on a page

    Hello,
    I have a page divided with 5 regions ( report region).
    Is it possible to not show a region when the page is loaded iif the query is not returning any results?
    thanks
    Roseline

    Hi,
    Yes, you can conditionally show regions.
    Go edit your report region and set Condition Type "EXISTS (SQL query returns at least one row).
    And in Expression 1 place
    SELECT 1 FROM
    ( paste your query here )Between bracket place your query.
    Br, Jari

  • Same template for more than 8 regions in a page

    anyboday can explain how to apply same template for more than 8 regions in a page ?

    Hello,
    You should be able to apply the same template to any number of regions on the page. There is no constraint.
    Carl

  • How to hide search box in the search region for the attachments (table)

    Dear,
    I have attachments region on the page with Render Search Region property set to true. What I want is to hide the text box in the search region? Is it possible? If I set this property to false the whole region goes away. I want the search region to stay, just get rid of the search box.
    And one more question - what property (of the attachment image) governs 'Publish to Catalog' behaviour?
    Thank you.
    Anatoliy

    I dont think that its possible to change the image.
    Are you trying to disable the document search ? Is the entire region disappearing when you tried disabling the search through personalization, walking the page hierarchy ? Is it for Document catalog ? If so, then it is a bug
    Thanks

  • Dreamweaver Design view does not show parts of the page

    Hello all,
    I was working on a page update - page was created using a
    template so
    that the client can add content with Contribute - and have
    discovered
    that suddenly whole sections of the page are no longer
    visible in Design
    Mode. This caused me some panic until I viewed in code view
    and found
    everything still in there. Viewing in browser shows the page
    there in
    entirety too, and uploads just fine. But no matter what I do
    - restart
    the program, restart the computer - nothing changes, the page
    design
    does not show parts of this page. Everything is in an
    editable area and
    should be visible.
    I have been editing the code as that was my only option, but
    now I have
    heard that my client cannot view those sections of the page
    in her
    Contribute either.
    The page is here:
    http://www.craft-design.ns.ca
    Any help would be gratefully received.
    Thanks
    Ellie

    > (I find it strange that it is now like this, as I
    understood that th was
    > depracated? So I went through and removed them all.)
    <th> deprecated? Certainly not.
    > There are editable regions in the page as it has been
    working for the past
    > year and a half. I find that after an amount of editing
    by Contribute
    > users, the pages do tend to fall apart.
    Normal template files have two editable regions in the head
    of the page -
    doctitle, and head
    The one you linked does not.
    That's what I was talking about.
    > Contribute sounds a great thing, but is a huge pain and
    ends up costing me
    > money fixing the messes my clients end up making, though
    this should not
    > be possible...
    I have stopped recommending it to my clients.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ellie" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks Murray,
    >
    > I see all this.
    >
    > (I find it strange that it is now like this, as I
    understood that th was
    > depracated? So I went through and removed them all.)
    >
    > There are editable regions in the page as it has been
    working for the past
    > year and a half. I find that after an amount of editing
    by Contribute
    > users, the pages do tend to fall apart.
    >
    > I will have to remake the template and remake the page
    from that.
    >
    > Strange thing is it was working perfectly well before.
    >
    > Thanks for the help, Murray.
    >
    > Contribute sounds a great thing, but is a huge pain and
    ends up costing me
    > money fixing the messes my clients end up making, though
    this should not
    > be possible...
    >
    > Ellie
    >
    > Murray *ACE* wrote:
    >
    >> You have no editable regions in the head of that
    page - why is that?
    >>
    >> As for the display in DW, perhaps it's the 175
    validation errors that the
    >> W3C validator finds on the page?
    >>
    >>
    http://validator.w3.org/check?verbose=1&uri=http://www.craft-design.ns.ca/mbg_past_shows.h tml
    >>
    >> Most of these are serious coding problems....
    >>
    >

  • Apex stopped working: New elements don't get generated on the page

    A collegue came in saying that he added a button to a page but whatever he tried it stayed invisible. So I tried, and no matter what, it stayed invisible. So, we made a new page with a standard report region. The page is there but the region is not.
    As it seems: Existing elements show up normally, new elements don't seem to get generated.
    We made an export and imported it into a new application. Everything shows up.
    What's happening here?

    Hi,
    If you have workspace admin privilege, just in case purge all page and region cache
    http://download.oracle.com/docs/cd/E17556_01/doc/admin.40/e15521/aadmn_mg_cache.htm#sthref153
    Regards,
    Jari

Maybe you are looking for

  • Several scripts calling one application...

    I'm setting up several stay-open applescripts. Each watches its own hotfolder for incoming PDFs, then tells Photoshop to process the files as needed, and ultimately saves each as a new file. Sometimes, when two or more of these scripts call on Photos

  • ME53n fixed vendor is getting deleted.

    in IW32 we can create the line item for the Purchase requistion when the controlling key is changed to PM03. like wise when the new line item is getting created thru IW32 the previous line item 's vendor no is getting deleted. in source of supply tab

  • Service contract determination for service request

    Hi, is there a way to influence the contract determination in a service request creation process? The contract should be found if there is one for sold-to-party OR ship-to-party. Thank you. Kind regards Manfred

  • LS Protocol Stack 14428

    Hello, I'm stuck on this issue. I got this error on Front-end server. Can someone help me on this. TLS outgoing connection failures. Over the past 28 minutes, Lync Server has experienced TLS outgoing connection failures 15 time(s). The error code of

  • Render problem Motion5

    I am new to motion and I have some problems with rendering. I made a kinetic typography video but when I render it there are a lot of pieces missing in the text. I recently read something about a too large font but is there any solution for this prob