WP-Cumulus Plug-in in apex

Hello All,
How to install a plug-in like this in apex?
http://wordpress.org/extend/plugins/wp-cumulus/installation/
Thanks
Tauceef
Edited by: Tauceef on Dec 14, 2010 3:25 AM

Find one that works in jQuery (not wordpress PHP) and follow their instructions. You'll probably use a PL/SQL process and htp.p to feed it data.
Tyler Muth
http://tylermuth.wordpress.com
"Applied Oracle Security: Developing Secure Database and Middleware Environments": http://sn.im/aos.book

Similar Messages

  • Error creating plug-in in Apex 4.2 using GlassFish and ORDS

    Hi All,
    Having problems importing plugins in Apex 4.2.4 using Glassfish and ORDS.
    Error message:
    ORA-20987: APEX - Execution  of the statement was unsuccessful. ORA-20001: Error creating plug-in id="7527582887400956434" ORA-20001: Application ID and current security group ID are not consistent.
    Error_On_Component_Type:
    WWV_FLOW_SECURITY
    Error_On_Component_Name:
    FINAL_EXCEPTION_HANDLER
    Environment:
    Linux
    - Oracle11g r2 Linux database.
    Windows 2012
    - Glassfish version 3.1.2.2
    - Oracle Restfull Data Service
    Is there a way to simply log the Glassfish / ORDS environment to find out what's the database connection it's using and the security information that is passed and used in the Apex environment?
    P.S:
    When using the Oracle 11g WebTier HTTP Server on Windows 2012 or the IIS Thoth Gateway on Windows 2012 i can import the plug-in without any problem.
    Any help or advice will be much appreciated.
    Thx,
    Anibal

    I would start by putting this after submit, to check the contents of the array.
    apex_debug.message('count:'||apex_application.g_f01.COUNT);
    FOR i IN 1..apex_application.g_f01.COUNT LOOP
        apex_debug.message('i:'||i||':'||apex_application.g_f01(i));
    END LOOP;
    Then compare the contents with your answers table.

  • Problem with SkillBuilders Calendar (1.0.1) [Plug-in] in APEX 4.2

    Hello,
    I am not sure if this is the right forum for questions about 3rd party plug-ins but I'll give it a try.
    I am trying to use the SkillBuilders Calendar (1.0.1) [Plug-in] and it doesn't render my page correctly. And by that I mean it doesn't even show anything, just an empty region border but no calendar at all.
    The Region Definition Type is : SkillBuilders Calendar (1.0.1) [Plug-in]
    My query is pretty simple:
    SELECT NULL AS id,
      evt.event_title AS title,
      'true' AS all_day,
      NVL(TO_CHAR(sbip_schedule.start_date(evt.schedule), 'YYYY-MM-DD"T"HH24:MI:SS'), NULL) AS start_date,
      NVL(TO_CHAR(sbip_schedule.end_date(evt.schedule), 'YYYY-MM-DD"T"HH24:MI:SS'), NULL) AS end_date,
       NULL AS url,
      NULL AS class_name
    FROM event_info evtI have tried to re-install the plug-in but it is the same result.
    Any ideas what could be wrong?
    --Andy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Just as a FYI.
    It turns out that I ran into a database bug where I was using secure files to store the plug-in documents. No problem with the plug-in, just a db bug.
    Solution is to move the plug-in documents from secure files to basic files.
    --Andy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • JQuery ids in Apex dialog region plug-in

    Hi,
    Apex 4.0
    I have a plug in (here ) that opens a dialogue region when someone clicks on a button. I'm calling a dynamic action to process a PL/SQL procedure but it takes a while to process the procedure. I have another plug-in which disables the screen and uses a pop-up until its finished processing, but to use the 'processing' pop-up I need to link it to my other plug-in.
    I can access apex buttons on the pop-up but it has its own jQuery 'OK' button, But I cant seem to find its id anywhere... I tried modifying the code, but Im not sure if I'm correct in assuming that the id is "" in the first place(used firebugs DOM feature to find it). I have a little experience with jQuery but not so with jQuery in apex...
    Is there anyway I can assign it one? Or does it already have one?
    This is the code I've modified from the plug-in:
    l_onload := 'apex.jQuery("#' ||
        p_region.static_id ||
        '").dialog({' ||
        apex_javascript.add_attribute('autoOpen', (l_auto_open = 'Y')) ||
        apex_javascript.add_attribute('modal', true) ||
        apex_javascript.add_attribute('title', l_title) ||
        apex_javascript.add_attribute('width', to_number(l_width)) ||
        'buttons:{' || '"' || l_ok_label || '":function(){apex.jQuery(this).trigger("dialogregion.ok");
    $(this).attr("","NEWID");
        $(this).dialog("close");}';

    Turns out this was a stupid question, the plug-in had an dynamic action triggering event.

  • Dynamic select list as APEX plug-in custom attribute?

    I'm developing a region plug-in in APEX 4.0.1. I wanted to make one of the custom attributes a select list where the options offered were the current application list templates (queried from the <tt>apex_application_temp_list</tt> view: the rendered plug-in region should be styled using a standard list template from the current theme). However, the Select List plug-in custom attribute type only appears to support static lists. Can anyone confirm that I've not missed anything and that this is indeed the case?
    If so, it seems that the plug-in will have to rely on developers typing a list template name into a text box, which is far from ideal. (Unless anyone can suggest a workaround?)
    Component specific templates can be applied to several built-in component types&mdash;lists, calendars, reports&mdash;so it would make sense for there to be a similar capability for plug-ins where these are congruent with an existing template type, e.g. by providing a Template Picker plug-in custom attribute type.

    Hi,
    you have not missed anything. Plug-in attributes of type "Select List" just support static values. And I'm not sure if a query based Select List would really help, because what happens if the template is deleted. Or in the reports where it shows if the template is in use.
    So I think your second approach to extend plug-in attributes to link to certain shared components (Lists, Templates) is the better way forward, because that will also allow us to know what you are actually referencing and we can use that information in reports, delete operations, ...
    Will add it to possible enhancements for 4.1
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • APEX 4.2.1 Theme 26. Report template "Fixed headers" does not work in IE9

    Hi,
    The goal is to scroll the region, but not column headers.
    Works great on Chrome and Firefox, but on IE9, column headers scroll altogether with data.
    I have tried it in APEX workspace at ORACLE (select order_item_id, order_id from demo_order_items - just to fill the region).
    Is there a possibility to fix the Template's HTML/CSS?
    Of course, I can make three regions to show the same thing (one region with report heading only, another with column headings only and the third on with column data only), but it seems complicated for such a simple task .
    Thank you

    Hi,
    I would suggest to not mix different questions and a thread for each of them. Makes it easier for others to follow.
    About your problem with the cascading LOVs, it appears that this is/was a bug in jQuery Mobile which we use under the hood. I was able to reproduce the problem with APEX 4.2.1 using jQM 1.2.0, but was not able to reproduce it with APEX 5.0 which will use jQM 1.3.0RC1 or higher. The problem occurs if a select list is empty.
    There are different workarounds available:
    1) set the attribute "HTML Form Element Attributes" of P1_CLOV_2 to data-native-menu="false"or
    2) set the attribute "Display Null Value" of P1_CLOV_2 to Yes and "Null Display Value" to - select - (or something similar). The "Value Required" = Yes will still guarantee that a value has to be picked. Having the extra null entry will guarantee that the select list always contains an entry, that seems to workaround the bug in jQuery Mobile.
    I have filed bug 16355963 - jquery mobile: empty select list causes javascript error
    to track that this is definitely fixed in APEX 5.0.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Exists condition in APEX 4.0

    Hi
    I've created an application in APEX 3.2 and I've now installed it in an APEX 4.0 environment. I've had a few issues where things have changed, but I've just hit a rather bigger problem to do with the Exisits condition that I'm hoping someone can shed some light on.
    On numerous items, regions, lists items etc. I've used the "Exists (SQL query returns at least one row)" condition. In Expression 1 I've included a select statement which ends with a semi-colon. For example,
    SELECT 1
    FROM   my_table
    WHERE  id = :P0_ID
    AND    my_col = 'Y';Now in APEX 4.0 I sometimes get an error when running the application which is ORA-00911: invalid character. This happens when viewing a list which has this condition on one of it's items, but doesn't appear to happen on regions with this condition. However, if I update any item, region, list item etc. which has this type of condition when I hit Apply Changes I get the same error. If I remove the semi-colon then the error disappears. For the above example, Expression 1 needs to be changed to:
    SELECT 1
    FROM   my_table
    WHERE  id = :P0_ID
    AND    my_col = 'Y'I've checked the Release Notes for 4.0, the Patch Set Notes for 4.0.1 and searched this forum but I've found no reference to this. (Perhaps I'm searching for the wrong thing.)
    Is this a planned change? Has anyone else experienced this? Does it only happen in certain places? I don't particularly want to go through all 20 of the APEX repositiory tables that have the Condition Type column to try and identify all the places I've used this and then change all my applications. This will be extremely time consuming, so if I know that it's a change in say only 5 places then I'll just target those places.
    Many thanks for any help on this.
    Sara

    Hi Sara,
    in previous versions of APEX we where more tolerant in regards to adding a semi-colon at the end of a SQL statement where it actually doesn't belong to. A semi-colon only has to be entered for PL/SQL commands or SQL statements within a PL/SQL code block, but never for a single SQL statement as in the case of "Exists" or an Interactive Report query. In 4.0 we have now added design time validations of SQL statements and PL/SQL code in conditions as well. Before it was stored unverified. That's why you are now hitting the problem each time you modify such a component.
    I don't think that we actually changed the runtime engine to be as restrictive as the Builder validation yet, but going forward that might be the case as well in future versions of APEX. Regarding your specific problem for list entry conditions, I don't see that the code has really changed here. It's using the same function to evaluate the condition as we use for regions and a quick test also proves that list entry conditions still accept the semi-colon.
    But I will file a bug for the new "Advisor" feature that it should also flag those components which are using a SQL statement with a semi-colon. That should help to easily identify there components where a change should be made.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Cascade LOV in Apex 4.0

    Hello Apex Fun
    how can i make cascade list of value in Apex 4.0 ? i tried cascade which enabled in list of item properties but contain problems , please help me
    also when use that cascade the Arabic characters shown unclear ..
    Edited by: Moh Loay on Aug 24, 2010 2:46 PM

    Hi Moh Loay,
    I think you have to help me with that one, because I tried to reproduce that on apex.oracle.com and was not able to.
    1) I have created page http://apex.oracle.com/pls/apex/f?p=47158:22 which is a cascading LOV on the tables DEPARTMENTS and EMPLOYEES.
    2) For Department "Construction" I modified some of the employees to contain arabic and chinese characters
    3) I executed above page
    4) Changed the department to "Construction" which refreshed the employees select list
    5) Opened the Employees select list and everything shows up as I have entered it.
    Can you please verify with the above page that it looks good for you as well. Maybe it's an operating system/browser issue?
    If the above test case works for you, can you please create a test case with your failing data on apex.oracle.com so that I can have a look what's actually wrong. After you have done that, please provide the workspace, user and password so that I can access your application.
    Thanks
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • JQuery in Apex 4.0

    Hello All,
    I want to create a accordion in my application by using the jQuery components, I followed some Threads also but it still not working.
    This is the thread I am following:
    Roll Your Own - APEX 4.0 and JQuery-UI Application
    Here the example given by Jeff is working fine for the tabs when I tried that, but for accordion I am following the reply given by Alister Lang.
    This is what I have done:
    Html Header:
    <link href="IMAGE_PREFIX#libraries/jquery-ui/1.8/themes/base/jquery.ui.all.css" rel="stylesheet" type="text/css" />
    <script src="#IMAGE_PREFIX#libraries/jquery-ui/1.8/ui/minified/jquery.ui.core.min.js" type="text/javascript"></script>
    <script src="#IMAGE_PREFIX#libraries/jquery-ui/1.8/ui/minified/jquery.ui.accordion.min.js" type="text/javascript"></script>
    <script>
         $(function() {
              $( "#accordion" ).accordion();
    </script>
    HTML Region(Container)
    Region Source:
    <!--<div id="accordion"> //this portion I have commented out here, but it is not commented in my application
    <h3>Employees</h3>
    <h3>Departments</h3>
    </div>-->
    and two Reports with
    Static Id: tabs-3 and tabs-4
    This is the result what I am getting:
    http://apex.oracle.com/pls/apex/f?p=15413:3:3018646282454486:::::
    username: demo
    password: demo
    Please help me out
    Thanks
    Tauceef

    Hi Tauceef,
    have a look at Using jQueryUI Accordion with APEX 4.0 that will make it a lot easier to define an accordion.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • In APEX clicking the hyper link doesn't trigger session timeout page

    Hi All,
    I have a question about the session time out in APEX application. I have created a simple APEX application. In the SQL report region section, i have code like this:
    SELECT DOC_Name, DOC_URL,
    '<a href="' || DOC_URL || ' target="_blank"/">Download file</a>' pdf_link
    FROM test_table
    where emp_number =00010001
    When user clicks on the hyper link, it will display the destination page to user(for example if DOC_URL = 'http://forums.oracle.com', it will display the oracle forum page in a new browser).
    But the issue is that, after user's session timeout (I set for 240 seconds through Shared Components>Edit Security Attributes, i set max the session timeout for example 240 seconds), when i click on this hyperlink, it doesn't trigger my session timeout page and it still displays the page (oracle forum page).
    Why in APEX clicking the hyper link doesn't trigger session timeout page after the user session timeout???
    how to implememt or fix to trigger the session timeout page after clicking on the hyperlinks?
    (BTW, our APEX version is 3.2)
    Thanks!

    Hi Lily,
    the reason for that behavior is that APEX is not involved anymore if you click on an external link. That's completely handled by your browser.
    To involve APEX timeout handling you could redirect to a specific page in your application which performs the final redirect.
    For example:
    1) Create a new page 999
    2) Create hidden page item P999_URL
    3) Create a before header PL/SQL process with the following source
    owa_util.redirect_url('http://'||:P999_URL);
    apex_application.g_unrecoverable_error := TRUE;If you want to embed a link, create a link to page 999 and set the page item P999_URL to forums.oracle.com
    You could also add a white list into the above code to verify that you are just redirecting to valid URLs, so that nobody is using your trusted application URL for phishing attacks.
    Hope that gives you a direction
    Patrick
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Apex 4.0 comments section not just for comments anymore?

    Had a developer find a new 'feature' in Apex4 yesterday. Is this a bug? or is something else amiss?
    Here are his comments:
    Apex Developers,
    I found a really weird problem and wanted to share it with you. First, some background. At the bottom of nearly every page, as you edit a region for instance, there is a place for comments.
    I have always used this as a temporary place-holder for changes as I edit. For example, today I was editing a region that is a simple SQL Report with a query. I wanted to make significant changes to the query so I copied and pasted my query from the Source box into the Comments box at the bottom of the page. My assumption has always been that the Comments box was for comments...not actual code or anything that displays on-screen. That may be partially true but it does affect the way your pages run!!
    I changed the query and it worked fine. OK. So far so good. However, when I went to change one of my columns to use an existing LOV it died with a "no data found" error. I chased my tail for a while and finally ended up creating a new region with identical SQL. That new one worked while the original one continued to fail with identical code. I compared the regions and the only diff was the comments. On a lark I deleted the comments out of there and the damned thing worked!!!!!!! Arrrrrrggggghhhhh!!!!!

    Hi,
    I think the "no-data-found" error behavior was not related to the value in the comment, instead I think you have hit bug# 9879227 on our known issues list at http://www.oracle.com/technology/products/database/application_express/html/4.0_known_issues.html
    The "Apply Changes" actually fixed your tabular form/report meta data problem after you removed the comment. I'm pretty sure if you add the comment back into your region the error will not occur anymore.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • Save Interactive Reports in Apex 4.0 for a specific user

    Hello all
    Here's the setup: I have APEX 4.0.1 running on Oracle EE 10.2.0.5 on Windows 2003.
    I built a GPS application which allows users to see their vehicles on a google map...but this is beside the point.
    My problem is that when a user saves a specific Interactive Report (after having done some customization as to columns & computaitons etc) the report is visible to any one that connects to the application.
    I am using a custom made authentication (in Apex I use no authentication and have a function validate the user logon before he is taken to the main page). this is because users are divided into companies, sub companies and departments and each user is granted access to a page in function of his presence in this hierarchy.
    My question is: how can I implement the feature whereby saved interactive reports are visible to only those users that saved them?
    Thanks in advance

    Hi "user12045065" (please change your forum handler),
    what does APP_USER show for you? Is it the same for all users?
    I'm not sure if I fully understood your sentence "in Apex I use no authentication and have a function validate the user logon".
    Does that mean you are NOT using a "custom authentication scheme" for that? If you answer that question with yes, how should APEX be able to distinguish the different users? And I still don't understand why you don't use it, because also with a "custom authentication scheme" you can redirect the user to the page he is privileged for.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Apex in iframe broken in 4.1?

    Hi,
    I am experiencing a strange problem after I upgraded Application Express to 4.1.
    Every new application I create, will not work in an iframe. The frame shows up as empty (with chrome's element inspector showing the content as simply <html><head></head><body></body></html>
    But older applications (created in 4.0 and earlier) they show up fine without problems.
    I have tried all the themes in 4.1 they all do not work in an iframe and if I create new pages in an older application the new pages work fine in an iframe.
    So there is some change in the 4.1 that seems to be breaking apex apps within iframes.
    I looked at the sequence of events in the Chrome Network tab of the Developer Tools. I see a request for "f" with a response of "302" (temporarily moved), which is fine, its the session mechanism redirecting.
    Then I see another request for "f" which gets the response of "Canceled".
    I can get an apex error message to show by pointing to a non-existing page in a new 4.1 app, but that is the only response I have been able to get..
    Any ideas anyone?
    Oli

    That's interesting, tried the Sample Application with the following HTML file
    <html>
    <body>
    <h1>iFrame public page</h1>
    <iframe src="http://apex.oracle.com/pls/apex/f?p=29393:99:0" width="100%" height="300">
      your browser doesn't support iframes
    </iframe>
    <h1>iFrame protected page</h1>
    <iframe src="http://apex.oracle.com/pls/apex/f?p=29393:1:" width="100%" height="300">
      your browser doesn't support iframes
    </iframe>
    </body>
    </html>The first iframe works fine which loads a public page with using session zero.
    The second iframe which tries to include page 1 which is an authenticated page fails in IE8.
    I assume it must have something to do with redirects which are not correctly working in the iframe. It has definitely nothing to do with the new security settings to prevent click hijacking, because that's not enabled for that application.
    Will continue investigation.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Apex 5 not working with Chrome, works perfectly with firefox.

    Hi All,
    So after a few days of trying to upgrade my 4.2 PDB to 5.0. Finally, Success.
    I have encountered a new issue.
    Apex works fine under Firefox, but the same cannotbe said for google chrome.  Even though I can log in via chrome, certain things do not work.
    For example.
    When I click on my username for the account menu in the top right corner, nothing happens with chrome (see image1).
    When I do the same exact thing under Firefox, I get the drop down account menu as intended. (see image2)
    I am a linux user, so at first I thought maybe it was something related to chrome with Linux.
    Then I thought maybe it was some sort of caching issue, so i cleared my cache and all temp files.
    Finally, I checked the chrome vs firefox comparison on 3 different PC's. 1 linux, 1 Windows 8.
    When I use Apex via Firefox, I have not bumped into a single bug, I was able to test it thoroughly to make sure desiger and all features worked without an issue.
    Under chrome, some things work, others do not.
    Another example of something that doesnt work under chrome. When I get an authentication error, the countdown timer (please wait 5 seconds) does not count down nor disappear after 5 seconds. Under firefox, works. This can be said for an assortment of buttons, links, drop down menus.
    Has anyone bumped into this? Anyone successfully using apex5 via chrome?
    Thanks in advance,
    John T.
    image1
    image2

    Hi John,
    based on the error message that almost looks like that our desktop.min.js library didn't load. Can you please try the following.
    1) On the page where you see that error, click the Hamburger icon in the top right corner and select 'More tools' -> View Source.
    2) In the HTML source displayed, search for desktop.min.js (use Ctrl+F) and click on that link of the file. desktop.min.js should be right before wwv_flow.js_messages.
    Does it show the source of the file?
    If that works, can you do the same for jquery-2.1.3.min.js right before desktop.min.js.
    Regards
    Patrick
    Member of the APEX development team
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • APEX 4.2 bug with mobile page submit action

    Hi,
    I am using the APEX 4.2 mobile theme which has a "Select List" page item and where the "Page Action when Value Changed" is set to "Submit Page". The submit works when the values are in pull down but when the values come from popup window then it does not.
    Thanks, Timo

    Hi Timo,
    thanks for letting us know. It's a known issue (bug# 14680379) on our Known Issues List at http://www.oracle.com/technetwork/developer-tools/apex/application-express/apex-42-known-issues-1863578.html
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

Maybe you are looking for

  • How to prevent WBS element for other Company code to be used in WO

    Hi, I am new to this forum and want to try this out. This thread is regarding: Area: plant maintenance, create/change work order, message control in wbselement in tab "Addit data" Detailed explanation: In our SAP system we have the functionality that

  • SQL Loader and whitespace issues

    Hello users, I've got an issue that I know is breaking based on a comments field, which allows nearly every type of character in it. Long story short, I'm trying to upload an Access table, turned to .csv file into Oracle via SQL Loader. I'm able to d

  • Deployed application from NWDS not available in local folder for IView crea

    Hi Gurus, I have deployed an Web Dynpro Java application from NWDS. The application deployed fine. But when I tried to cretae the Web Dynpro Java application from the Portal the corresponding application is not available in local folder for IView cre

  • Problem in po creation

    Hi guys, We are trying to create a new line item in the existing PO.  This new line item will be with reference to contract.  is it possible to create a new line item with tcode ME22 (not ME22n) Also can we use bdc for ME22n txn? please suggest

  • Can I add a 3rd party SSD to a dv7 that has the 750GB Hybrid drive?

    I have been given contradictory answers from 2 different HP sales reps. I am looking to purchase a dv7 with a single storage drive, and will at some later time like to add a second storage drive to the empty bay. One rep told me that both the dv6 and