Color and Styles in Dynamic Page Portlets

How do you control the colors and fonts of Dynamic Page Portlets.
I am currently using simply syntax and let the Portlet do the rest.
<ORACLE>Select * from Emp</ORACLE>

Did you try to use something like:
<head>
<LINK rel="stylesheet" href="estilos.css">
</head>
before the oracle tags and inside the file include the colors and all that things?

Similar Messages

  • Passing parameter to a dynamic page portlet

    We need to create a drill-down report using pl/sql, but it's not working when we passed a parameter. We did the following:
    1. Create a package and a store procedure.
    2. The store procedure creates the report and the look-and-feel of the report.
    3. Create a dynamic page with the following code:
    <ORACLE>DECLARE
    BEGIN
    mvdata.interbay_ops_rpts_pkg.ops_detail_procssr_rpt(p_processor);
    END;
    </ORACLE>
    4. Set the parameter to "public" in the "customization form display option".
    5. Create a page group and a page.
    6. Clicked on properties of page and then clicked on the parameter tab.
    7. Added a parameter named "p_processor_code"
    8. We also added the portlet parameter under the "portlet parameter values" and set the parameter to be a page parameter and select the name of the parameter and click OK.
    9. Launch the URL: ttp://iasdev01.bftg.com:7782/pls/portal/url/page/PG_GRP_DEVELOPMENT/PG_OPS_DETAIL_PROCESSOR?p_processor_code=DUBOIS.
    10. When we tried to launch the application we get an empty report(doesn't execute the parameter).
    11. Edit the page and went into layout mode.
    12. Click on the "edit default" of the dynamic page portlet and put the value of the parameter and it works without any problems.
    I don't understand why it doesn't take the parameter with the page url. Any help is greatly appreciated.

    I had more luck with PL/SQL items. Try something like this:
    declare
    zip varchar2(10);
    begin
    zip := portal.wwpro_api_parameters.get_value('zip', 'a');
    if zip='94065' then
       ... do something ...
    end if;
    end;Peter

  • Color and style settings won't stay the same.....

    I'm trying to get my type to stay the same color and style each time I start a new email to send to someone. I can set it each time I start a new message, but I want it to stay the same automatically when I open it up. Is that possible to do in mail?
    1.6 GHz PowerPC G5   Mac OS X (10.3.9)  

    Hi,
    I have had this problem.
    It seems that iChat is more sensitive to small breaks in the network link. Web Browsers and Mail just don't show them as they make new connections each time they download mail or change pages.
    If wireless try it wired for elimination purposes.
    Check the time any DHCP server renews the leases.
    8:49 PM Monday; February 26, 2007

  • Read parameters in a dynamic page portlet?

    Hi,
    Is it possible to read input parameters in a dynamic page portlet?
    Am I missing something if I want to read the input_parameter?
    <oracle>
    ftp.p(:input_paramter)
    </oracle>
    Thanks a lot.

    Hi,
    It is not possible to read the input parameters in the <oracle> tag. You can read it in the additional plsql code. If you have
    to access the parameter deptno then do this in the additional plsql code section.
    for i in 1..p_arg_names.count loop
    if p_arg_names(i) = 'deptno' then
    htp.p(p_arg_names(i));
    end if;
    end loop;
    Thanks,
    Sharmila

  • Can I used Dreamweaver CS5.5 to learn to build and style a web page? I see the CC version but I want to use the earlier version. THx

    Can I used Dreamweaver CS5.5 to learn to build and style a web page? I see the CC version but I want to use the earlier version. THx

    you can use the 30 trial and/or purchase from a 3rd party.
    for the trial:
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  6| 5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5 | 1
    Contribute:  CS5 | CS4, CS3 | 3,2
    FrameMaker:  12, 11, 10, 9, 8, 7.2
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Over-ride default customization for Dynamic page portlet

    has anyone been successful at over-riding the default customization that comes with the Dynamic page wizard. I have a portlet that will have specific values for each user and I would like to default those values the first time the user comes in. The delivered customization screens are not adequate to do this.
    Any ideas would be appreciated...
    null

    The question is not related to dynamic services. It is related to over-riding the default customization delivered by the Oracle portal dynamic page wizard. I need to figure out using the PDK how to enhance / over-ride the default customization that is generated. Is the preferred approach to go through the wizard and then modify the code that gets generated or should you just start from scratch and never use the wizard at all?
    Thanks,
    Tom
    null

  • Nested Portlets and ability to dynamically render Portlets

    hi,
    I have a dynamic page created to show a set of product items. This is then rendered as a Portlets- each a specific instance (parameter) of the dynamic page.
    If the User decides to look at a different set of "groups"/portlets, I would like to call an API which renders as many portlets as the number of groups User wishes to see.
    I am basically looking for a way to spawn certain number of portlets on a page, and supply a parameter to each of them while doing it.
    So, every user would have his/her set of Portlets chosen.
    Keep in mind that all these portlets are the same, but different parameters.
    Is there an API to call/render portlets on a page.
    regards
    -Ananth

    Ananth did you find this
    How to call a portlet on the page

  • Problem: Dynamic Page portlet is not displayed on a public-viewable page

    I've written a little dynamic page portal that works nicely on secure pages, but when I create a new page and mark this page as "public viewable" - the portal is not displayed.
    I created a 2nd public page and put several prebuilt and some of our own portlets onto this page - again none worked - except the prebuilt "login" portlet.
    Is there a restriction that I'm not aware of?
    Is there a documentation about this behaviour?
    Can anyone post me a hit or link to documentatin?
    Sincerly,
    Art
    Message was edited by:
    user620777

    Make sure your Portlet Provider access is set to allow 'PUBLIC' access with Execute';
    To set, navigate to Providers > Locally Built Providers
    Follow 'Grant Access' link near provider name
    Doc Reference, Section A.5.1.2 > http://download.oracle.com/docs/cd/B14099_19/portal.1014/b14135/pdg_portletbuilder.htm#BABIEFJG

  • Color and styles of the performance point scorecard changing between designer and published version.

    Greetings specialists!
    I'm experiencing a problem with one of my scorecards. I designed the scorecard using performance point dashboard designer and used it to color the top level KPI letter white. The rest of the letters is using a dark grey, but when I use the socrecard in a
    webpart in a performance point webpage all the letters appear colored in dark grey including the top level kpi letters which in the designer have been parametrised to use white.
    Is it some sort of problem or known bug? It there any reason that can explain this erratic behaviour? Maybe it's inheriting the style from something else??! Any ideas clues or something I can do to help solve the problem?
    Thanks in advance!

    The first thing will be to determine what is overriding the colors. Follow this guide to select the object that is the wrong color and post a screenshot of the CSS styles that are being applied (in the right panel).
    http://msdn.microsoft.com/en-us/library/dd565627(v=vs.85).aspx
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Scanned pdf image into Illustrator (Live Tracing,filling colors and styles)

    Hi,
    I am a newbie in the forum.My first ever post. I have specific issue which needs your opinion. I have scanned a black and white sketch image which I bring on to Illustrator. The problem start after live tracing.
    After live tracing I need to fill it with a certain color (which I find absent in swatches).
    I have to update these sketches into an Indesign brochure which already has the original imported Illustrator sketches (done by some one else). So the original imported Illustrator sketch files have a color filled in and particular chalk like impression (style).
    So the problem is that I do not know how to fill the live traced sketch outlines with a color and then bring in a chalk like style to it.
    I need assistance badly..I have hit a bad road block.
    Thank you.

    I have never used the live paint feature, sorry.
    I typically always create everything with the pen tool, and some basic shapes, I draw a shape and then fill it with a color, gradient, or a stroke. This can see limiting at first not using a lot of filters but in the long run the precision control is worth it. I design entire websites this way, for example these are two sites I am currently working on….
    http://www.storagefront.com
    http://www.lenderstreet.com
    Lots and lots of fun illustrator work.

  • . FF Ver 4 is very slow and does perform as well as 3.6. I uninstalled 4 after downloading ver 3.6.16 and that is causing colorfultabs not to color and the Add-ons page is freezing making it unable to use it. Ver 4 runs very slow. Please help.

    It seems my machine does not like your ver4 and 3.6.16. I want the ver prior to 3.6.16. . Since the last 2 updates have not been able to use FF to browse or play Webkinz. It is way too slow. Following the install of 3.6.16 the Colorfultabs is not working and I can't fix it or adjust it because the Add-ons list/page freezes. I have removed/disabled several add-ons and extensions and nothing seems to help. If it were not for IE I would not be able to use my machine. I have 2.5 GB of memory and 30 percent plus of free space on my hard drive. I use Windows XP SP3 if that makes a difference. I don't think I need a lot of add-ons but need to know what I can remove. The feature to open FF without any add-ons is gone for some reason. Please give me back my simple smooth operating FF. Thank you.

    I had all the dot nets in add/remove but discovered they were not installed. Got all up to date. Puter is 2005, I have all that U listed except Win7. I just don't know if I need that or not. Did U say that I need more than the 2.5 GB
    memory that I have? Please tell me why Win7 is better than WinXP.
    FF is running much better now but Webkinz accounts are still loading slower than in IE. I am wondering if maybe I should totally remove all of FF including customizations and personal info and start over fresh with a clean install of ver 4. I am still using ver 3.6.16. Is it possible that this is reason for Webkinz (a flash, java and Unity game) not loading good? Also, are there some of the Plug-ins that I can remove? What Audio players do I need? I have wmp, real player, aol media playback, realarcade, realjukebox, also is Zylom usable? Thank you so much for your help.

  • How do you chance the color and style of my iPad upgrade yesterday?  The new change is awful.

    The changes made to the layout of my iPad are just plain yucky.  I will not be upgrading my other iPad if this is what the future is.  The calendar and all the other applications are just plain bad.  Too much white and ugly colors.  What can be done to fix this.

    It is quite a shock.
    If you're having issues with the fonts, etc, you can look in the settings. You can change font sizes and under accessibility you can make fonts bold and tweak the contrast. I've also found that using a dark wallpaper helps with all the white on the screen and makes the names of apps more readable.
    If there are some apps that you really can't stand, there are probably paid or free apps that can replace them, such as for the calendar or notes or whatever else you may not care for.

  • In a dynamic page how to share variable between PL/SQL and javascript

    For example, my dynamic page contains such PL/SQL codes:
    <ORACLE>
    DECLARE
    info varchar(100);
    rowid urowid;
    procedure doDelete(
    row_id in urowid
    ) IS
    begin
    Delete From xxx
    WHERE rowid = row_id;
    end doDelete;
    BEGIN
    Select name, rowid INTO info, rowid
    From xxx Where xxx;
    HTP.PRN(' <INPUT TYPE="button" VALUE="show value" onClick="alert(info);">');
    HTP.PRN(' <INPUT TYPE="button" VALUE="delete" onClick="doDelete(_row_id);">');
    END;
    </ORACLE>
    The variable 'info' and '_row_id' are correct, however the two HTP. sentence do not work. What's the problem?
    What I want to do is to show all the records in TABLE A in a page. And at the end of each line (record), there' re a 'delete' and a 'update' button to let user operate on this record. Is this possible? I know form can do delete an update, but it can not show all the records in a page like what report does. Besides dynamic page, is there any other better choice? Report can do it?
    One more question. In a report, I employed link on one field to a second report. It works well. But I want to open the second report in a new window when the link is click. Is this possible?
    I was almost driven crazy by these :( I so appreciate if anyone can help.

    The code written by you is insufficient for the funtionality you are trying to achieve. Below is a method to achieve the same.
    Note: Used standard scott.emp table for the example which is located in my db provider schema.
    Do the below modifications as per your local configuration
    xxxxx -> Replace it with your Portal schema
    yyyyy -> Replace it with your db provider schema
    <<module_id_of_form>> -> Replace with the module id of form created in step 1 & 2.
    First and foremost... oracle does not allows variables starting with '_'. So if you want to use it you have to place it in double quotes ("")
    rowid -> illegal
    "_row_id" -> legal.
    However, I will advice you not to use variable names starting with "_".
    Now lets get started...
    1. Create a form on the table you are using in the dynamic page. Just have the update button. Remove the other buttons.
    2. Get the module id of this form. Instruction for getting the module id:
    a) Right-click on the form's run link and copy the shortcut
    b) Get the value of p_moduleid parameter. This is your module id.
    3. Create a procedure "save_action_details" in your db provider schema. This procedure will accomplish the delete operation on the record.
         CREATE OR REPLACE Procedure save_action_details(
         p_rowid IN VARCHAR2,
         p_action IN VARCHAR2,
         p_dyn_ref_path IN VARCHAR2,
         p_dyn_page_url IN VARCHAR2)
         is
         l_sto_session xxxxx.wwsto_api_session;
         begin
         l_sto_session := xxxxx.wwsto_api_session.load_session(
         p_domain => 'DynStore',
         p_sub_domain => 'DynStore_' || p_dyn_ref_path
         l_sto_session.set_attribute(
         p_name => 'rowid',
         p_value => p_rowid
         l_sto_session.set_attribute(
         p_name => 'action',
         p_value => p_action
         l_sto_session.save_session;
         htp.init;
         owa_util.redirect_url(p_dyn_page_url);
         end save_action_details;
    Explaination: The above procedure creates a session and keeps the rowid and action in the session. This information is used by the below dynamic form to perform the necessary action. In our exampl, the action is always going to be delete so you may go ahead and hard code it, else leave it as it is.
    4. Grant execute privilege on the procedure "save_action_details" to public.
    sql> grant execute on save_action_details to public;
    5. Create your Dynamic page.
    a) In HTML code section have the below code. This code shows some columns from the table and "update" and "delete" buttons to perform the respective action.
         <ORACLE>select empno,ename,rowid,
         '<input type="button" value="Update" onClick="doAction(this.form,''UPD'',''xxx'','''
         || xxxxx.wwv_standard_util.url_encode(rowid) || '''); tWin();">
         <input type="button" value="delete" onclick="doAction(this.form,''DEL'',''' || rowid || ''',''xxx'');">' Action
         from yyyyy.emp</ORACLE>
    b) In additional pl/sql code section of dynamic page, have the below pl/sql block "in after displaying the header" section.
         declare
         l_sto_session xxxxx.wwsto_api_session;
         l_del_rowid varchar2(20);
         l_action varchar2(10);
         begin
         htp.comment('User code starts here ...');
         htp.p('<script>');
         htp.p('var winHandle;');
         htp.p('
         function doAction(formObj, action, rowid, erowid)
              if (action == "UPD")
              var formURL = "' || xxxxx.wwctx_api.get_proc_path('wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=<<module_id_of_form>>&p_arg_names=_rowid&p_arg_values=') || '" + erowid;
              winHandle = window.open(formURL, "winDynUpd", "width=750,height=500,resizable=yes");
              else
              formObj.p_rowid.value = rowid;
              formObj.p_action.value = action;
              formObj.submit();
         function tWin() {
              if (winHandle.closed) {
              document.location = document.location;
              else {
              setTimeout("tWin()", 500);
         htp.p('</script>');
         htp.p('<form name="dynRowProcess" method="POST" action="'
         || xxxxx.wwctx_api.get_proc_path('save_action_details','yyyyy')
         || '">');
         htp.p('<input type="hidden" name="p_rowid">');
         htp.p('<input type="hidden" name="p_action">');
         htp.p('<input type="hidden" name="p_dyn_ref_path" value="' || p_reference_path || '">');
         htp.p('<input type="hidden" name="p_dyn_page_url" value="' || p_page_url || '">');
         l_sto_session := xxxxx.wwsto_api_session.load_session(
         p_domain => 'DynStore',
         p_sub_domain => 'DynStore_' || p_reference_path
         l_del_rowid := l_sto_session.get_attribute_as_varchar2('rowid');
         l_action := l_sto_session.get_attribute_as_varchar2('action');
         if l_action = 'DEL' then
         delete from yyyyy.emp
         where rowid = l_del_rowid;
         end if;
         end;
    Explaination: The session information (rowid and action) stored by "save_action_details" procedure is retrieved by the dynamic page and is used to delete the record.
    6. Once you are through with the above steps, test it by placing the above "dynamic page" portlet on a page.
    a) When you click on delete button the record gets deleted and the automatically refreshed page will not show the deleted record.
    b) On clicking update button, a form will appear. do the necessary modifications in data and click update. the data in the form gets updated. Once you close the form the dynamic page gets refreshed automatically and it will show you the updated information.

  • Displaying header and border on a dynamic page passing parameters to a form

    I am using portals 10.1.4. and am trying to pass parameters to a form which appears as a portlet on a page.
    for this, dynamic page has been used to pass parameters to that desired form. my problem is this that when the form is displayed with parameters, the header and borders of the portlet disappear.
    The check-boxes for header and borders of the portlets on the page are checked. Yet, when for any reason, the parameters are not passed into the dynamic page, the header of the dynamic page and border are displayed. But when the parameters are passed and the form shows up, then the header and borders disappear.
    can anyone help me with the following:
    - is it the desired behavior?
    - how can i get the headers and borders reappear?
    thanks

    Any ideas fellows?
    how can we control the border and header of dynamic pages when a form or report is called from them with passed parameters?
    will appreciate any helpful experiences.

  • Creating Dynamic Page:  Make My Own Template Appear?

    I am creating a Dynamic Page portlet.
    During the setups for this dynamic page, in the "Dynamic Page and Customization Form Text" step, I would like to make a template of my creation appear in the dropdown of templates.
    (Examples of templates currently appearing in this dropdown list include PUBLIC.TEMPLATE_1 , PUBLIC.PEOPLE_TEMPLATE AND PUBLIC.SKY_TEMPLATE.)
    Does anybody know how I can make a custom template of mine appear in this list?
    Thank you.

    Go to the Navigator (page) > Providers (tab) > Locally Built Providers (link) > Shared Components (link) > User Interface Templates (link)
    Once there, you can either copy one of the existing templates or click on "Create New... User Interface Template" (When prompted, I recommend selecting "Unstructured UI Template" if you want complete control over your html, css, and javascript code.)
    Once your template has been created, you will be able to select it from the list of available templates and the template will be shown when the component is viewed in full page display mode.

Maybe you are looking for

  • How do i get all my music from Itunes onto my new IPhone 5?

    How do i get all of my itunes music on my iphone 5 ?

  • Cannot install or uninstall, or launch iTunes

    My father-in-law's computer has iTunes for Windows XP. At present, clicking the iTunes icon, or selecting iTunes from Start:Programs, launches an iTunes installer. The InstallShield process runs, and the software seemingly installs OK. However, when

  • Activate "Open Item Management" for account, line items posted previously

    Hi SAP Gurus, I am having a problem when do a clearing for GL account due to "open item management" check box in Txn FS00 is not activated and only "Line Item Display" is activated. For your info,  there are line items already posted and now we want

  • Enqueue Replication Server.

    Dear Experts, If Enqueue Replication server is configured, can you tell me how to check the Lock Table size value, which we set using profile parameter enque/table_size. If enque server is configured in the same host as CI, it can be checked using ST

  • BI Publisher Scheduling Problem

    Hi Experts, Our BI Publisher is currently integrated with siebel, whenever i tried generating 35k records bip report via manual generation in siebel, it completed successfully, however when i tried generating it via bip scheduling it fails. Do you ha