How to apply or modify the accordion class files in the apex

Hello
This is pavan accordion created using the https://community.oracle.com/thread/1102088link, it works fine but it does not use the theme of my application how I can work.
I use the Application Express 4.2.3.00.08
Thanks in advance
Kind regards
Pavan

Hello

You can add this style of page template, for example-> Cascading Style Sheet-> Inline

Kind regards
Jari

Tags: Database

Similar Questions

  • How to start and stop the APEX?

    Hi all! I am new to this forum and APEX too...

    We are runing (Version: Application Express 4.1.1.00.23)

    I need to reboot the server.

    How can I stop APEX graciously and start back after? Thank you!

    Kind regards

    Ghyslain salvation,

    to reinforce what Mike says. Apex is a database and, with the exception of the HTTP server application, runs entirely on the database. (Note with EPG, its all in the database) It contained in the users/schemas database and built items of data such as tables and PL/SQL packages. If the server that is running the Oracle database in which the Apex is installed needs to be restarted, the database must be stopped, which stops indeed Apex. If the HTTP server is also running on this server (ESS or earpiece of the Apex) then this should be stop as well.

    Of course, if your desire is not to stop the database, but to deny the user access to the Apex, perhaps for purposes of maintenance of database, then this can be done by stopping the HTTP server or by stopping the EPG.

    I hope it is clear now.

    André

  • How to a script in the Apex schedulate

    Hello
    I have this need.
    Each month, I want my app to insert automatically the N records in a table each for each day of the current month.
    How can I do?
    I could create a pl - sql script or a conteining to trigger the script, but how do I get the application or the database to start automatically? Y at - it a schedulator in the apex or shoud that I get it started as soon as the user to connect, but how?
    You are waiting for your solutions

    Thanks in advance!

    Hello

    1. connect to your ex in schema scott using sqlplus,
    2. create a procedure named YOUR_PORCDURE and include your code insertion including validation;

    3. create a system schedular as below

    BEGIN
    DBMS_SCHEDULER.CREATE_JOB(JOB_NAME=>'INSERT_DAILY',
    JOB_TYPE=>'STORED_PROCEDURE',
    JOB_ACTION=>'YOUR_PORCDURE',
    REPEAT_INTERVAL=>'FREQ=DAILY;byhour=15;byminute=00;bysecond=00',
    ENABLED=>TRUE);
    end;
    /
    

    of course, you can change the REPEAT_INTERVAL.
    to file your schedular system

    BEGIN
     DBMS_SCHEDULER.DROP_JOB(JOB_NAME=>'INSERT_DAILY');
    END;
    /
    

    Concerning

    Published by: Maahjoor on June 3, 2013 01:18

  • How to display bfile in the Apex report

    We already have the table that stored the bfile and I want to display these files (PDF and Images) in the report of the Apex.
    How to do this? I checked ApEx Guide.pdf document user but could not find an answer.

    If anyone can help?
    Thank you

    You can do it this way:

    http://Apex.Oracle.com/pls/OTN/f?p=31517:64

    Simply change the code so it takes a bfile type (path and name) instead of a file id.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • How to extract data from the APEX report with stored procedure?

    Hi all

    I am doing a report at the APEX. the user selects two dates and click on the GO button - I have a stored procedure linked to this region of outcome for the stored procedure is called.

    my stored procedure does the following-

    using dates specified (IN) I do question and put data in a table (this painting was created only for this report).

    I want to show all the data that I entered in the table on my APEX report the same procedure call. can I use Ref cursor return? How to do this?

    Currently, I use another button in the APEX that basically retrieves all the data from table. Basically, the user clicks a button to generate the report and then another button for the report. which is not desirable at all :(


    I m using APEX 3.1.2.00.02 and Oracle 10 database.

    pls let me know if you need more clarification of the problem. Thanks in advance.

    Kind regards

    Probashi

    Published by: porobashi on May 19, 2009 14:53

    APEX to base a report out of a function that returns the sql code... Your current code goes against a Ref cursor returns the values...

    See this thread regarding taking a ref cursor and wrapping it in a function to channel out as a 'table' (use a cast to cast tabular function vale)...

    (VERY COOL STUFF HERE!)

    Re: Tyring to dynamically create the SQL statement for a calendar of SQL

    Thank you

    Tony Miller
    Webster, TX

  • How to apply filters to the Listview created using GroupDataModel?

    Hello

    I have created a listview with groupdatamodel, now I want to apply filters for listview. How to do this?

    Please help me. (As looking for contacts)

    Kind regards

    Naresh Kodumuri.

    Hello

    I found the solution for the application of filters to the listview.

  • How to apply http with the string parameter in the development of BB10 using WebWorks.

    Hi all

    I'm developing an application BB10 Webworks setting, I want to make an http request by adding a string parameter. What type of http request, I'll use. any help of code base.

    Thank you all

    Use the JavaScript XmlHttpRequest object to make a GET request to a remote URL.

    https://github.com/BlackBerry/WebWorks-community-samples/BLOB/master/kitchenSink/js/browser/XHR.js

    Here is an example:

    var url = "http://www.yourwebsite.com/index.asp?foo=bar"
    var xhr = new XMLHttpRequest();
    
    xhr.open('GET', url, true);
    
    xhr.onreadystatechange = function(e) {
        if (xhr.readyState === 4) {
            if (xhr.status === 200 || xhr.status === 0)  {
                console.log(xhr.responseText);
            }
            else {
                console.log("Error (" + xhr.status + "): " + xhr.statusText);
            }
        }
    };
    
    xhr.send(null);
    
  • How to create or modify the spredsheet waveform

    I need to produce an analog output.

    Can you describe your problem with a little more detail? I don't understand what you're asking.

  • How to apply a shadow to transparent PNG files

    Hello

    I would like to apply a shadow to a transparent png file. But Edge still apply around the image of the box.

    Any ideas?

    Best regards

    Hi, Felipe.

    What you need are filters CSS, which are not fully supported on all browsers, but support browsers based on Webkit (Safari/Chrome, including mobile).  You can find our CSS filters under the section "Filters" in the properties panel.

    Thank you

    -Elaine

  • How to ignore case in the Apex?

    Hello

    I have provided a link to an article (Hostname) in one of the attributes of the column.
    When I click on the link, need me a page if there is an exact match in the "Hostname".
    However, a same host does not match if his name is different between uppercase and lowercase.
    Ex: EU1PAPW002 does not match eu1papw002

    Is it possible to ignore the case by matching?
    Need help on this.

    Concerning
    Sharath

    I'm glad it helped!

  • How to apply the model to multiple pages at once?

    My site has about 4000 pages, I want to apply the template to all existing pages at once. Is there a procedure of application of the model to multiple pages.

    Please suggest me.

    I had the same problem and although it is a very old thread, I would like to share my solution with those who find this via google, too (like me):

    Follow these steps:

    1. Open the files in a text like Sublime edtor (impossible in Dreamweaver when the model area is locked).
    2. Use the "Find and replace" to replace each text with the name of the new-model .dwt .dwt in open files.
    3. Save files.
    4. Inside Dreamweaver go to 'Edit' > 'Models' > 'update Pages. In the dialog box, select "Find in files" and choose the name of the former model and click on 'start '.
      If there are areas of the unequal model, there will be one or more dialog boxes where you can select how DW must correspond to these regions (for all files).

    Source: WikiHow > How to apply a template Dreamweaver to several files

  • How to add data to the table using Manager POST for restful Apex application

    Hi all

    I managed to create a service application web Manager restful using GET for the Restful service module. I am able to get the data in row on the presentation of a table row id in the application. But I can't find an appropriate example, how the new data in the table can be posted or deleted. I created a POST handler for a URI scheme and look forward on how to proceed. Any help would be really appreciated.

    Source for the POST Manager:

    Start

    insert into ALL_BOOKS values(:id,:book);

    end;

    Also created 2 parameters id and the book.

    Hi jerry2134,

    jerry2134 wrote:

    I managed to create a service application web Manager restful using GET for the Restful service module. I am able to get the data in row on the presentation of a table row id in the application. But I can't find an appropriate example, how the new data in the table can be posted or deleted. I created a POST handler for a URI scheme and look forward on how to proceed. Any help would be really appreciated.

    Source for the POST Manager:

    Start

    insert into ALL_BOOKS values(:id,:book);

    end;

    Also created 2 parameters id and the book.

    Check out the following tutorials OBE, that explains the creation of GET and POST RESTful Web Services and how to use them in the APEX.

    Also what yo mean "looking forward on how to proceed? Do you want to or created for use/consume in your Oracle APEX application hosted RESTful web services?

    If Yes, in your Application, you must create a RESTful Web Service reference -> shared components. Then, create a form/report based on Web Service reference.

    Kind regards

    Kiran

  • parameter as in the apex problem

    Hi all

    Can someone help me how to get the pop up message when we use shipment_date_to less shipment_date_from then as in the below example we use Shipment_date_from = 1 January 2015 and shipment_date_to must be higher Shipment_date_from = 1 January 2015 but I used shipment_date_to = January 31, 2005, that does not in this case We get an error message. How to achieve this in the APEX.

    parameter_issue.jpg

    Pls try it

  • PLSQL Funciton in a query SELECT for a region at the APEX

    Hello, I'm developing a SQL report based on a SELECT query that uses a plsql function.

    However, the PLSQL function returns a numeric value and, in addition, it also has an out parameter.

    How to display this on the APEX report parameter value?

    Thank you
    R

    Hello

    FWIW, you can write this to query the report source

    declare
    qry varchar2(32000);
    num number;
    begin
    num := qry_function(qry);
    return qry;
    end;
    

    CITY

  • The activation of the feature in the APEX very specific access control

    Hello

    does anyone know how to do?


    Reading around it seems that this characteristic to be able to provide online access control is only a part of the Enterprise edition. However, it certainly is not because there is a tutorial on how to implement that in the APEX. However, when I write that it comes up with the error above, however characteristic is not activate. It comes to mount the virtual private database that allows you to access control of line.
    I guess that the line of code that would mean ' private access is one that says: policy_function = > "user only.


    BEGIN
    DBMS_RLS.add_policy
    (object_schema = > 'data_schema',)
    object_name = > 'EMPLOYEES. "
    POLICY_NAME = > "EMP_SEL_POL"
    function_schema = > 'HR ',.
    policy_function = > 'USER_ONLY ',.
    statement_types = > 'SELECT');
    END;
    /




    Thank you very much

    Published by: Alvaroe on February 3, 2010 10:37

    Fine-grain Access Control (MEV) is a feature available only in the as detailed here http://www.oracle.com/database/product_editions.html Oracle database Enterprise edition
    If you have a license for the EA, then you can exercise the hooks which provides the APEX in interface with the VPD policies defined in the database.

    CITY

Maybe you are looking for