List template: list of media css in oracle apex 5.0

universal theme 42

I'm giving css never user Mouse Hover of list items change color. Even when you go into "shared components-> Application" and hover the mouse over list points then the color changes.

my css:

Abdel-MediaList-{itemWrap:hover}

background-color: #337ac0;

color: #f5f5f5;}

Thank you.

Hi Dominique,.

Pranav.Shah wrote:

universal theme 42

I'm giving css never user Mouse Hover of list items change color. Even that when you go into "application-> shared components" and the mouse hover over the elements of list, then changes color.

my css:

Abdel-MediaList-{itemWrap:hover}

background-color: #337ac0;

color: #f5f5f5 ;}

Thank you.

Edit your page and put your CSS CSS-> online

Kind regards

Jitendra

Tags: Database

Similar Questions

  • Why my winows media player on my laptop (vista) does not play the files in the list of media of my playlist from windows media (vista) from my computer I tried to transfer with my USB...

    I have a laptop and a computer.  both have the same windows vista.  Now, I recorded a playlist windown multimedia on a USB key, I moved on my laptop.  But on the Windows media player to my laptop I couln can't read the file.  Why?

    There is to say, that the file was a Skype conversation I recorded with a webcam logitech appointed.   But why would I played it on my computer and I could not on my laptop with the same software.

    A selection of media is a file with a list of media files in it. This is not
    contain any real media.
     
    --
    ..
    --
    "cel80" wrote in message news: fc512ab1-61 6-4cff-90da-c2c0316c9d2a...
    > I have a laptop and a computer. both have the same windows vista. Now, I have
    > stored a media playlist windown file on a USB key that I transferred to my
    > laptop. But on the Windows media player to my laptop I couln t play the
    > file. Why?
    >
    >
    > There is to say, that the file was a Skype conversation I
    > registered with a named logitech webcam. But why would I played it my
    > computer and I could not on my laptop with the same software.
    >
     
     
  • How to remove the list item empty forms of oracle?

    Hello

    How to remove the list item EMPTY forms of oracle?

    I create two list items

    (1) basic

    (2) advanced

    But when I select list or display the runtime display form element 3 element EMPTY automatically, but I add what it shows I want to delete! How?

    He has named REQUIRED = NO item property

    If you set YES and then it does not show. but you must give an initial value.

    Hamid

  • CSS files/oracle/webcenter/portalapp/shared / is not updated

    Hello

    I created a portal with 11.1.1.7.0 application, I run this app with built-in server, I changed the server built-in to 10.3.6 instead of the original 10.3.5 as this blog "The Incident Archive: Jdeveloper 11.1.1.6 Server integrated upgrade to 10.3.6'." " I saved the CSS for the page template in the folder/oracle/webcenter/portalapp/shared/pagetemplates/css, as 'Oracle WebCenter training portal online', 'creation and use of the Page templates in portal Oracle WebCenter Applications'. However, after I've updated the CSS files and redeploy the application. I found that the application was still using the old CSS files. If I save the CSS files in other folders (< root app > / css), it works fine. I tried to clean up the temporary files of built-in server, also clean the SDM like this "Java ADF Webcenter UCM Weblogic SOA: ADF: clean your drs, mds using the Script file'." " It does not work. No idea how I can do with that? Thank you.

    Hi Timmy.

    "I created a portal with 11.1.1.7.0 application.

    I think you mean you use JDeveloper 11.1.1.7, but how WebCenter version 11.1.1.7 or 11.1.1.8? Since 11.1.1.8 Oracle does not recommend using the / shared folder external CSS, Images or JS.

    The second thing is on the CSS (not the skin) external storage in an SDM, path is not a good practice.

    Regarding your question:

    Take a look at the packaging of the . EAR on the files inside. Inside should be a file called AutoGenerated.mar with your portal resources. Using WinRAR or another program study that the CSS is changed. Is maybe a problem of cache of your browser.

    In addition, take a look at the web.xml file setting:

    
    org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION
    true
    
    

    During the development of tour to true to instruct the server to check on changes to files in the case of iterative development is disabled.

    When deploying in production environments, that it must return again to fake

    My recommendation is:

    • Put your static files (no portals resources) outside the MDS (oracle/webcenter/portalapp...)
    • With iterative development you don't have to reboot or redeploy the application when changing CSS, JS, page templates...

    I hope this helps.

    Kind regards.

  • Error of the ACLs in Oracle Apex 5 after schema change

    Hi all

    I'm creating an application using Oracle Apex 5.

    I have a button call Send Mail and mail is worked.

    Now, I imported my request in a different schema and configured acl as below.

    I use apex_mail.send to send mail and created the acl as

    BEGIN

    () DBMS_NETWORK_ACL_ADMIN.drop_acl

    ACL = > 'open_apex.xml');

    (DBMS_NETWORK_ACL_ADMIN). CREATE_ACL

    ACL = > "open_apex.xml"

    Description = > "a test of the ACL feature."

    main = > 'RMSR. "

    IS_GRANT = > TRUE,

    privilege = > 'connection ',.

    start_date = > SYSTIMESTAMP,

    End_date = > NULL);

    (DBMS_NETWORK_ACL_ADMIN). ASSIGN_ACL

    ACL = > "open_apex.xml"

    Home = > ' *',

    lower_port = > 20,

    upper_port = > 9999);

    COMMIT;

    end;

    BEGIN

    (DBMS_NETWORK_ACL_ADMIN). ADD_PRIVILEGE

    ACL = > "open_apex.xml"

    main = > 'RMSR. "

    IS_GRANT = > TRUE,

    privilege = > 'connection ',.

    position = > NULL,

    start_date = > NULL,

    End_date = > NULL);

    COMMIT;

    END;

    It throws error as

    ORA-24247: network access denied by access control list (ACL)

    Is there a problem in my setup?

    Thanks in advance,

    Su.GI

    Hi Su.gi,

    Su.GI wrote:

    I'm creating an application using Oracle Apex 5.

    I have a button call Send Mail and mail is worked.

    Now, I imported my request in a different schema and configured acl as below.

    It throws error as

    ORA-24247: network access denied by access control list (ACL)

    Is there a problem in my setup?

    You have granted the ACL to the RMSR of your database schema, so it is necessary for the APEX_050000 scheme when you use the APEX_MAIL package.

    This is why the ACL must be granted at the APEX 5 Schema: https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29161

    Here's how the ACL must be granted for APEX 5 Schema: https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29162

    NOTE:

    • Create the ACL by logging into the user with SYSDBA SYS privileges.
    • Don't forget to validate after execution of the anonymous block for the creation of ACL.

    Kind regards

    Kiran

  • Apache FOP disappeared by Oracle APEX installable APEX 5.0 and 5.0.1 APEX

    Hi all

    Is Apache FOP 'fop.war', missing the installable Oracle APEX to APEX 5.0 (apex_5.0.zip) and APEX 5.0.1 (apex_5.0.1.zip)?

    As once extraction APEX 5.0/5.0.1 is no record "fop" or "fop.war" under/path/to/apex/utilities.

    But after extraction APEX 4.2.6 (apex_4.2.6.zip) it is "fop.war" to /path/to/apex/utilities/fop/fop.war

    The APEX Oracle 'Configuration of printing the report' documentation for APEX 5.0 (in Oracle Application Express Administration Guide) lists 'External (Apache FOP)' as option "print server".

    Reference: http://docs.oracle.com/cd/E59726_01/doc.50/e39151/adm_wrkspc002.htm#BABIECEE

    The Administration Instance for APEX 5.0 settings also show "External (Apache FOP)" option:

    Screenshot from 2015-07-22 21:19:46.png

    Therefore, the question: is Apache FOP endorsed the option of print for APEX 5.0 Server? If so, why he isn't in the installable APEX to APEX 5.0 and 5.0.1 APEX.

    The second question is: point 6 in thereport of the print in a full development environment setup' for APEX portrays 5.0 "/ xmlpserver/convert" as "Print Server Script' for Apache FOP and BI Publisher. While this is correct in the case of BI Publisher, it should be for Apache FOP "/ fop/apex_fop.jsp" according to: PDF of print on demand Express 3.1 and above.

    Kind regards

    Kiran

    Hi Kiran,

    If you use ADR to run APEX, then the option "external (Apache FOP)" is unnecessary. You would simply take ADR as a print server in the administration of instance APEX. "External (Apache FOP)" option it will take though, if for some reason you need to using mod_plsql or EPG for APEX and then only ADR as a print server - whereby case you will need to configure all the attributes (host, port, script), given that those who would be so different from your APEX the host and port.

    Regarding your requests, I'll work on getting this pages OTN and whitepapers and documents updated regarding the printing configuration by their SUMMIT. For questions regarding ADR, I recommend posting these on the forum of ADR please:

    https://community.Oracle.com/Community/database/developer-tools/oracle_rest_data_services

    Thank you
    Marc

  • Alignment of the table in Oracle Apex

    Hi all

    I use Oracle Apex 4.2.5 for application development. I used 26 theme.

    In my page I used the Template of the Page as a level with the sidebar tab left. Graphic design and report on this Page.

    I created a button to hide / show the sidebar.

    When I hide the sidebar, then more space white bar inside the graph. (chart appear somewhere not in the Center)

    My requirement is necessary reduce the white space (or center the graph) when the sidebar is leather.

    Here is my sample application to apex.oracle.com.

    Application name: chart

    Application ID: 36667

    Sugi_demo = workspace

    Username = my_demo

    password = my_demo

    Thank you

    Su.GI

    Hi Su.gi,

    Please check the application now.

    I removed the width fixed 530px and centered on the chart.

    I have used Inline CSS in the page attributes:

    object {
      margin: 0 auto !important;
    }
    

    I hope this helps!

    Kind regards

    Kiran

  • How do for elements to create the shuttle cascading in Oracle Apex

    Can everyone please create me Articles of the shuttle in cascade in the oracle apex.

    The same way as you do that for selection only lists the condition is a little different. Here is an example of the second Shuttle in my case:

    SELECT pcat_title d, pcat_id r

    FROM (SELECT pcat_id, pcat_title, pcat_pt_code

    Of om_prod_categories

    WHERE pcat_parent_id IS NULL)

    WHERE INSTR (': ' |: p3_prod_pt_code |) ':',

    ':' || pcat_pt_code | ':') > 0

    Denes Kubicek

  • Assignment of values in Oracle Apex

    Hi all

    I am working in Oracle Apex 4.2 for mobile application development.

    I have a doubt regarding the assignment of the values for items of data in Oracle APEX.

    My scenario is,

    I have 3 select lists,

    1. the first is Account_Type values will be "the and 'P'."

    2. the next field is Account_Name, whose value will be based on the list of Account_Type above.

    3. the third list is Sales_Person, and this value will be based on the two lists above.

    That is the 1 and 2 list works perfectly, whenever I changed the list 1, the corresponding values are filled in list2.

    Whereas that list 3 will not change its value.

    Added more, when I change the type of list POPUP LOV 3, then list3 works well. But for the type of selection list, it scrolls to infinity.

    List 1 - static list

    2 & 3 - dynamic list list

    I have almost 5 fields to assign based on lists 1 and 2.

    Please tell me how to do this.

    You can view my project @ https://apex.oracle.com/pls/apex/f?p=1798:1:4681984457103

    Login @ apex.oracle.com

    workspace: myws_net

    username: guest

    password: Mani_1

    project name: test

    Thanks in advance.

    Kind regards

    Melanie

    I made a few changes,

    It should work now, check on your side and let me know. If this is what you wanted?

    Thank you

  • Unable to send an email to Oracle Apex

    Hello Apex Experts,

    I use Amazon Cloud with details to use Oracle Apex 4.1 and Oracle 11 g as a data base with a glass fish server.

    Problem hours facing East email does not work. I tried to add our smtp address of the company, but still it does not work.

    In the scree Oracle Apex Admin under manage the Instance-> settings of Instance-> Email tried to add (localhost and 10.1.1.100 address SMT) it does not work

    I use code below to send an email

    Begin

    -Send plain text

    APEX_MAIL. SEND)

        P_TO       =>  ' [email protected] ',

    P_FROM = > ' [email protected] ',

        P_CC       =>  ' [email protected] ',

        P_BCC      =>  ' [email protected] ',

    P_SUBJ = > 'test ',.

    P_BODY = > 'test');

    apex_mail.push_queue ('10.1.1.100', 25);

    End;

    SELECT * FROM APEX_MAIL_QUEUE;

    I get ORA-24247: access denied by access control (ACL) of network list. I also see last_updated as SYS log

    Please suggest me how to solve this problem.

    Thank you

    Sudhir

    Hi Mike,.

    Thanks for your reply, let me give you a detail on where we're stuck on email.

    We have a diagram called PORTAL

    We are able to send an email of UTL_SMTP as mentioned below in a procedure

    create or replace PROCEDURE send_mail (p_to IN VARCHAR2, )

    P_FROM IN VARCHAR2,

    p_message IN VARCHAR2,

    p_smtp_host IN VARCHAR2,

    p_smtp_port in DEFAULT NUMBER 25)

    AS

    l_mail_conn UTL_SMTP.connection;

    BEGIN

    l_mail_conn: = UTL_SMTP.open_connection (p_smtp_host, p_smtp_port);

    UTL_SMTP. HELO (l_mail_conn, p_smtp_host);

    UTL_SMTP.mail (l_mail_conn, p_from);

    UTL_SMTP. RCPT (l_mail_conn, p_to);

    UTL_SMTP. Data (l_mail_conn, p_message |) UTL_TCP. CRLF. UTL_TCP. CRLF);

    UTL_SMTP. Quit (l_mail_conn);

    END ;


    Begin

    send_mail (' [email protected]',' [email protected]',' test ',' 10.0.0.100 ', ' 25');

    End;


    The code above works, I'm able to send and receive emails.

    We also create ACLs that is mentioned below

    Start

    (DBMS_NETWORK_ACL_ADMIN). CREATE_ACL

    ACL-online 'http_permission.xml',- or any other name

    Description-online "access HTTP."

    main => 'APEX_040100', - the user name tries to access the network resource

    IS_GRANT => TRUE,

    privilege-online "connect."

    start_date-online null,

    -Online null end_date

    );

    end;

    /

    commit;

    SELECT * FROM dba_network_acl_privileges where main = "APEX_040100";

    Start

    DBMS_NETWORK_ACL_ADMIN. ADD_PRIVILEGE (acl-online 'http_permission.xml',

    main-online "APEX_040100."

    IS_GRANT to-online true.

    privilege of-online 'connect');

    end;

    /

    commit;

    Start

    DBMS_NETWORK_ACL_ADMIN. ADD_PRIVILEGE (acl-online 'http_permission.xml',

    main-online "APEX_040100."

    IS_GRANT to-online true.

    privilege-online "solve");

    end;

    /

    commit;

    BEGIN

    (DBMS_NETWORK_ACL_ADMIN). ASSIGN_ACL

    ACL-online "http_permission.xml."

    host-online ' 10.1.1.100', / * can be the computer name or IP address, wildcards are accepted as well for example - ' *.us.oracle.com'*/

    lower_port-online 80

    upper_port-online 80

    );

    END;

    But we always receive same suggest US ACLs error please

    ORA-24247: network access denied by access control list (ACL)

    Thank you

    Sudhir

  • Is Oracle Apex 4.2.3 certified with Oracle EBS 12.1.3?

    Is Oracle Apex 4.2.3 certified with Oracle EBS 12.1.3?

    Yes, it is certified as stated in the white paper Extending Oracle E-Business Suite Release 12 using Oracle Application Express .

    In this white paper are the listed prerequisites:

    The white paper is available from APEX OTN Page > collateral > white papers or My Oracle Support (Note 1306563.1).

  • Oracle Apex 4.0 &amp; Div based theme

    I use Oracle Apex 4.0. I know that there are certain themes based div associated with this release.

    What is generated in the #BODY substitution # still based table? And if it is by default, how to control what is generated for #BODY #?

    Thank you!

    You're right, in 4.1 and below, when you add a one item you get a table. If you like it or not.

    Now that said, you can still add some div inside the body by subregions.  I created quite complex arrangements within the region in this way.

    The basic technique is:

    1 Add a subregion model number with your HTML code.  For example, a region of 'Open Div' with the code.

    "

    2. Add a model No. (or a region of minimal style) subregion with elements

    ' 3 Add a subregion No. HTML Template that closes the tag div:

    "

    The other thing you can do is to add that some targeted CSS at the table.  Sometimes, which is also needed.

    I hope this helps a little.

    Thank you

    -Jorge

  • How to remove buttons in the buttons of the region in the oracle apex?

    How to remove buttons in the buttons of the region in the oracle apex?

    I created unwanted buttons... so I have to remove...
    but I don't know how to do this?

    Hello

    -> Page of the apex towards the region of buttons where the list of buttons.
    -> Click on the button you have to remove.
    -> Click on the button 'Delete' at the top of page.
    -> It ask for confirmation click 'OK' to delete this button

    OR

    -> Page of the apex towards the region of buttons where the list of buttons.
    -> Click the "Change all" and go to the tab "delete several buttons.
    -> Check the buttons which yo I want to delete.
    -> Click on the button "Delete Botton" for button remove selected

    Kind regards

    Patel Kartik
    ------------------------------------------------------------------------
    http://patelkartik.blogspot.com/
    http://Apex.Oracle.com/pls/Apex/f?p=9904351712:1

  • Oracle apex dynamic action set value action does not

    Hello

    I have two questions, that I am trying to solve. This is the scenario:

    (i) 4.0 on oracle 10 g oracle apex
    (II) created a form with the following page:
    -P526_SES_DET_ID
    -P526_VESSEL_ID (selection list)
    -P526_JOB_DATE (date picker)
    -P526_DAY_TYPE (list of selection with values DAY ORDINARY (if P526_JOB_DATE is a day from MONDAY to FRIDAY),)
    SATURDAY (if P526_JOB_DATE is SATURDAY) and SUNDAY/PUB. HOLIDAY (if JOB_DATE is SUNDAY)
    -P526_LABOUR_TYPE (selection list)
    -P526_SHIFT (selection list)
    -P526_NO_OF_LABOUR
    -P526_RATE
    -P526_SES_TOTAL

    (1) I created a dynamic action of the value set on the P526_JOB_DATE page element to set the value of P526_DAY_TYPE to one of the three values above depending on the day
    P526_JOB_DATE falls. Parameters are the following:

    -Action: Value set
    -Set type: SQL statement
    -SQL statement:
    Select case when (to_char (to_date(:P526_JOB_DATE,'DD-MM-YYYY'), 'DAY')
    like ' % MONDAY % ") then" DAY ORDINARY. "
    When (to_char (to_date(:P526_JOB_DATE,'DD-MM-YYYY'), 'DAY')
    like ' % TUESDAY % ") then" DAY ORDINARY. "
    When (to_char (to_date(:P526_JOB_DATE,'DD-MM-YYYY'), 'DAY')
    like ' % WEDNESDAY % ") then" DAY ORDINARY. "
    When (to_char (to_date(:P526_JOB_DATE,'DD-MM-YYYY'), 'DAY')
    like ' % THURSDAY % ") then" DAY ORDINARY. "
    When (to_char (to_date(:P526_JOB_DATE,'DD-MM-YYYY'), 'DAY')
    like ' % FRIDAY % ') then ' DAY ORDINARY. "
    When (to_char (to_date(:P526_JOB_DATE,'DD-MM-YYYY'), 'DAY')
    like ' % SATURDAY % ") then 'SATURDAY '.
    When (to_char (to_date(:P526_JOB_DATE,'DD-MM-YYYY'), 'DAY')
    like ' % SUNDAY % ") then ' SUNDAY/PUB. HOLIDAY"
    end DAY_TYPE
    of the double

    -Page article to submit:
    -Select the Type: Item (s)
    -Article (s): P526_DAY_TYPE

    The SQL statement sets the value of P526_DAY_TYPE that when I replace: P526_JOB_DATE with a date like January 11, 2010 format ' and a date is taken to
    Duration otherwise it doesn't.

    (2) want to be able to maintain the values of P526_VESSEL_ID, P526_JOB_DATE, P526_DAY_TYPE, P526_LABOUR_TYPE, P526_SHIFT after an insert action as default values for the next create another form operation.

    Like all the ideas on how to implement or to solve problems (1) and (2) would be very appreciated.

    If you want to use P526_JOB_DATE in your SQL statement add P526_JOB_DATE to the "referred to submit Page:" field.

  • Progressively display areas in Oracle Apex 5.0 (universal theme)

    Hello, what I am trying to achieve:
    https://apex.oracle.com/pls/apex/f?p=63709:1:2676260562286:

    So basically I have 3 region on page load all regions must be hidden, after that the user click on the button (Let's Say ADD_REGION) first region will appear on new clicks of the user on the same button second region indicated even for the third.

    in the link above I created a region called JavaScript_Working in HTML.
    I want something even for areas of oracle apex.

    Tried:

    (1) based on the ID of a region I created a DA who will hide the region during the loading of the page, but after clicking on the button it does not return.

    (2) Css: inline Css section of a page where I had called Display: none with region Id prefix.

    (3) javascript: get Null drop back so this idea.

    Any advice will be good enough.

    Always:

    Identification information: new_b/new_b/new_b

    App: Apex_Community

    ID: 63709

    page: 1

    Thank you.

    This function added

    function check_then_show(p_region) {
    
        if ($(p_region).css('display') === 'none') { // if  hidden
          $(p_region).show(); //  show
          return true;
        }
        return false; // keep looking for next region
    
    }
    

    and this at the click of a button

    if (check_then_show('#region1')) {}
    else if (check_then_show('#region2')) {}
    else if (check_then_show('#region3')) {}
    

    That will keep test in the order provided.

    Looks like you were something already to help the regions of catalog, you would like to combine? It was just the first idea that worked

Maybe you are looking for

  • starts automatically after a power failure

    Hello, I use a Macbook pro 8.1 13 "(A1278)" I need 'start automatically after a power failure' work as below Bun, my macbook can't activate this function. I can't find the same box. Check the screenshot below. I'm looking for the options "start autom

  • Satellite Pro L500 - F3 - F200 - 0002 ERROR at STARTUP

    Hello Last night I went to reformat my laptop, to halfway through I thought no I won't do this more then I clicked Cancel. Now whenever I try to turn on my laptop, it just gives me the ERROR saying F3-F200-0002 and won't start. I tried pressing F8 at

  • Satellite M70-164: heating under Linux Ubuntu problem

    Hello I use Linux Ubuntu Edgy under my laptop and when I play UT2004 I got a rate of about 90fps, but after 10 minutes of play fps drastically drop to 15/20 fps! I noticed that the pleasure never operate at full speed on linux! and to check I suspend

  • Download the hp printing software 4630 on my ipad

    I need help to down load the printer software hp 4630 to my ipad.

  • Why ie8 is running 2 instances in the background

    Since ive installed ie8 update whenever I go online and do everything then close ie8 I look in my task manager and I see 2 iexplorer.exe process, each running using 50% of my cpu and the power available from the system. Please tell me how to stop thi