Regarding the Page template.

I am creating report and I have 16 columns... so it is larger than the page. I am not getting the template for the whole report. It is ending at certain place and the remaining is blank. Can anyone help how to modify the template???
Thanks,
Rik

Hi Priya,
sure is possible. You can try to add reference to Scarlet themes CSS from your Admin Access Control page (HTML header) that will override theme 101, and then copy templates from Scarlet theme that you need to your application.
The other way would be to create custom template and to copy only CSS properties/images that you need.
Br,
Marko

Similar Messages

  • How to use application item in the page template

    How to use application item in the page template.
    Thanks,
    rajendra

    Hi,
    You can refer application item value in template like &MY_ITEM. (note period at end)
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/concept_sub.htm
    Regards,
    Jari

  • Change the Page Template Body to use 8 columns instead of 12

    Apex Version: 4.2.0.00.27
    Theme: 25
    I have a page that I need to divide by 8 segments, rather than 12 ( I will need to place items and buttons in one of the 8 columns).
    To begin, I have made a copy of the One Level Tabs - No Sidebar page template. I have tried to edit this template, and played with multiple combinations changing the Grid Layout and Display Points settings, but instead of creating a page that has 8 columns, that span the width of the page, I am just left with blank space.
    See attached:.
    https://docs.google.com/file/d/0B8Hpc-BDtEo9cjliSEJCR1hlN2c/edit?usp=drivesdk
    And these are the Page Template Settings:
    https://docs.google.com/file/d/0B8Hpc-BDtEo9ZnVVeU9vUm5jUUU/edit?usp=drivesdk
    Is it possible to change the body section of the page template to have 8 columns span the entire width, without the dead space?
    Amanda.

    Amanda,
    The CSS definition that comes with Theme 25 is based on 12 columns. The definition actually contains multiple fixed grid definitions for different screen sizes. For each definition, the column widths are defined (hard coded) based on the 12 column grid.
    Important: the grid attributes in the page template do not define the grid, the CSS does. The attributes/definition in the page template is necessary for APEX to dynamically use the grid definition. The CSS is leading!
    If you want to use an 8 column grid, you will have to re-write the CSS grid definition and alter the grid definition in the page template accordingly. So it is possible, but, depending on your level of understanding CSS and @Media queries, maybe not that trivial.
    Kind regards,
    Christian

  • The Pages/Templates tab is not showing up under Site Manager

    I am working on a site, and i am unable to see the pages/templates tab under the Site Manager tab in the AdminConsole. Is there a setting I can change to fix this or is there somethign else I need to upload?
    thank you

    Check the permissions in the admin role to be sure that it has that set.
    You should see something similiar to:

  • Change the Page Template

    I can change the Page Template, for example, "One Level Tabs" to "Popup" at runtime?

    (sorry to budge in!)
    The question still remains: why would you want to do this? Or maybe, why not either make the page tab-based OR pop-up? My worry would be that your user opens the popup page, then navigates back to wherever the 'tabbed' version is and attempts to load that - what would happen then?
    If there is a solid design reason to do this, you could probably achieve it by making two copies of the same page - one being the 'tab' version and one the 'popup' (although further changes to the page would require double the work).

  • Is there any way to access the pages templates that were there six months ago. The one I used for my recipes is not there.

    Is there any way to access the Pages app templetes that were there six months ago? The one I used for my recipes is no longer there.

    What was the name of the recipe template?
    Or was it one you created yourself.
    It helps when you tell us that you upgraded both your OS and Pages, which it appears you have done.
    Possibly even changing your Mac or iOS device. Which is it btw?
    Probably you have a new Pages which has only a fraction of the templates, because it has a fraction of the features.
    Peter

  • Hi. I made a modern resume from the pages template and then made a modern letter from the templates, how do I combine the two into one PDF file in Pages? Thank you.

    Hi. I made a resume from the modern template in Pages, then I made a letter from the modern template in Pages. How do I combine the two (cover letter and resume) into one PDF file. Thanks in advance.

    Open them both in Preview.app and drag the thumbnail of one into the other,
    Peter

  • Including JavaScript in a .js File Referenced by the Page Template

    http://download-uk.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28839/javascript.htm#BCEHEFGF
    Hi trying to implament Patrick's Library
    In the above it gives you the following to put into the template header
    <script src="http://myserver.myport/my_images/custom.js" type="text/javascript"></script>
    I take it
    my server is server1.blahblah.co.uk
    port is 1577 or somthing
    my_images is the default image folder
    so you would get somthing like ...
    <script src"http://server1.blahblah.co.uk.1577/images/jquery_Compressed.js"type="text/javascript"></script>
    <script src"http://server1.blahblah.co.uk.1577/images/ApexLib_Compressed.js"type="text/javascript"></script>
    <script src"http://server1.blahblah.co.uk.1577/images/ApexLib.css"type="text/javascript"></script>
    am I on the right lines?

    Hello,
    If you are using the base APEX images directory for the ApexLib JavaScript files, As Patrick recommends in his installation “How To” document, you can use the alias /i/ for your path. For example:
    <script src="/i/apexlib/jquery_Compressed.js" type="text/javascript"></script> It’s simpler and portable this way.
    CSS files should be loaded using the <link> tag (http://www.w3schools.com/tags/tag_link.asp). In your case, you should use something like this:
    <link rel="stylesheet" href="/i/apexlib/ApexLib.css" type="text/css" /> Don’t skip the ‘=’ sign on your src attribute.
    Regards,
    Arie.

  • How to edit the page 0 "template" in APEX 4.2

    I have an application that has been upgraded to APEX 4.2.  On page 0, when I try to move an existing region to Region Position 8 I get an error: "This region position is not in your page template".  Looking at the page definition (component view) I can see the name of the template associated with page 0, so I edited that page template and added #REGION_POSITION_08#, but still I get the same error message.  So I thought perhaps I would change page 0 to use a different template, but Edit Page does not show the page template at all for page 0. 
    So I suspect that page 0 is no longer supposed to have a template at all, yet my upgraded application does (sort of) and I can't change it.  Any ideas?

    Dear Paul,
    I used the login_table for my login page,
    which has only two fields username and password as like login screen, in my appliction in the change password page
    I used the another table called Update_user
    which has four fields,
    1.username
    2.current_password
    3.New_password
    4.Retye
    and the change password page contains this exact same 4 fields from this Table,
    whenever the users entering the 4 fields and if they click the create/update button the data will be stored in the Update_Table
    and the password field in the Login_table will be updated based on the following trigger,
       create or replace TRIGGER  trg1
    before insert on update_user
    referencing old as old new as new
    for each row
    begin
        update login_table set password= :new.retype where username=:new.username;
    end;
           As you said I tried that :APP_USER and I made the username column as read only,
    When the values inserted except the username other 3 values inserted into the update_user table and the login_table not updated so the password also not changed,
    Is there any other way to directly upadte the password in the Login_table without going for another Table?
    Please Give some suggestion.
    Thank you,
    regards,
    Gurujothi

  • Page Template Body 1,2,3 position to the left of the page

    Hi,
    How can make a page template as default.
    The situation is i have a theme which has a default page template set so that the "Page Template Body 2' comes to the the center(let me this be theme - theme 1). But there is another theme which gives me the option to
    set the 'page template body 2' to the left of the page(theme 2). I thought of switching the theme but my other setting for report will go for toss. So i have copied default template for page from theme 2 to theme 1, but i
    cant make the page template as default. How can make the page template to default ?
    Is there any other way of doing this so the 'Page Template Body 2' appears to the left.
    Thank you,
    rakesh

    In Application Builder:
    - Edit the Application
    - Click on Shared Components
    - Click on Themes
    > The current theme will have an 'asterisk (*)' by the theme name
    - DO NOT CLICK ON THE THEME
    - On the far right column will be a panel called Tasks
    - Click Edit Theme
    - Click on your current theme
    You'll see a drop down list that allows you to pick the default page template.
    Hope that helps.

  • Is there a way to use a shortcut value in the page's header template ?

    Hello everybody,
    we would like to create a page template with centralized information in the database. I tried to use the shortcuts inside the page template, but it doesn't seems it's working, or I'm not using it correctly.
    The only way I was able to use it is by using javascript to instanciate some properties, But I don't like that idea because it means I must edit all the page using that script. I simply want to change the page template and the changes be applied to all the page who are using that template.
    Here is what I want to do :
    <img src="#WORKSPACE#image/logo.png" alt='"MY_SHORTCUT"' />
    IS there a way to have a dynamic substitution variables that I could use in my html object attributes ? (I'm using APEX 3.2)
    Thank you
    Leinad
    Edited by: leinadjan on Oct 2, 2012 8:58 AM

    leinadjan wrote:
    Hello everybody,
    we would like to create a page template with centralized information in the database. I tried to use the shortcuts inside the page template, but it doesn't seems it's working, or I'm not using it correctly.
    Shortcuts are not available for use in page templates. This is something of a pain.
    The only way I was able to use it is by using javascript to instanciate some properties, But I don't like that idea because it means I must edit all the page using that script. I simply want to change the page template and the changes be applied to all the page who are using that template.
    Here is what I want to do :
    <img src="#WORKSPACE#image/logo.png" alt='"MY_SHORTCUT"' />
    IS there a way to have a dynamic substitution variables that I could use in my html object attributes ? (I'm using APEX 3.2)The closest equivalent to shortcuts in this case is probably an application item. Set the value using an application computation or process and reference it in the page template using static substitution syntax:
    <a href="http://myserver.com/htmldb/f?p=100:1:415680519803489:::::" title="&APP_ITEM."> <img src="#WORKSPACE#image/logo.png" alt="&APP_ITEM." /> </a>Not sure that it's necessarily a good idea to use the same value for link <tt>title</tt> and image <tt>alt</tt> text in this case though. What value(s) will be used?

  • Cannot use the same page template in panel tabbed

    Hi,
    I have a panel tabbed with region in each tab. And all the jsff uses the same pageTemplate, but the jsff displays only a blank with no error . So I apply refresh condition on the Region thinking it might be the cause, initially the two region loaded successfully but when I switch back to the first tab it throws Exception
    <RegistrationConfigurator><handleError> Server Exception during PPR, #1
    java.lang.NullPointerException
    at oracle.adfinternal.view.faces.taglib.region.IncludeTag$RelocatedFacet.restoreFacet(IncludeTag.java:900)
    at oracle.adfinternal.view.faces.taglib.region.IncludeTag.doStartTag(IncludeTag.java:200)
    at oracle.adfinternal.view.faces.taglib.region.DynamicIncludeTag.doStartTag(DynamicIncludeTag.java:109)
    With my investigation it shows that same pageTemplate cannot be used in panel tabbed. What seems to be the solution here? Or Am I lacking something on reusing pageTemplate across panel tabbed?
    Thanks in advance.

    Hi..
    I think this is the not error with pages created with the page template.But may be cause some contents in the page.
    anyway you will helpful following link
    Re: How to resolve Server Exception during PPR, #16 ?
    http://andrejusb.blogspot.com/2008/04/record-split-into-table-and-form.html

  • Opening downloaded templates from the Pages start menu

    can you do that? i downloaded a template for avery address labels and just have it sitting on my desktop right now. is there any way i can integrate it into my pages application thing so when i click to open the program, that template is one of the option i have to choose from?

    Pages stores documents you created & saved as templates in HD > Users > [your account] > Library > Application Support > iWork > Pages > Templates > My Templates. You can also move any downloaded templates into this folder to be available in the Pages template chooser. If you haven't saved any templates you've made, this folder path won't exist. The easiest & safest way to create it is to save a template. If you create it yourself, there is always the chance you may misname one or more. I have put an alias of this My Templates folder in a couple of places - in a folder of frequently accessed folders & files in my Dock and in the toolbar of Finder windows. You could also put it in the left panel of a Finder window. I find this is a much easier way for me to access my templates rather than using the Pages template chooser.

  • Default Display Points in Page Templates

    Ver 1.6 adds Default Display Points in the Page Templates. As I understand it these would be the default positions for Breadcrumb menus and Sidebars.
    How do these work? If you create a region, based on a breadcrumb style menu, you must specify a Display Point. The breadcrumb menu region uses that location rather than the Default Display Point.
    How do these work?
    And whats a sidebar? it is not a menu type
    Thanks

    Thanks Vikas.
    Since the format had to be repeated over many pages, I just built a custom type of Region that I use with the button positions that I need for which I modified the CSS to include my formatted classes well as the Region for only those button position that I need.
    Regards,
    Nayana

  • Bug report:on application import: page template substitution strings double

    apex version: 4.2.0.00.27
    We encounter an issue when we import an application export. In all the page templates we see that the standard substitution strings in the HEADER and FOOTER area have been added for a second time.
    EXPORTED CODE:
    wwv_flow_api.create_template (
    p_id => 32176400365879390 + wwv_flow_api.g_id_offset
    ,p_flow_id => wwv_flow.g_flow_id
    ,p_theme_id => 20
    ,p_name => '_vo_One Level Tabs_Simple'
    ,p_is_popup => false
    ,p_header_template => '<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||unistr('\000a')||
    '<head>'||unistr('\000a')||
    '<title>#TITLE#</title>'||unistr('\000a')||
    '<script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_common2.js"></script>'||unistr('\000a')||
    '<script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/datepicker.js"></script>'||unistr('\000a')||
    '<script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/datepicker-ext.js"></script>'||unistr('\000a')||
    '<script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_show_hide_region.js"></script>'||unistr('\000a')||
    '<script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_desktop_all.js"></script>'||unistr('\000a')||
    '<script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_legacy.js"></script>'||unistr('\000a')||
    '<link rel="stylesheet" href="#IMAGE_PREFIX#app/pbh/css/pbh.css" type="text/css" />'||unistr('\000a')||
    '<!--[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_20/ie.css" type="text/css" /><![endif]-->'||unistr('\000a')||
    '#APEX_CSS#'||unistr('\000a')||
    '#TEMPLATE_CSS#'||unistr('\000a')||
    '#THEME_CSS#'||unistr('\000a')||
    '#PAGE_CSS#'||unistr('\000a')||
    '#TEMPLATE_JAVASCRIPT#'||unistr('\000a')||
    '#APPLICATION_JAVASCRIPT#'||unistr('\000a')||
    '#PAGE_JAVASCRIPT#'||unistr('\000a')||
    '#HEAD#'||unistr('\000a')||
    '</head>'||unistr('\000a')||
    '<body #ONLOAD#>#FORM_OPEN#'
    ,p_box =>
    '<div id="t20Tabs">#TAB_CELLS##NAVIGATION_BAR#</div>'||unistr('\000a')||
    '<table border="0" cellpadding="0" cellspacing="0" summary="" id="t20PageBody" width="100%">'||unistr('\000a')||
    '<td width="100%" valign="top" id="t20ContentBody">'||unistr('\000a')||
    '<div id="t20BreadCrumbsLeft">#REGION_POSITION_01#</div>'||unistr('\000a')||
    '<div id="t20Messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##REGION_POSITION_02#</div>'||unistr('\000a')||
    '<div id="t20ContentMiddle">#BOX_BODY##R'||
    'EGION_POSITION_03##REGION_POSITION_04##REGION_POSITION_05##REGION_POSITION_06#</div>'||unistr('\000a')||
    '</td>'||unistr('\000a')||
    '</tr>'||unistr('\000a')||
    '</table>'
    ,p_footer_template =>
    '<div class="smallfont">PBH Versie: #APP_VERSION#</div>'||unistr('\000a')||
    '#FORM_CLOSE# '||unistr('\000a')||
    '#DEVELOPER_TOOLBAR#'||unistr('\000a')||
    '#GENERATED_CSS#'||unistr('\000a')||
    '#GENERATED_JAVASCRIPT#'||unistr('\000a')||
    '</body>'||unistr('\000a')||
    '</html>'
    ,p_success_message => '<table summary="" border="0" cellpadding="0" cellspacing="0" id="t20Notification">'||unistr('\000a')||
    '<tr><td class="L"></td><td width="100%">#SUCCESS_MESSAGE#</td><td class="R"></td></tr>'||unistr('\000a')||
    '</table>'
    ,p_current_tab => '#TAB_LABEL#'
    ,p_non_current_tab => '#TAB_LABEL#'
    ,p_notification_message => '<table summary="" border="0" cellpadding="0" cellspacing="0" id="t20Notification">'||unistr('\000a')||
    '<tr><td class="L"></td><td width="100%">#MESSAGE#</td><td class="R"></td></tr>'||unistr('\000a')||
    '</table>'
    ,p_navigation_bar => '#BAR_BODY#'
    ,p_navbar_entry => '#TEXT#'
    ,p_region_table_cattributes => ' summary="" cellpadding="0" border="0" cellspacing="5" align="left"'
    ,p_breadcrumb_def_reg_pos => 'REGION_POSITION_01'
    ,p_theme_class_id => 1
    ,p_grid_type => 'TABLE'
    ,p_grid_always_use_max_columns => false
    ,p_grid_has_column_span => true
    ,p_grid_emit_empty_leading_cols => true
    ,p_grid_emit_empty_trail_cols => false
    ,p_has_edit_links => true
    ,p_translate_this_template => 'N'
    ,p_template_comment => ''
    RESULT IN APEX for the HEADER
    <html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">
    <head>
    <title>#TITLE#</title>
    <script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_common2.js"></script>
    <script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/datepicker.js"></script>
    <script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/datepicker-ext.js"></script>
    <script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_show_hide_region.js"></script>
    <script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_desktop_all.js"></script>
    <script type="text/javascript" src="#IMAGE_PREFIX#app/common/js/app_legacy.js"></script>
    <link rel="stylesheet" href="#IMAGE_PREFIX#app/pbh/css/pbh.css" type="text/css" />
    <!--[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_20/ie.css" type="text/css" /><![endif]-->
    #APEX_CSS#
    #TEMPLATE_CSS#
    #THEME_CSS#
    #PAGE_CSS#
    #TEMPLATE_JAVASCRIPT#
    #APPLICATION_JAVASCRIPT#
    #PAGE_JAVASCRIPT#
    *#APEXCSS#*_
    *#TEMPLATECSS#*_
    *#THEMECSS#*_
    *#PAGECSS#*_
    *#APEXJAVASCRIPT#*_
    *#TEMPLATEJAVASCRIPT#*_
    *#APPLICATIONJAVASCRIPT#*_
    #HEAD#
    </head>
    <body #ONLOAD#>#FORM_OPEN#
    The added substitution strings are bold + underlined.
    Is there a parameter (application, export, template, instance level) that we can set to prevent this ?
    Edited by: Karel C on 12-feb-2013 5:32
    Edited by: Karel C on 12-feb-2013 5:32

    Hi Patrick,
    The version info is: wwv_flow_api.set_version(p_version_yyyy_mm_dd=>'2009.01.12');
    This should be wwv_flow_api.set_version(p_version_yyyy_mm_dd=>'2012.01.01');
    ... but this error is due to a manual modification of the export file.
    We parameterise some values, so that the we can use the old-school DEFINE variables in our deploy process via SQL/plus.
    One of the developers made a copy-paste error when doing that ...
    So there is no bug !
    Thanks for the tip !!
    Kind regards,
    Karel

Maybe you are looking for

  • Exporting PDF's from Microsoft Word

    I'm having trouble creating PDF's from Word (PC). If I click file and selct PDF as my printer, the image comes out with several things missing. If I click the Adobe Icon and try to print it locks up and says there is a problem with Adobe. Not sure if

  • I am trying to connect my PSP to the interent via my Wire...

    I am trying to connect my PSP to the interent via my Wireless router with no success. Does anyone have any ideas what I can do? The Router is WPA enabled and I've entered the correct key on the PSP but still no joy! help!

  • Find abap api

    Hi, Gurus; Do you know the MDM ABAP API to call the import/syndication function as we did by client tool? In addition, I also would like to know the API that can call MDM workflow. I am working on MDM 5.5 SP05. Thanks for any feedback! Haiying

  • ABAP Question

    Hello, I have a question. My scenario is to code in user exit in ECC system and get multiple entries. meaning: I have a table called Totals table and another table called Line Item.  Totals table has one document and Line item has 2 line item documen

  • Text Styling Script

    Hi everyone i've trying to insert several strings into a TextField, with the following code MyTextField.rawValue = "HELLO"; MyTextField.rawValue = MyTextField.rawValue + "WORLD"; However this method doesnt give me a way to set any string to be Bold o