Create new region in the page template

Hello

I use Apex 4.2 with enterprise DB 11, I try to create the new zone in the page template of "application > share the component > model > page > edit page" I add #REGION_POSITION_20 # #REGION_POSITION_01 # and its added successfully, the problem is when I use this page template on my page, I see the région #REGION_POSITION_20 # added to the model , but I can't select a position for the region.

Any suggestion

Hani says:

I use Apex 4.2 with enterprise DB 11, I try to create the new zone in the page template of "application > share the component > model > page > edit page" I add #REGION_POSITION_20 # #REGION_POSITION_01 # and its added successfully, the problem is when I use this page template on my page, I see the région #REGION_POSITION_20 # added to the model , but I can't select a position for the region.

Any suggestion

You cannot create additional region position placeholders. Why do you think that you need to do?

Several areas can be assigned to each position in the region, the existing placeholders can be moved, regions may contain subregionsand region controlled by the attributes of the region and/or CSS page layout. These options provide more flexibility for most requirements.

Tags: Database

Similar Questions

  • Error when you try to create a region of the page generated by the anonymous pl/sql block

    Hi guys I tried to create a region of the page which is the source and anonymous pl/sql block and I have been making a few mistakes. Basically what I want this region to do, is to give the current user of the application one summarized data compared to there user name which is: app_user the code I used was

    declare

    ven_ret varchar2 (15);

    BEGIN

    ven_ret: = (select u.vendor of USERS4ARCHITEC u )


    where

    u.e_mail = V ('APP_USER')

    and not exists (select null from arch_tbl I where u.vendor = i.vendor and user_id = V ('APP_USER'))

    order u.vendor in ven_ret);

    END;

    /

    the structure of the table to the USERS4ARCHITEC table is

    User varchar2 (15) vendor2 (20)

    ----------------------------------------------------------------------------------

    user@1                                                                          sap

    user@1                                                                          oracle

    user@1                                                                           IBM                                                            <---------sample data

    user@2                                                                          Oracle

    user@2                                                                          cisco

    the structure of the table to the arch_tbl table is

    user                                                     vendor

    --------------------------------------------------------------

    user@1                                                 sap

    So if user@1 logs in the application of the region using the pl/sql code code above should display oracle and IBM, because these two sellers are always under his username that he has already used a form to insert the sap into the arch_tbl table. Please tell me what I'm doing wrong here. Thank you guys

    Why would you build a type psedu at APEX report MANUALLY when you can just build a relationship with the same selection you use now for your pl/sql dynamic region?  What is the purpose of building your own report when the tool made for you?

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Possible to have shared SelectList in the Page template?

    Hi all

    I have a simple question about "what I am missing?

    We want to add a dropdown "Select job number" to each page. The drop-down list is based on a database query.

    All the work is done, but I have a problem.

    We are creating a SELECTLIST element on each page!

    We use a < div > shared region in the Page template.

    We use a javascript in the Page template code.

    We use a common OracleSQLPackage for the entire treatment.

    We use a shared item in demand for the job number.

    But on each page, we have controls on the page P185_SELECTLIST, P186_SELECTLIST, P187_SELECTLIST, P188_SELECTLIST, P189_SELECTLIST... and the problem will only get worse.

    How do we code the drop-down list in the page template?

    Is it by creating the shared list?

    Thanks for your help

    user8115477 wrote:

    Please update your forum profile with a recognizable username instead of "user8115477": Video tutorial how to change username available

    I have a simple question about "what I am missing?

    One thing missing is that information which is necessary to obtain a rapid and effective response when ask you a question.

    We want to add a dropdown "Select job number" to each page. The drop-down list is based on a database query.

    All the work is done, but I have a problem.

    We are creating a SELECTLIST element on each page!

    We use a shared

    area in the Page template.

    We use a javascript in the Page template code.

    We use a common OracleSQLPackage for the entire treatment.

    We use a shared item in demand for the job number.

    But on each page, we have controls on the page P185_SELECTLIST, P186_SELECTLIST, P187_SELECTLIST, P188_SELECTLIST, P189_SELECTLIST... and the problem will only get worse.

    How do we code the drop-down list in the page template?

    You do not have. Add a global page to the application and create the item selection list it. Dynamic measurements can also appear on the overall page to implement the behaviors associated with the element. Conditions can be used to control the pages of the element and the DAs are displayed on.

  • How to set the page template for a page in app

    I've been looking for a way to re - assign a specific page to a different page template, and I must be blind. I did it with the regions and reports, but never a whole page. The closest I can find is how to set the default page for an application model template. What I have is a printable form that they want in a specific format. I was able to code the whole thing into a region of PL/SQL, but I was hoping that I could take an existing page template and modify the model to different regions in the areas I would like to.

    Can someone help me find this? I have already created a copy of the page template I want to twist.

    If you are in the tree view, double-click the entry of title of page (top); If you are in the component view, simply click the edit button in the page area. Either way will take you to the screen of the Page change. in the display attributes section, you will see a Page Model drop-down list.

    -David

  • How and where to use Java script to create a new button in the page of detail of the object

    Hi all

    I want to create "New/Add button" in the page of detail of the object. If I'm not mistaken I need to use the java script for this, but could you please let me know how and where to use Java script to create a new button in the page of detail of the CRMOD object.

    Thanks in advance.

    Kind regards
    Manish

    Any related object on the details of the page should have an 'Add' or 'New' or the two default buttons - it of a vanilla feature and will do the required action.

    If you want to change this behavior and do something delicate you will potentially have to to go for javascript. You must add the javascript code in a web custom tab on this object.

    Admin--> Application Customization--> Contact--> Applet Web Contact

    Now add your javascript in the code box, after selecting the type = HTML for this web applet, expose this web applet on the Contact details page layout and your javascript will be called every time this page is loaded.

    Check this document online to see how javascript can be integrated into the CRM on demand http://helponmyproject.com/TTOCOD/

    See you soon!
    Royston

  • XmlMenuModel in the page template

    I've defined a template page with an attribute of type XMLMenuModel, for the consumer of this model must provide the menu template.

    < afc:attribute >
    < afc:attribute - name > xmlMenu < / afc:attribute - name >
    < afc:attribute - class > org.apache.myfaces.trinidad.model.XMLMenuModel < / afc:attribute - class >
    < afc: required > true < / afc: required >
    < / afc:attribute >

    < af:menuBar id = "bar menu" value = "#{attrs.xmlMenu}" var = "item" > "
    < f: facet name = "nodeStamp" >
    "< af:commandNavigationItem text =" #{item.label} "action =" #{item.doAction} ".
    ID = rendered = "#{item.rendered"cni1"} '"
    Disabled = "#{Item.Disabled}" / >
    < / f: facet >
    < / af:menuBar >

    It does not work when I provided a correct object. To ensure that I created a page with this template and copied the menu bar code in the page. The two model menu bar and directly in the page using the same model. The page works, but that of the page template does not work. It shows an empty menu bar.

    "< af:pageTemplate viewId="/WEB-INF/org/Template.jsf "id ="pt1">
    < f: facet 'content' = name >
    < af:group >
    "< af:menuBar id ="bar menu"value ="#{root_menu}"var ="item">"
    < f: facet name = "nodeStamp" >
    "< af:commandNavigationItem text =" #{item.label} "action =" #{item.doAction} "id ="cni1 ".
    rendered = "#{Item.rendered}" disabled = "#{item.disabled}" / > "
    < / f: facet >
    < / af:menuBar >
    < af:region value = "#{bindings.dummybtf1.regionModel}" id = "r1" / > "
    < / af:group >
    < / f: facet >
    "< name f: attribute ="xmlMenu"value ="#{root_menu}"/ >".
    < / af:pageTemplate >

    Any ideas?

    Thank you

    JDev 11.1.2.4

    I finally found the answer. The reason is that I have two models of pages in my project. Because I trust JDeveloper to generate the correct code, I does not change the value of property var. So it was set at uploading for two models of pages. For some reason, the page template attributes not were not passed. So to resolve the issue make sure that all your page templates have the same value of property var. always a pleasure to work with such a test framework. You get what you pay for...

  • Can I create a #REGION_10 # in a page template? If so, how?

    I am trying to add additional parts to the page a level template tab.

    Is it possible to add a new region and set #REGION_10 # for example?

    I don't know where to put the HTML code I the definition of the page template to update the #BODY #, but when I add #REGION_10 # it doesn't seem to work.

    Here's what I tried to do:

    (by omitting most of the HTML body for more clarity)

    It is the existing portion that affects areas of the body
    < b >
    < td valign = "top" width = "100%" > #BOX_BODY # REGION_POSITION_02 # REGION_POSITION_04 # < table >
    < class td = "t13ColumnSep" > < div class = "t13ColumnSep" >
    < / div > < table >
    < td valign = "top" > < div style = "float: right;" > #REGION_POSITION_03 # < / div > < table >
    < /tr >

    Notice the addition of the first lower row with REGION_10
    < b >
    * < td valign = "top" > < div style = "float: left; ' > #REGION_POSITION_10 # < / div > < table > *.
    < td valign = "top" width = "100%" > #BOX_BODY # REGION_POSITION_02 # REGION_POSITION_04 # < table >
    < class td = "t13ColumnSep" > < div class = "t13ColumnSep" >
    < / div > < table >
    < td valign = "top" > < div style = "float: right;" > #REGION_POSITION_03 # < / div > < table >
    < /tr >

    Now, if I do it like this and fly REGION_05 form the footer, it works as I wanted to, but I need to REGION_05 no later than...

    < b >
    * < td valign = "top" > < div style = "float: left; ' > #REGION_POSITION_05 # < / div > < table > *.
    < td valign = "top" width = "100%" > #BOX_BODY # REGION_POSITION_02 # REGION_POSITION_04 # < table >
    < class td = "t13ColumnSep" > < div class = "t13ColumnSep" >
    < / div > < table >
    < td valign = "top" > < div style = "float: right;" > #REGION_POSITION_03 # < / div > < table >
    < /tr >


    Thanks for your help

    George Milliken

    Published by: George Milliken on November 14, 2010 20:18

    Hi George

    Don't feel bad, fly you #REGION_POSITION_05 # is a perfectly valid and rational solution.

    Looking at the model you use, another solution would be to move parts of #REGION_POSITION_04 # to #REGION_POSITION_02 #, releasing #REGION_POSITION_04 # for your use.

    A quick check using the APEX views will determine how much work it is.
    This will take more work than 'steal' #REGION_POSITION_05 #, justifying why you did.

    You're officially absolved of the crime you to 'fly' - easy sleep.

    Mark

  • Error in adding an editable region in the nested template header

    I have a basic model for the website (creation of main menus) and a secondary model using this basic model, which establishes a common table, on the one hand of the site layout. After you create the PHP to drive page, I need to lock this secondary nested region - otherwise any edit I make on my secondary & quot; -definition of table & quot; model is not passed to the last pages using the secondary model. I created a secondary edit box successfully in every part of the & lt; body & gt; region, and of course, it locks text outside the secondary editable help DW says it should. So far so good.

    Now the problem - I can not create a region inside the & lt; head & gt; combo box to lock this region too. Normally we'd like keywords and so on to be variable from one page to another, but as I am filling variable keywords from a database, it makes sense to lock the & lt; head & gt; Too much. Does anyone know why that generates an error & quot; failed to create an optional region here & quot;? Is there anything we can do about it?

    > by whom?
    This is DW CS3 help on nested models:

    A nested template is a template whose design and editable regions is based on another model. Nested models are useful for the control of content in the pages of a site that share many design elements, but have some differences between pages. For example, a basic model can contain broader design areas and be usable by many contributors of content on site, while a nested model can further define the editable regions in the pages of a specific section of a site.

    > the solution
    I just figured out how to lock the header in the document of reference to TechNote 16416. It is referenced in the called DW CS3 help page

    Prevent an editable region to a nested model

    In summary - insert the marker @@("") @ in the editable area.

    I tried it and it works perfectly! The cephalic region is now locked in the nested template, so the changes in this area went from child pages. That's the answer.

    > your book
    Yes, I saw it on Amazon. Kudos to you for publication.

    > your suggestion extracted
    Thanks for that. This looks like a more manual approach, however.

    > mysteriously missing paragraphs
    Very strange, I can see them on my screen in Firefox and IE7.

    Best regards
    Richard

  • Local service of custom data not available in the page template

    Hi guys,.

    I created a custom service that is return of Image in response as shown below:
    public void GetImage
    Producer = config.getProducerImpl () (producer);
    String capText = producer.createText ();
    m_binder.putLocal ("capText", capText);
    BufferedImage bi producer = .createImage (capText);
    m_binder.setContentType("image/JPEG");
    m_binder.m_contentType = "image/JPEG";
    AA ByteArrayOutputStream = new ByteArrayOutputStream();
    Wrapper DataStreamWrapper = new DataStreamWrapper();
    Wrapper.m_dataType = "image/JPEG";
    Wrapper.m_clientFileName = "image.jpg";
    ImageIO.write (bi, "jpg", aa);
    wrapper.initWithInputStream (new ByteArrayInputStream (aa.toByteArray ()), aa.toByteArray () .length);
    This.m_httpImplementor.sendStreamResponse (m_binder, wrapper);
    }

    I call this service into the page as a template below:

    & lt; img src = "http://localhost/ucm/idcplg?IdcService=getJcaptchaService" / & gt;

    & lt; input type = "text" name = "capText" value = "<!-$capText - > ' / & gt;"


    <!-$capText-> capText value is empty here. It is not available here.

    Please suggest how capText value may be available in the page template.

    Thank you

    Your custom class must extend a class of Service. Then use this line of code to access the value of the variable capText:

    String lCapText = this.m_binder.get ("capText");

    Let me know if it works!

  • attach a region or the page tab

    Hi all

    We've added a new tab on the page of the supply.
    for example, we already have four tabs available: requisitions, negotiation, Intelligence and administrator.

    Now we have added the new tab.
    but we get null pointer exception when click New tab.

    can anyone has idea how to fix?

    -Faisal

    Hello

    FSL wrote:
    As I just want to test my work with any page.so I enclose you a page simple xxPG.xml is necessary to attach AM.if yes then what AM to tie.

    -page and should contain AM.
    -Create new AM in bc4j xxx.oracerl.apps.po.msg.server.
    - and join the page.

    Concerning
    Meher Irk

  • Create a validation on the Page IExpense

    Hello

    I need to create a validation on the page of iExpense, where... the user selects the type of expense and adds details such as start date total etc...

    When he clicks on the next button, validation can take place when when checking should be done with the database to search for if the user has created the same before report. If so it should allow user to create the new report.

    The problem I m facing here is... the validation must be done at the next button... and this button is common on all pages as it's a track.

    How can I do this... I m totally confused.

    Can someone help me fulfill this requirement. I know I should do the extension, I want to know what objects all I extend.

    Thanks in advance,
    Kone

    Kaushik,

    When you follow the method mentioned by AJ, you can find VO named "ExpenseTypesVO" under the path "oracle.apps.ap.oie.common.server".

    According to the statement present in it, required table where we need to insert the new type of expense is "AP_EXPENSE_REPORT_PARAMS".

    Kind regards
    Anand

  • How to create a region of the header programmatically?

    Hi all,
    can someone tell me how to create a region of the header programmatically (without using the Properties window).
    I used this code

    OAHeaderBean assocmpnybean = (OAHeaderBean) webBean.findChildRecursive ("NameHdrRN");

    After, I checked this object (assocmpnybean) it shows null...

    How to create a region of the header programmatically? Someone knows it please let me know... Its urgent...

    Thanks in advance

    Concerning
    Fabrice

    Hello

    Use this code...

    OAHeaderBean Bean = (OAHeaderBean) createWebBean (pageContext, HEADER_BEAN);
    Page OAPageLayoutBean = (OAPageLayoutBean) pageContext.getPageLayoutBean ();
    page.addIndexedChild (Bean);

    Thank you
    Gerard

  • I can't see changes in a folder unless I go up a level and then re-enter folder, for example, create new folder, rename the folder, rotate the image etc. Can someone please?

    I do not see changes within a folder, except if I go up a level and then again enter the folder, for example, create new folder, rename the folder, rotate the image, etc..

    By pressing the "F5" key would probably be to refresh the folder.

    See if this article helps you with this problem:

    "List of the files in the Windows Explorer folder is not refreshed after that you create, move, or delete files"
      <>http://support.Microsoft.com/kb/823291 >

    HTH,
    JW

  • on windows xp, my system restore to a previous restore point. have you tried many restore points & creating new ones but the system does not restore. all the solutions out there?

    on windows xp that my system restore to a previous restore point, I tried many restore points & created new ones but the system displays "could not be restored", any help out there.

    Let see... What do we know about your system environment:

    It's windows xp.

    If we knew more, you would probably now.

    What is the problem that you are experiencing this thing you System Restore will be remedied?  System Restore is not a time machine.

    The system restore already worked successfully in the past?

    Thank you MS Answers, allowing the resolution of simple problems like frustrating and a lot of time as possible by asking only not for any information system when a new question is asked.

    Provide information on your system, the better you can:

    What is your system brand and model?

    What is your Version of XP and the Service Pack?

    Describe your current antivirus and software anti malware situation: McAfee, Symantec, Norton, Spybot, AVG, Avira!, MSE, Panda, Trend Micro, CA, Defender, ZoneAlarm, PC Tools, Comodo, etc..

    The question was preceded by a loss of power, aborted reboot or abnormal termination?  (this includes the plug pulling, buttons power, remove the battery, etc.)

    The afflicted system has a working CD/DVD (internal or external) drive?

    You have a true bootable XP installation CD (it is not the same as any recovery CD provided with your system)?

    If the system works, what do you think might have changed since the last time it did not work properly?

    Some tools Anti Virus 'protect' your system so that they will not allow a restore of the system work properly.
    For example, if you use Norton/Symantec products, you will see a message like this:
    Restoration incomplete. Your computer cannot be restored...
    It is also a popular Symantec problem (well, I'll be polite and call an "undocumented feature"...), they wrote an article about it:
    According to what you use for malware protection, you may need to disable the product temporarily, do the system restore and then turn the products light up again when the system restore is complete.
    Sometimes you need start your system in Mode safe and so that your protection programs are not running, and then do the system restore.  Tips from Microsoft in some of their articles that if the system restore does not restore your computer, start in Safe Mode, and then run the system restore.  It works for some configurations.
    System Restore is sometimes so afflicted or Restore Points are suspicious, the best solution is to reinstall your system restore.  This will remove the old Restore Points, but sometimes it's the only way to fix a broken system restore.  You don't have to reinstall XP, only the part of system restore.
    That can leave you with your problem of unspecified origin that you hope the system restore will fix (using a system restore is usually not equivalent to fixing the problem though).
    Give these ideas some consideration if they apply to you.
    Sometimes malicious will afflict your system restore to prevent you to find and remove malware.  It would much rather you trick into thinking that you need to repair or reinstall your XP when it is not necessary.
    No matter what you use for protection against malware, I do so and then only begin to solve any problems:
    Download, install, update and do a full scan with these free malware detection programs can solve any problems:
    Malwarebytes (MMFA): http://malwarebytes.org/
    SUPERAntiSpyware: (SAS): http://www.superantispyware.com/
    It can be uninstalled later if you wish.
    The scans by operating clean, reboot, test and we can fix any other issues.
  • Error in creating new project to the NDP.

    t1.bmp

    Creating new project in the NDP, I came across the following error. How can I ressemelable this error. I have attached a screenshot.

    Please check if there is a section of configuration as below in Web\npd\web.config.

    
    
    
    

    And you have a config\Core\EqtUIModelDefinitions.xml file? If so, there could be error in there.

Maybe you are looking for

  • Is there a 'OK Google' add-on for Firefox or a "Firefox OK"

    Since I use a smartphone I have the habit to use Google OK and find that talking about a long query in browser results in more relevant results. I thought I have it add to Firefox to make navigation easier. I can't find an add-on for this and wonder

  • DIAdem 2010 not registered for COM Win7/64

    Hello my application creates an instance of tiara... New DIAdem.TOCommand... On Win7/32 it runs as expected. On Win7/64, I get the exception REGDB_E_CLASSNOTREG DIAdem is already running, the new DIAdem.TOCommand throws the same exception. Now when I

  • NO MESSAGE ERROR SCAN OPTIONS FOR HP PHOTOSMART 3310 ALL IN ONE

    I have Windows XP and uninstalled and reinstalled the new software for the all-in-one HP Photosmart 3310, but evrytime I click scan, the scan menu comes up with 3 options, but being the 1. Select the computer the only clickable option. When I click o

  • installation of service pack

    Can I install Service Pack 1 or 2, if I already have Service Pack 3?  I need to uninstall Internet Explorer 8 and back to Explorer 7.  They said the Explorer 8 could not be removed if it added before Service pack 3 and I can't remove it programs.  Th

  • I can't get Windows Defender to run. I get the error code: 0x80016ba

    Original title: error code: 0x80016ba I can't get Windows Defender to run. When I try to run it, it keeeps something in the flashing box and gives me the 0x80016ba error code. What is the reason, please. How can I solve this problem?  Thanks in advan