Custom openAll and closeAll function for nested CollapsiblePanels

Custom openAll and closeAll function for nested
CollapsiblePanels:
As a result of CollapsiblePanelGroup openAll() not working (
see
post here
) I attempted to create my own functions. Unfortunately this
has brought two problems; 1) IE completely none responsive, and 2)
custom openAll function opens some but not all CollapsiblePanels.
I suspect that I have not put something somewhere that would
inform CollapsiblePanelGroup that there is nesting. Can anyone
please have a look (
sample
page here
) and offer suggestions.
Happy Thanksgiving to all!

I posted a working version of your sample in your original
post
here.
--== Kin ==--

Similar Messages

  • Customer number and partner functions

    Hi
    Is there any way to get the details if we give customer number as input and ship to party , bill to party and payer will get as out put whose are diffrent to the customer no.
    is it possible through SE16 or any standard report for this requirement( there is one table KNVP but it gets all the sp,sh,bp,py details but how to get teh report if  they different to customer no)
    please suggest any body
    regards

    Venkat,
    Correct me if my understanding is wrong?
    You want to list the different partner function for the customer only when these are different than the input customer?
    for example : If one customer SP= A, SH = B, PY= C, BP = D. Then this customer should come into list right?
    if this is the case, you can easily achieve this by SE16N.
    Go to SE16N,
    enter KNVP table, Press enter
    You can see 2 customer field : KUNNR and KUNN2,
    in KUNNR customer enter your INPUT customer.
    In KUNN2 : First click on Options ( second column , O), Select Not Equal to : and enter the same value of the customer and execute...
    But this will only work for One by One customer....
    The other option is  Go with Z developemnet.
    Thanks,
    Raja

  • Digusted with the lack of Customer Service and Complete disregard for Inconvenie​nces

    Its a shame I have to come here in order for my voice to be heard. I have spent many hours on the phone with technical support and customer service and it has been to no avail. As a longstanding verizon wireless customer I assumed the high level of customer service experienced there would be translated when I decided to pay MORE money and switch from DirectTV to Verizon FIOS. The last few days have proven me wrong as I still remain without internet, tv, or phone service due to a technical issue beyond my fault. I spent an hour on the phone yesterday only to find out a technician would need to be scheduled and sent to my home today. Working in sales, I have reports I must complete each day requiring use of a WIFI connection so this was already becoming an inconvenience on top of the fact I had to be available between 8-12 and miss a half day of work. Not only did the technician never show up but lied in the notes and stated he/she made an attempt to reach me by phone. My call log shows no incoming phone calls during anytime between 8-12 today. When I called tech support to check on the status of when they would be getting someone back out they informed me I would have to wait until tomorrow afternoon before someone could come out. I expressed my extreme displeasure with having to miss more time from work (which is additional money lost) and inconvienece as I would have to move my day around to find a place with free WIFI after work hours to complete my reports. Traffic in DC is not friendly and this has completely turned me off. Veriozn FIOS is unreliable and the level of service I have received to date has been sub par to put it politely. Offering me 2 pro-rated days back on my service doesn't even begin to compensate for the missed time out of work nor the gas and inconvience of running to the nearest free WIFI so I am able to do work required of me. I decided to switch to FIOS because of the verizon name assuming the quality of the product and level of service would be one I could depend on. This has been the farthest thing from what has taken place. I now have another appointment tomorrow and quite unsure if anything at all will happen. I need some somebody from corporate to receive this message as it took me forever to find this forum to express myself and try to come to some resolve to make things right in this situation. None of your customer service reps possessed any information on how to contact corporate and due to my experience I can see why. You all would likely have to hire full time stafff to accomodate the level of complaints coming in. Pending how this situation is resolved, I may or may not take my story to social media and as many review and blog sites as possible. Verizon FIOS has ruined my day and I hope that someone will care enough to make this situation right.

    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you.
    Please go to your profile page for the forum, and look in the middle, right at the top where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under “My Support Cases” you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis as the agent may be waiting for information from you before they can proceed with any actions.
    To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe".
    Please keep all correspondence regarding your issue in the private support portal.

  • Trigger how to get new and old value for nested table column?

    Hi,
    I have created a nested table based on the following details:
    CREATE TYPE typ_item AS OBJECT --create object
    (prodid NUMBER(5),
    price NUMBER(7,2) )
    CREATE TYPE typ_item_nst -- define nested table type
    AS TABLE OF typ_item
    CREATE TABLE pOrder ( -- create database table
    ordid NUMBER(5),
    supplier NUMBER(5),
    requester NUMBER(4),
    ordered DATE,
    items typ_item_nst)
    NESTED TABLE items STORE AS item_stor_tab
    INSERT INTO pOrder
    VALUES (800, 80, 8000, sysdate,
    typ_item_nst (typ_item (88, 888)));
    Now I would like to create a trigger on table pOrder for after insert or update or delete
    and I would like to track the new and old value for the columns inside nested table.
    Can anybody direct me how to do it?
    I would like to know the sytax for it like:
    declare
    x number;
    begin
    x := :new.nestedtablecolumn;--how to get the new and old value from nested table columns
    end;
    Hope my question is clear.
    Thanks,
    Lavan

    Hi,
    Try like this:
    CREATE OR REPLACE TRIGGER PORDER_I
    BEFORE INSERT
    ON PORDER
    REFERENCING OLD AS old NEW AS new
    FOR EACH ROW
    DECLARE
      items_new typ_item_nst;
      ordid_NEW NUMBER;
    BEGIN
    FOR i IN :new.items.FIRST .. :new.items.LAST LOOP -- For first to last element
      DBMS_OUTPUT.PUT_LINE(':new.items(' || I || ').prodid: ' || :new.items(I).prodid );
      DBMS_OUTPUT.PUT_LINE(':new.items(' || I || ').price:  ' || :new.items(I).price );
    END LOOP;
    END;Regards,
    Peter

  • Drag and Drop functionality for SVG charts.

    Has anyone been able to get a drag and drop functionality with charts?
    I've read where Vikas was able to accomplish this with reports, but, unfortunately, it was an old post and his example is no longer available.
    I understand that this is more on the browser/presentation layer rather than the back-end, but, judging from the replies from the mainstays in this forum along similar lines, I'm hoping someone may have accomplished this already.
    I'm trying to get this to work for a "dashboard" type application I'm trying to prove out using HTMLDB.
    Your responses are appreciated.
    Thanks

    Hello,
    I've done drag and drop using the Adobe SVG Viewer before in a whiteboard application built on top of ... you guessed it... Apex. Unfortunately I do not have an example I can share with you but I know it can be done because I did it, trust me ;) . I am planning on building out that application as an application anybody can download and use but unfortually it will be bit.
    Your best bet at the moment is looking on google http://www.google.com/search?q=svg+drag+and+drop there are quite a few examples.
    Oh also look at this file in the images directory /images/javascript/svg_js_includes/svg_common/oracle.svgNodes.js it has quite a few helper functions and that file is included in every chart by default so there are functions you can use, (no drag and drop unfortunalty)
    If you have can lock down the users in your environment to use only Firefox or Safari you can look at canvas as well it's pretty handy and can do alot of the same stuff
    http://developer.mozilla.org/en/docs/Drawing_Graphics_with_Canvas
    and of course some simple examples in Apex
    http://apex.oracle.com/pls/otn/f?p=11933:78 (it runs on keypress in the textarea I use it to mess with Canvas constructs)
    Carl
    Message was edited by:
    Carl Backstrom

  • Compare and adjust functionality for Solution Directory

    Hello all,
    I am trying to use the Compare and Adjust function with a Solution Directory. There is a previous discussion about how to do this between a Master Template and Implementation Project. Now that the Solution Directory exists, I would like to do the same thing. I.e. take scenarios from the Solution Directory into individual projects to extend them before putting them back into production. Together with the check in/out function, I would like to use the Compare and Adjust (SA_PROJECT_UPGRADE) function to identify differences periodically. The button for this appears in the transaction SOLMAN_DIRECTORY, but I can't seem to activate it - i.e. it is faded out. For projects, you must first run SA_PROJECT_UPGRADE to activate this button. However, you cannot select a Solution when running the project upgrade transaction. Does anyone know how to do this? Is anyone using the Solution Directory in a similar way and have advice?
    Regards,
    Marcel

    Hi Marcel,
    Funnily enough I have the exact same question.
    Is there a way to compare changes between a maintenance project (business scenarios checked out this project) and the solution. This way the person approving the check in can see the changes before approving.
    Have you had further information on this?
    Referring back to your question, ideally once you've checked out a business scenario to a maintenance project you wouldn't continue to maintain it. It is the responsibility of that project to maintain it. In the meanwhile if you have a support issue that requires that business scenario to be updated, this will have to assessed and handled by either the project or the solution administrators.
    Cheers
    Ganesh

  • Creation of Custom Stylesheet and attaching Globally for all WDA

    Hi All,
    I want to create a Custom stylesheet and attach the style sheet globally for all the WD Applicaitons.
    Can anyone please help me to achieve this requirement.

    You can't directly interact with the Stylesheets of Web Dynpro.  You only have access to the concept of theme. If your WD Application runs in the portal, it will inherit the portal theme automatically. You can customize this theme using the portal theming tools.
    If your application runs standalone, then you would have to use the unsupported Eclipse Based Theme Editor (which can be downloaded from SCN). The are Community create how-to guides on SCN for how to download the theme from the MIME repository, edit it and then re-upload it to the MIME Repository. You then use Web Dynpro Application Parameters to force the usage of your customized theme.

  • Any indent and outdent function for the embedded code editor?

    Is any function for code indent and outdent available? If yes, please let me know.
    Thanks for replying!

    Changes in Accelerator Keys for "Block-Indent" and "Block-Unindent"The accelerator keys for "block-indent" and "block-unindent" have changed in the production release of Oracle9i JDeveloper. (This is a change from JDeveloper 3.2 and the beta and release candidate versions of Oracle9i JDeveloper.)
    They have changed from:
    [Ctrl]-[Shift]-I (block-indent)
    [Ctrl]-[Shift]-U (block-unindent)
    to the more standard bindings of:
    [Tab] (block-indent)
    [Shift]-[Tab] (block-unindent)

  • Item category (Customized )ZJT1 and MRP type for material is not allowed

    Hi Guys,
                   When i try to create the order i see the error as item category and MRP type of the material is not allowed.
    I checked in Vov5 table, i could observe that Schedule line category is maintained.
    Could you please help us in resolving this..
    Thanks and regards,
    Rahul

    Hi,
    Please assign the Item Category ZJTI and MRP type (for eg: PD) assigned to the schedule line category in IMG under Sales and Distribution--> Sales ---> Schedule line -->Assign schedule line
    Hope this resolve your issue
    Regards,
    KrishnaO

  • How to enable Like/Unlike, paging and searchbox functions for customized blog view list with JSLink.

    Hi All
    I am trying to customizing a view list which based on a blog template( =AllPost.aspx ) bu JSLink. The view need below 3 functions.
    1. User can set Like/Unlike for each item on the list view.
    2. User can move page by standard like page navigation buttons( prev/next ).
    3. User can search the specific item by searchbox keyword.
    I tried to overrideCtx.Templates.Item and overrideCtx.Template.Footer in .js - customized footer returns RenderFooterTemplate(ctx).
    a). Like/Unlike function worked fine.
    b). Page navigation and search did not worked.
    Next, I tried to overrideCtx.Templates.Body -
    a). Like/Unlike function worked not fine. - when the user clicks Like/UnLike on the page(n>2), list view moves top(n=1) after the below code executed.
    EnsureScriptFunc('reputation.js', 'Microsoft.Office.Server.ReputationModel.Reputation', function ()
    Microsoft.Office.Server.ReputationModel.Reputation.setLike(
    ctxObj,
    listId,
    itemId,
    like);
    b). Page navigation and search worked fine.
    Finally, I override both Item and Body with almost same code(differs set for the item object).
    After that all functions work fine, but I can not understand
    why. 
    Does anyone have explanation of that or another way?

    try this links for button funcitonality:
    https://social.msdn.microsoft.com/Forums/en-US/6a19b015-83a3-4cf3-a5da-216133ce936b/need-next-previous-button-on-list-view-webpart?forum=sharepointcustomization
    http://maulikdhorajia.blogspot.com/2011/06/sharepoint-2010-customize-paging-in.html

  • How to create "moveUp" and "moveDown" functionality for items in a TileList

    I want to create "Move Up" and "Move Down" buttons for items in a TileList. They should have the same functionality as if they were dragged and dropped, except only moving one position up or down (and thus switch places with the item above/below). I have tried this using this code for the moveUp button:
    private function moveItemUp(){
         var moveFromPos:Number = myTileList.selectedIndex;
         if(myTileList.selectedIndex > 0){
              var moveToPos:Number = myTileList.selectedIndex-1;
              var tempItem:Item = myTileListDataProvider.removeItemAt(moveFromPos);
              myTileListDataProvider.addItemAt(tempItem, moveToPos);
                    trace("New selected Index: "+ moveFromPos - 1);
                    myTileList.selectedIndex = moveFromPos - 1;
                    trace("New selected Index: "+ myTileList.selectedIndex);
    But my problem is that the selectedIndex of myTileList isn't correctly set. For instance; if I have a list of three items and I move the last item up this is what happens:
    1. Item three (selectedindex is 2) switches places with Item two (So far, so good)
    2. Item two is shown in GUI as selected (has Halo around it - so far, so good)
    3. If i click "MoveUp" again, the same two (item three and two) switces places, instead of the intended item two and one.
    The traces tell me that myTileList.selectedIndex variable isn't set correctly as the trace shows this:
    New selected Index: 1
    New selected Index: 2
    Any idea on how to solve this problem?

    I found a partial solution at http://www.ultrashock.com/forums/flex/tilelist-selected-element-removed-124313.html and modified it a bit. The answer was using the callLater() method as in this example:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="initApp()" layout="vertical">
      <mx:Script>
      <![CDATA[
          import mx.events.FlexEvent;
          import mx.collections.ArrayCollection;
          var arr:ArrayCollection = new ArrayCollection();
          var temp:Number;
          var temp2:String;            
          private function initApp():void{                   
              arr.addItem("A");
              arr.addItem("B");
              arr.addItem("C");
              arr.addItem("D");
              arr.addItem("E");
              arr.addItem("F");
          public function traceEvent(event:FlexEvent):void{
              trace(event);
              trace(mtl.selectedIndex);
              if(mtl.selectedIndex==-1){
                  callLater(setInd);
          private function setInd():void{
              trace("Changing selected index..");
              mtl.selectedIndex = temp;
          public function removeItem():void{
                temp = mtl.selectedIndex - 1;
                temp2 = arr.removeItemAt(mtl.selectedIndex) as String;  
                arr.addItemAt(temp2,temp);                
          public function notifyChange(e:Event):void{
              trace("CH mtl.selectedIndex:" + mtl.selectedIndex);
      ]]>
      </mx:Script>
      <mx:TileList id="mtl" width="100" height="200" dataProvider="{arr}" columnCount="1" change="notifyChange(event)" updateComplete="traceEvent(event)"/>
      <mx:Button id="mbt" label="delete" click="removeItem()"/>
      </mx:WindowedApplication>

  • How to use cursor function for nested xml

    Hi,
    i have a query for XMLQuery like
    select * from bills where bill_id=????
    it results in something like
    <bills>
    <bill>
    <city>london</city>
    <amount>44</amount>
    </bill>
    <bill>
    <city>london</city>
    <amount>988</amount>
    </bill>
    <bill>
    <city>new york</city> <amount>59</amount> </bill>
    </bills>
    but i want xml output to be sorted for city names adding one more level location like
    <bills>
    <location city="london">
    <bill>
    <amount>44</amount>
    </bill>
    <bill>
    <amount>988</amount> </bill>
    </location>
    <location city="new york">
    <bill>
    <amount>59</amount> </bill>
    </location>
    </bills>
    it should be possible to iterate through the same table to gather informaton with the help of cursor function, but never used CURSOR before.
    any idea?

    sreese wrote:
    p_desig works as a comma delimited string without the NVL function, that's not the issue.
    It IS the issue .. you need to provide  a SAMPLE so we can see what you're doing ..
    How are you "passing it in" ?
    option A:
    procedure ( in_var  in  VARCHAR2 )
    AS
    and nvl(sn.c_attribute1,'x@#$%') in nvl(in_var,'x@#$%')
    option B:
    and nvl(sn.c_attribute1,'x@#$%') in nvl(&1,'x@#$%')
    .. or some other method?

  • How to set Menu and Title functionality for a remote control in a menu?

    I have a main menu (countries) and under each country there is a submenu (regions). When I play my DVD on my Mac it seems to function alright:
    If I go to country C and hit the "menu" button, nothing happens (I see the "action prohibited" line popping up). And nothing should happen of you hit menu in a submenu. Only if you hit Title/Top menu you should be able to go to the main menu.
    However... When I play my DVD on a DVD player (and I tested it on 2 different ones) and I go to a the Country C and hit the "menu" button, I am suddenly transfered to Country A. And if I go from the main menu to Country D and I hit the "menu" button, I go to... Country A. The menu button seems to be linked to the first submenu. Which is very odd!
    So there is definately something going very wrong when using the menu/title buttons during playback when I am in a submenu (not while playing a track).
    Can someone help me? Is there a way to define what happens with the remote control buttons menu or title when you are in a submenu and NOT playing a track? I can not find any controls for that.
    Thanks!

    Does this mean I should select "not set" in the general tab at the dropdown menu's for Title, Menu and Return in the Remote Control section? I can't find any other place where I can select menu or title.
    But if I set these to "not set",the menu and title buttons still work in simulation mode... So I guess I should do something else in order to disable menu and title? Sorry for the amount of questions from my side!

  • WdDoExit and Sync functionality for Mobile Offline Application

    Hey everyone,
    Hoping for some insight here.
    First of all, this is my requirement.  Reservation Items are downloaded to the client.  Any unposted items need to be uploaded as well as the posted items.  So really, one sync would download them all and another sync should upload them all back.  The modify bapi wrapper will unlock these unposted items for other people to pick.
    What I understand is that the nodes on the client have to have an attribute changed in order to be uploaded to the backend for validation.  Is there a setting that can be set to upload all items?  My guess is this wasn't how the offline stuff was designed.
    If not my solution is to update all Reservation items that have not been posted.  I'm doing this on the exit of the application in the wdDoExit function.  However, I was hoping to pop the user a message and have them decide if they actually wanted to exit.  In case they exited by mistake.  Is there a way to cancel an exit?
    I appreciate all ideas.
    Thanks,
    Alex

    Hi,
    I am sitll not clear about the issue you are facing but here are some facts about the mobile client 7.1
    a) As and when a CRUD happens on a node element for a data object node and a commit is called, sync messages are automatically created. These messages for create,update,delete operations are sent to DOE In the next sync cycle and any changes from DOE are also recieved and consumed in the same sync cycle.
    b) wdDoEXit methods on application controller & view controller are relevant for performing any final steps on exit which can be also used to commit also.
    c) Use OCARoot.getInstance().commit() for committing any unsaved changes done in the application. All unsaved changes across any data object will be saved.
    Regards,
    Nipun

  • Need back and forward functions for moves

    I have a working tictactoe game with implemented back and forward moves buttons, but i don't have any idea how to create the two functions using linked lists. can anyone please suggest these functions and provide some code snippets?

    Java4Geek wrote:
    that's the problem! i'm not using anything for move storing (yet) because I am confused about what exactly needs to be stored for a move. should be something like a node of (player, player's move, opponent's move)?why would you want to store the move AND the opponent's move in a single node? (not saying you're wrong, just wondering why you'd want to do that.)
    Think about the information that you'd need to know in order to go backward or forwards.
    Would you need to know which player made the move?
    Would you need to know what the player's move was?

Maybe you are looking for

  • Multiple Standalone Persistence Manager Servers in a single JVM?

    Greetings [Kodo 3.4.1, Oracle9i] I am currently working on introducing the Kodo Standalone Persistence Manager Server into our architecture. One issue is that our application accesses several different databases, each via a separate PersistenceManage

  • Loading Norton AntiVirus 10.0 in OS 10.4.2

    Tried loading my new anti-viurs product, Norton AntiVirus 10.0, and was given an alert on my iBook that I couldn't continue loading due to needing a BSD package in OS 10.4.2. What is that, and how do I make that happen in my computer? Thanks. elbowpi

  • Open file without asking

    I've set pdf files to open with my default application (without asking). Nerveless, FF keeps asking whether to save or open the file. (The same happens with any file type, and also in safe mode and a new profile). Any idea? Thanks.

  • FM to read previous period values in material master Accounting tab

    hi, is there an FM to read standard price and price unit values for the previous period in accounting1 tab in material master. Thanks, V.

  • What can i do in the beginning??????

    I am new at the PDK... I read some documents but I have no idea what should I practice in the beginning???? Any one can point me some documents or give me some advice??? Thanks in advance and best regards Tony