Closer in Jquery

I've made some progress in updating my site with Jquery with you here.

Fade action is much better, but I tried to change the trigger text and to use rather than a passage of the mouse click.

I've got the work of click, but I can't seem to stop the image trigger the fade along with the text.   http://dinghydogs.com  The text is in the middle and says "click to swap styles.

Sorry to be such a pain.

Add the highlighted

{$("#fade_ _span__").click (function ()}

$("#taper").animate ({}

opacity: 1;

opacity: 'toggle '.

}, 500, function() {}

});

});

GRAMPS

Tags: Dreamweaver

Similar Questions

  • Discount contained IRR (State report but maintaining current IRR) using Javascript

    Apex: 4.2.2.00.11

    AJAX (dynamic measurements) are used to change the data (rows/columns of data) than the SORT of reports on an Apex report page. The last step in the dynamic action (that example closes the jquery ui widget used to add/insert/delete a line), I would like to refresh the IRR - without a reset of the IRR filters, like oders, etc..

    Currently using a call to gReport , but the reset() methods and pull() time resets the IRR, take off the filters and so on.

    Did some research on Google and have not seen this specific question answered, or covered in the manual of the Apex Javascript API.

    Question: is there a method simple IRR updating can be done without a reset and update only the current content of data displayed by the IRR - from Javascript?

    Billy,

    Have you tried:

    $('#YOUR_IRR_REGIOD_ID_HERE').trigger ('apexrefresh');

    -Joe

  • Popup in jQuery Mobile BB10 theme

    I am trying to implement a context Menu on the jQuery Mobile BB10 theme. I guess it's a
    special instance of the Action menu overflow.

    How to adjust the behavior of slide to reach the two States of the context Menu without messing around
    the standard definition of the Action Menu overflow?

    What is the user action that activates the close context Menu?

    What is the action of the user who causes the most broad context Menu to appear?

    Jason Scott on Github https://github.com/blackberry/jQueryMobile-BB10-Theme/issues/8

    It gave me the following response to my question:

    I recommend using the contextual menu webworks for your application. It has everything you want.
    The documentation is available here.
    https://developer.BlackBerry.com/HTML5/APIs/BlackBerry.UI.ContextMenu.html

  • jQuery UI dialog height: auto

    Hello

    I use Apex 5.0.1 universal theme. I am replacing the standard alert and confirm popups with jQuery dialog. For example, alert, I replaced the alert() with:

    $.extend ({alert: {function (message, title)})

    $("<div></div>").dialog ({}

    Open: function (event, ui) {}

    $(".ui-dialog-titlebar-close").hide ();

    $(".ui-dialog-content").css ("quilting", "1em 1em");

    },

    buttons: {"Ok": function () {$(this) ("close") .dialog ;}},}

    close: function (event, ui) {$(this) .remove ();};

    Resizable: false,

    Title: title,.

    modal: true,

    height: 'auto '.

    .html (message)});

    }

    });

    It works well, except for one thing: height: 'auto' is ignored. Apex generates a fixed height for the content of the dialog box:

    "" <div id= "ui-id-3" " class="ui-ui-dialogue-contenu-content-widget" style="display: block; width: auto; max-height: none; height: 69px; "min-height: 45px;" >

    I added

    $(".ui-dialog-content").css("height","");

    the function open, but who was simply ignored (run this line of Firebug does remove the height of 69px correctly).

    Suggestions how to force the "height: auto;

    See a demo here:

    workspace: sqlint

    user: OTN

    PW: OTN123

    page: 3

    put that in the statements of duties / global for your page:

    apex.theme.initResponsiveDialogs = function () {};

  • jQuery Slider effect

    I created 2 buttons in this example, and they both switch when you click. You will notice that if you click on the button 1 and then button 2, they remain open at the same time. Is it possible to have him so when button 2 is selected, the button 1 closes?

    Thanks in advance. Here's the code.

    <! DOCTYPE html >

    < html >

    < head >

    " < script src =" https://AJAX.googleapis.com/AJAX/libs/jQuery/1.12.4/jQuery.min.js "> < / script > .

    < script >

    $(document) .ready (function () {}

    $("#flip").click (function () {}

    $("#panel").slideToggle ("slow");

    });

    });

    < /script >

    < script >

    $(document) .ready (function () {}

    $("#flipp").click (function () {}

    $("#break").slideToggle ("slow");

    });

    });

    < /script >

    < style >

    #panel, {#flip}

    padding: 5px;

    text-align: center;

    background-color: #e5eecc;

    border: 1px solid #c3c3c3;

    }

    {#panel}

    Padding: 50px;

    display: none;

    }

    #break, {#flipp}

    padding: 5px;

    text-align: center;

    background-color: #e5eecc;

    border: 1px solid #c3c3c3;

    }

    {#break}

    Padding: 50px;

    display: none;

    }

    < / style >

    < / head >

    < body >

    < div id = "flip" > button 1 < / div >

    < div id = "Panel" > Content 2 < / div >

    < div id = "flipp" > button 2 < / div >

    < div id = "break" > Content 2 < / div >

    < / body >

    < / html >

    As you know I never use jQuery now, but if someone is already using it, then...

    There are many debates on the use of jQuery requirement now that browsers are more docile, but even if we think that is not really necessary, I can see the decline being very, very slow.

    What about css are complex, depends on. I wish just that more people learn css and does not rely on frames, (everything is said).

  • Display custom jquery message when the responsible for the page?

    Hi all

    I use: Apex5

    I want to use jQuery custom message

    like: http://www.jqueryrain.com/?koLHvt8W

    My not...

    I put @ level page < link rel = "" #APP_IMAGES #notifyme.css "type =" text/css"/ > / / in the section of the css file "

                                       <script src=" http://code.jQuery.com/jQuery-1.11.1.min.js "> < / script > . / / in the URL of a JavaScript file /

    < script type = "#APP_IMAGES #notifyme.js" > < / script > / / in the URL of a JavaScript file /


    And I put the function:

    $(window).load( function() {
        $(this).notifyMe(
            'bottom', // Position
            'error', // Type
            'Lorem Ipsum Text', // Title
            'Lorem Ipsum is simply dummy text of the printing', // Description
            200 // Velocity of notification
        2000 // (optional) Time of delay to close automatically
        );
    });
    

    in the section run when the Page loads does not!

    try to insert it in the function and the declaration of global variables ... does not!

    and try to create on load dynamic action of javascript code... But not work absolutely ... Why?

    Please help me...

    Thank you.

    Hi Amr Abdeen,

    AMR Abdeen wrote:

    Please check...

    https://Apex.Oracle.com/pls/Apex/f?p=38695:36:1719887121161:

    WS: voll

    User: [email protected]

    Pass: 1

    I modified your application. It works now, please check.

    Past under Page attributes-> 'CSS'-> 'File URLs' section:

    #APP_IMAGES#notifyme.js
    

    TO

    #APP_IMAGES#notifyme.css
    

    Kind regards

    Kiran

  • dialog jquery apex 5.0 by dragging the issue

    Hello

    Always try to get used with 5.0 and its modal (or not) dialogue.

    Below is the sample app, modal dialog box stylized dialogue-based

    You questions:

    1. appendTo is only way to get response dialogue inside the shape?

    2 jQueryUI seems to have some problems with dialogue by dragging the function above problem under IE and FF (Chrome seems to have no problem with it), but it is more suitable to solve it?

    3. modal dialog in the apex gives defined resolutions of modal window: it can replace the jQueryUI however dialogue how set I've automatically adapted to the content?

    apex.jQuery( this.affectedElements ).dialog( 'destroy' ).appendTo( 'form#wwvFlowForm' );
    apex.jQuery(this.affectedElements).dialog({
        closeOnEscape   : true,
        draggable       : true,
    dialogClass : 'customStyles',
        height          : '300px',
        modal           : false,
        resizable       : true,
            width           :'900px',
    collision: 'fit',
    drag: function(event, ui) {
                    var fixPix = $(document).scrollTop();
                    iObj = ui.position;
                    iObj.top = iObj.top - fixPix;
                    $('.ui-dialog').css('top', iObj.top + 'px');
                },
      open          : function(event, ui){
        // Bind click handler on the overlay, to force dialog closing
        apex.jQuery('.ui-widget-overlay').bind('click', function() {
          apex.jQuery(this).prev().find('div:nth-child(2)').dialog('close');
          });
      }
    
    });
    

    Thank you

    Hi jareeq,

    I see now that the source of confusion may be that the application example dialogue always includes a page using the jQuery UI dialog box. Sorry about that. I had recommended to delete this page and I thought he had, but clearly, he didn't. For the reasons given in the blog referenced above, there is a lot of work to get jQuery UI dialogs well operate in an APEX application. So I highly recommend people to use the APEX for the dialogues in line (modal region) and modal pages.

    The jump from the dialog box down on the drag problem does not happen with APEX inline dialogues or modal pages so I recommend you to use those.

    Kind regards

    -John

  • How to trigger DA when the user clicks a button close the standard window

    Hello!

    Apex 5.0 & universal theme.

    I want to trigger some DA when the user clicks on the button indicated to my image (button close the standard window). In fact, I would like to pass a value of my hidden form IR back and refresh IR if value = 1 or don't refresh with another value.

    Is this possible?

    Thank you.

    close_form.png

    Hi Yava,

    Seems that you have chosen to add the event handler to the page parent (the one with the IR). I think it's best. This means that the code above does not apply.

    The dialogclose event and all other dialogue jQuery UI events are triggered in the dialog box to create a DA pull on the IR will not work (because the dialog box is outside the IRR while she bubbles it won't go through the SORTING). You must handle the event on the body. This works because the event propagates to the body. Set the Type to choose to be "jQuery Selector". JQuery Selector enter 'body' (without the quotes). The event you want to handle is a custom, event which means that this isn't one of those in the select list. For event, choose "Custom". Then enter Custom Event "dialogclose" (without the quotes). Now you have a DA who fires when * all * dialog closes. You may or may not need to get more selective than that. For action, you can use refresh as you do already.

    Kind regards

    -John

  • How to extract the values inside the jquery element dialogue modal rigion

    Hi all

    My requeriment is

    Click report link open jquey editable modal dialog and display all values with respective ID values.

    1.I used page header HTML code below

    < link rel = "stylesheet" href = " " http://AJAX.googleapis.com/AJAX/libs/jQueryUI/1.7.2/themes/

    "Redmond/jquery - ui.css" type = "text/css" / >

    " < script src =" http://AJAX.googleapis.com/AJAX/libs/jQuery/1.4.2/jQuery.js "> < / script > .

    " < script src =" http://AJAX.googleapis.com/AJAX/libs/jQueryUI/1.7.2/jQuery-UI.js "> < / script > .

    < script type = "text/javascript" >

    $(function() {})

    () $('#ModalForm').dialog

    {

    modal: true,

    autoOpen: false,

    Width: 600

    buttons: {}

    Back: function() {}

    closeForm();

    } ,

    Approve: function() {}

    addPerson();

    },

    Return_For_Correction: function() {}

    addPerson();

    },

    Reject: function() {}

    addPerson();

    }

    }

    });

    });

    function openForm (TrxId)

    {

    Alert (TrxId);

    $s ('P3_x_trx_id', TrxId);

    $('#ModalForm').dialog ('open');

    }

    function closeForm()

    {

    $('#ModalForm_input[type="text"]').val (»);

    $('#ModalForm').dialog ('close');

    }

    function addPerson()

    {

    var ajaxRequest = new htmldb_Get (null, & APP_ID., 'APPLICATION_PROCESS is updateStatus', 0);

    ajaxRequest.add ('P3_status', $v ('P3_status'));

    var gReturn = ajaxRequest.get ();

    If (gReturn)

    {alert (gReturn)}

    on the other

    {ajaxRequest = null;

    closeForm();

    doSubmit ('SEARCH'); }

    }

    < /script >

    2. static html Id - ModalForm region

    3. region html Header-

    < div id = "ModalForm" title = "View details" style = "display: none" >

    4.footer-

    < / div >

    5. in the same page created 'extraction of line auotomatic' process by using the value of key PK P3_trx_id

    6 Jquery modal region is created but not showing values.

    Hi Dan,.

    You must create a separate page for your modal dialog box,

    Call this dialog in the parent page and pass the value modal page in some hidden item and use the value of the element to retrieve details on the modal dialog box.

    1. change your report Page-> under the header HTML

    
    

    2. change the link from which column you want to call the modal dialog box.

    Target: URL

    URL: javascript:f_modalDetails(#ID#);

    instead ID, pass the value that you want to pass to the modal dialog box that shows you the data associated with the selected line.

    3. go to the page of the form (modal dialog)

    Change your close button that closes the modal dialog box.

    Action: Redirect URL

    Target URL: javascript:window.parent.closeModalDialog();

    Close the Model dialog box using the "submit" button press

    4. create a branch on the processing section of the Page of the page of the modal dialog box

    Branch point: After Processing (After computation, validation and Processing)

    Target type: Page of this Application

    Page: Redirect to the same page

    Request: CLOSE_MODAL

    When you press the button: select the Send button

    NOTE: Branch must be before all the unconditional branch on this page

    5. create a dynamic Action on the Page modal dialog box

    Event: Page load

    Action: Run the JavaScript Code

    Code: javascript:window.parent.closeModalDialog();

    Kind regards

    Jitendra

  • Strange problem with universal theme, jQuery and APEX 5 on Windows 8.1

    I have a strange problem that makes me crazy. I get it whenever I need to run some jQuery or JavaScript in the new universal theme. This page is a good example:

    https://Apex.Oracle.com/pls/Apex/f?p=93000:600

    Whenever I click on the calendar icon it opens and closes immediately. This happens when I click on and release the quick mouse button. If I do it slowly, click it, wait a second and release the mouse button, it opens as expected. I did the inspection of javascript in the firebug debugging console and I can see that each action runs twice.

    On this page, you can debug:

    https://Apex.Oracle.com/pls/Apex/f?p=93000:16

    by pressing a button.

    I did some tests with some of my colleagues and discovered that this happens only on computers with Windows 8.1 running pages in Firefox or Google Chrome. IE works as expected.

    I invite participants in this forum to do a test for me, if they have one of the browsers mentioned and Windows 8.1. My tests were from two different laptops I (the two Windows 8.1) and also of a virtual machine on Windows 8.1. I was able to reproduce this problem on all three computers.

    I also did the same test with apex.oracle.com and with my local installation of APEX 5.0. They both behave the same.

    I can't reproduce this with applications having the old model like this:

    https://Apex.Oracle.com/pls/Apex/f?p=31517:215

    Thanks in advance.

    Denes Kubicek

    Brad, thanks a lot for the performance test.

    Talking with the main developers of the universal theme, this afternoon, we have now highlighted what we believe to be the cause of this problem. There's code in a universal theme that uses hammer.js and apply a logic of quick click on all the links and buttons, with a few exceptions closely. We believe that it is this code that may be responsible for these questions.

    Please hold fire for more such tests as requested previously, my apologies for any lost time do. We will follow on this thread with results as soon as we can.

    Thanks again for your help so far.

    Kind regards

    Anthony

  • How to pass the PHP variable to menu jQuery Modal popup

    Hello

    Need help to find how to pass a variable in php (which is recovered in a while loop) in a modal window.

    There is a list of users on the page (shown with a while loop), with buttons Remove next to each of them.

    When the administrator clicks the button Delete for that specific user, a modal window appears confirming their action.

    I can't find a simple way to communicate the id of the user to be removed the modal (where the query is performed, once 'Yes to confirm deletion' is clicked).

    I deleted the jQuery, seeing as how this could change how the modal opens and closes.

    This is the modal:

    < div class = "modal" >

    < div class = "modal_wrapper" >

    < div class = "modal_title" > are you sure you want to delete this user? < / div >

    < div class = "modal_content" >

    < div class = "modal_button_no" > n < / div >

    < div class = "modal_button_yes" > Yes, delete it < / div >

    < / div >

    < / div >

    < / div >

    < div class = "delete_btn" > delete user < / div >

    The variable with the user name is:

    $user_id

    Any help would be much appreciated!

    Thank you

    It is a fairly simple procedure. Personally I'm not sure that its worth the effort for a box of administration but good we all have different opinions - there is no wrong or it.

    Suppose that your buttons delete on your page are anchor tags and you have locked down your database of names to create anchor tags. The value of dir below has been inserted via php through loop and is your RegID.

    Delete

    Delete

    Delete

    Delete

    When you click the anchor tag (that class name "delete") opens a lightbox. You also have to collect the value of "dir" at the time the lightbox opens - happening of value to a hidden in the lighbox code entry field.

    The value of the "dir" command is passed to the light table in a hidden form field:

    "You have a delete button in the light table with the class of ' delete_record ':

    Delete the record

    When the user clicks on the button Delete in the light table the value of hidden form field is harvested and forwarded to your page of delete_record.php via the jquery/ajax script below, were also on the same page.

    Your delete_record.php would look like below, assuming that you use mysqli or if you are using mysql then you would follow the same delete procedure as usual.

    <>

    $conn = new mysqli ('localhost', 'root', 'root', 'name');

    {if ($conn-> connect_errno)}

    echo $conn-> connect_error;

    Die (' sorry, can not connect to the moment, try again later ');

    }

    ?>

    <>

    delete the record

    $record_id = $conn-> real_escape_string (stripslashes (trim($_POST['record_id'])));

    $conn-> query ("' DELETE FROM names WHERE record_id = ' $record_id ' '");

    $record_deleted = "true";

    ?>

    An alert box will appear at the end, confirming that the record has been deleted. You do not have to deploy an ugly alert box - you sends the data to the device of light therapy from the delete_record.php page in a few nice melted in

    If you want to be more subtle about it.

  • Button close not available for lightbox composition widget (title edited by moderator)

    I work in Adobe Muse 2014.3.2.11 and have a composition of lightbox (not a slideshow, a composition). I dragged the composition lightbox on the web widget and right click to clear all the Widget content and clear all the Widget style, while I was working with a trigger and a target. This automatically makes the lightbox container full screen when you click the shutter. The problem is, there is no more close.

    I then tried another method, dragging a composition lightbox on the canvas widget, except that this time only by selecting clear all Widget style and then manually removed the triggers of 2nd and 3rd. This maintained the close button, but now there is no way for the lightbox container be full screen when you click on the target.

    So how do a composition of jQuery full screen while maintaining the close button?

    Thank you!

    VaporDave

    Well, I think I found it! You're right, the close button is there, strange that he would not appear on a select all. So it was just an empty box without content, no way to see it. Problem solved! Thank you.

  • JQuery injector

    My open discussion about Menu Lightbox Composition fullscreen is still to be decided, thanks to comment, that I got back but now I came with the idea using the injector of JQuery to add the event handler to handle the Widget for Composition to exit onclick but my problem is since I can't read the code in the mouse How do I know the name of the element or relaxation in the JQuery function to call to action.

    Please refer to my test url kratosserver-001 - site1.hostbuddy.com, the MENU will not automatically exit when the user clicks on the Nav element and I want to leave, users do not have to press ESC or close Btn just to exit the MENU. Please expert should help me in this regard.

    After much my agony of fixing widget thanks to me anyway I could come up with Jquery this output the widget click... then I am sharing this in case someone is faced with a similar question, but make sure to read the code and understand your site structure and element

    $(".anim_swing.grpelem,.anim_swing.colelem").on ("click", function() {}

    $(". PamphletCloseButton") .trigger ("click");

    });

  • DW CS6 - Spry Collapsible Panels - how to close panel when you click away from him?

    I know in general onmouseout is used to close the other items, but I couldn't understand it with the Panel collapsible spry. I have the Panel opening and closing onclick onclick, but I would really like it closes when you click anywhere else on the page outside the Panel.

    Thank you!

    Your example is neither SAG nor tab panels.  It is a called a Mega Menu which is very different.

    http://www.jqueryrain.com/demo/jQuery-mega-menu/

    Nancy O.

  • value of ajax in the text [in jquery modal box] box

    Hello
    In my page, I have an interactive report with 2 button Add and edit, I used box modal j-query for the add and edit button. Add the data through the modal box works very well.
    When trying to change the existing data I can not set the data in the corresponding text box in the apex.

    Please find my modal box script:

    < link rel = "stylesheet" href = "" #APP_IMAGES #modal-jquery - ui.css "type =" text/css">"
    < script src = #APP_IMAGES #modal - jquery.js type = "text/javascript" > < / script >
    < script src = #APP_IMAGES #modal-jquery - ui.js type = "text/javascript" > < / script >
    < script type = "text/javascript" >
    $(function() {})
    $('#ModalForm').dialog ({}
    modal: true,
    Width: 550,
    height: 300,.
    autoOpen: false,
    Resizable: false,
    buttons: {}
    Cancel: function() {}
    closeForm();
    } ,
    Add: function() {}
    addPerson();
    }
    }
    });
    $('#ModalForm1').dialog ({}
    modal: true,
    Width: 550,
    height: 300,.
    autoOpen: false,
    Resizable: false,
    buttons: {}
    Cancel: function() {}
    closeForm1();
    } ,
    Update: function() {}
    UpdatePerson();
    }
    }
    });
    });
    function openForm() {}
    $('#ModalForm').dialog ('open');
    }
    function openFormclose() {}
    $('#ModalForm1').dialog ('open');
    Alert ('opened');
    var updateval = document.getElementById('P37_UPDATEID').value;
    get var = new htmldb_Get (null, html_GetElement('pFlowId').value, 'APPLICATION_PROCESS is updateperson', 0);
    Get.Add ('P37_UPDATEID', updateval);
    var gReturn = get.get ();
    Alert (gReturn);
    document.getElementById('P37_UPADATEPRONAME').value = gReturn;
    }
    function closeForm1() {}
    $('#ModalForm1_input[type="text"]').val (»);
    $('#ModalForm1').dialog ('close');
    }
    function closeForm() {}
    $('#ModalForm_input[type="text"]').val (»);
    $('#ModalForm').dialog ('close');
    }
    function addPerson() {}
    If (document.getElementById('P37_ADDSOFTDETAILS').value == "") {}
    Alert ('Please enter Software Details.');
    Returns false;
    }
    If (document.getElementById('P37_ADDSOFTVERSION').value == "") {}
    Alert ("' Please enter software Version.");
    Returns false;
    }
    If (document.getElementById('P37_STANDARD').value == "") {}
    Alert ("' Please enter software Standard.");
    Returns false;
    }
    var ajaxRequest = new htmldb_Get (null, & APP_ID., 'APPLICATION_PROCESS is addPerson', 0);
    ajaxRequest.add ('P37_ADDSOFTDETAILS', $v ('P37_ADDSOFTDETAILS'));
    ajaxRequest.add ('P37_ADDSOFTVERSION', $v ('P37_ADDSOFTVERSION'));
    ajaxRequest.add ('P37_STANDARD', $v ('P37_STANDARD'));
    ajaxRequest.get ();
    ajaxRequest = null;
    closeForm();
    gReport.search ('SEARCH');
    }
    < /script >


    and find the correspondent on the below application process:
    addPerson:
    DECLARE
    BEGIN
    INSERT INTO xxxxxx.yyyyyyyyyy)
    INT_PRODUCT_SEQ,
    INT_PRODUCT_NAME,
    INT_PRODUCT_VERSION,
    INT_PRODUCT_VERSION_DEFINE,
    CREATED_BY,
    CREATED_DATE
    )
    VALUES (xxxxxx.INT_ADD_SOFTDETAILS_SEQ. NEXTVAL,
    : P37_ADDSOFTDETAILS,.
    : P37_ADDSOFTVERSION,.
    : P37_STANDARD,.
    V ("APP_USER'),
    SYSDATE);

    COMMIT;

    apex_application.g_print_success_message: = 'Record inserted with succΦs.';
    EXCEPTION
    WHILE OTHERS
    THEN
    apex_application.g_print_success_message: = "Falied to insert data.";
    END;


    and updateperson: is
    DECLARE
    v_product_name varchar2 (240);
    v_product_version varchar2 (240);
    v_product_version_standard varchar2 (240);
    v_update varchar2 (240);
    BEGIN
    BEGIN
    SELECT INT_PRODUCT_NAME,
    INT_PRODUCT_VERSION,
    INT_PRODUCT_VERSION_DEFINE
    IN v_product_name, v_product_version, v_product_version_standard
    OF xxxxxxx.yyyyyyyyy
    WHERE INT_PRODUCT_SEQ =: P37_UPDATEID;

    HTP.prn (v_product_name);
    EXCEPTION
    WHILE OTHERS
    THEN
    HTP.prn ("an error has occurred -"
    || SQLCODE
    || "- ERROR -"
    || SQLERRM);
    END;
    END;

    Hello

    First of all:
    I can't find any definition of the function updateperson(); called by $('#ModalForm1').dialog - Update button.
    It has alert ('opened'); only. There should be the updateperson() function declaration.

    There is no adjustment of any matches at the opening of the modal form updated.

    I use it this way.

    function openForm(v_add_details, v_add_softv, v_stand)
    {
        $('#ModalForm').dialog('open');
        $s('P37_ADDSOFTDETAILS', v_add_details);
        $s('P37_ADDSOFTVERSION',  v_add_softv);
        $s('P37_STANDAR', v_stand));
    }
    

    where the P12_X are... modal form elements. and the v_... parameters are the parameters of the corresponding columns of the report. (you got something like: redirect URL: javascript: openFormclose();)
    It should be replaced by something like openFormclose (' #P37_ADDSOFTDETAILS # "," #P37_ADDSOFTVERSION #',' #P37_STANDARD #');

    Maybe this example will guide to you a little :D
    Otherwise try to reproduce your solution on apex.oracle.com. there I can modify your code to make it work.

    EDIT: I use the PLUGIN post by Dene. It works well too. I used above solution until the plugin has been released.

    concerning
    J :D

    Published by: jozef_SVK on 10.5.2013 04:07

Maybe you are looking for