Drag-and-drop in Web Center 11g

I'm running the Avitek sample portal on JDev 11.1.1.3 with Web Center on integrated WLS.
Is it possible to enable drag-and-drop of portlets within the page layout - by an end-user?
I understood this was a feature available in Web Center and not in WLPortal - so has anyone got this working?

Webcenter supports drag and dropping of portlets out of the box. You don't need to do anything special to enable drag and drop of portlets.
The only requirement there is, is that users are logged in and they have granted personlization rights.

Similar Messages

  • How do I drag-and-drop my Web Bookmarks Folder to a external flash drive? I need to move them from one Mac to another Mac.

    '''Moving Firefox URL Bookmarks from one Mac to another'''
    How do I drag-and-drop my web 'Bookmarks Toolbar' folder from one Mac to an external USB zip drive. Unable to network both Macs and use the migration feature. Must do this manually. Thanks!

    Hi RMcMullen,
    You should look at the [[Backing up your information]] Knowledge Base article. It will give you all the information you need to back up everything so you won't lose a thing.
    Hopefully this helps!

  • I use to drag and drop an web address into a link toolbar, can't seem to figure out how to do this...?

    I just upgraded to Windows 7 and with it I got the latest Firefox. There is nothing like learning 2 things at one time. On my old XP and 3.? all I have to do was drag and drop a web address into a link toolbar. Saving all my frequent visited or just sights I want quick access to, to a toolbar quick button. I have been playing with this for days and decided to try this Forum. I did find the Bookmark toolbar, but cant seem to figure out what is if for or if you can drop into it. When I right click it and Customize, it shows me add on buttons, but nothing to do with web addresses or alike...
    Bottom line; I want to be able to drag and drop a web address into a toolbar for recall latter and be able to edit the address with a right click at a latter date in necessary...
    Thanks, Mike

    You can drag and drop the favicon also known as the [https://support.mozilla.com/en-US/kb/Site+Identity+Button site identity button], at the left hand edge of the location bar onto a toolbar to bookmark the site.

  • Drag and Drop between Web Dynpro Tables on Cell Basis

    Hi Experts,
    I need to develop a Drag and Drop Functionality as follows:
    I have two tables. I want to drag a row of the first table and drop it in a particular cell of the second table.
    Is it possible to implement this using the Web Dynpro Drap and Drop Functionality?
    If not, does anybody have an idea of how to implement this using other concepts (Flash Integration, Building up a Grid of Images and defining those as drop tragets, etc..)??
    Valuable Advice is highly appreciated!
    THANKS, Johannes

    Thanks for the Video.. It gives some information about Drag and Drop, but still, it does not say what I need to know.
    Again:
    I need to know if there is a way to drag particular cells in a Web Dynpro Table to other locations in that same table. Plus: I need to know if there is a way to drag and drop rows of one table into particular cell of another table.
    Similar to what we do in our Outlook Calendars: We have a week in view and we see our appointments as blocks within that week view. Now, we can drag and drop these blocks to other locations. That is what I need to implement!
    Does anybody have an idea?
    THANKS, Johannes

  • Drag and Drop with web deployed Forms.

    If you are interested in drag and drop features of web deployed Forms you may want to check out this:
    http://groundside.com/blog/GrantRonald?title=oracle_forms_drag_and_drop_on_the_web&more=1&c=1&tb=1&pb=1
    Regards
    Grant

    Hi ,
    I think this is similar to a .pll library in Forms 6i which was called drag_drop.pll-something like that.......Isn't it...?????
    However , it seems very attractive and helpful to our clients.....
    Thanks and congratulations,
    Simon

  • Drag and Drop in Web dynpro ALV

    I have a requirement in wda where I am supposed to select few records from source table and drop it in target table. The dropped records should be inserted at the right index /destination, dropped at.  I see SAP examples but they are all associated with tables and none of them are ALV grids.
    Could anyone of you please share steps or code to achieve drap and drop in SALV_WD_TABLE.

    Hi Kiran,
    I am in 703 so drag and drop should work good .
    I am required to drag and drop records from ALV1(bottom) to ALV2(top) (and not table UI). I could create drag source but somehow the whole piece is not working .
    Drop target field is dynamic. Wherever the user drops, the data in ALV2 should be inserted/updated exactly at that spot/cell . Here, I am not sure how to fill target row/field details runtime.
    Just to simplify, I am doing 1 column move. Hard coded the target field ‘AUFNR3’ but still than My “On drop event” is not triggering. I always see a prohibitory sign when trying to move the ghost image across areas as if the column is not defined as DropTarget.
    My code looks something like this:
    Drop from AUFNR of ALV2 to AUFNR3 of ALV1 :
    In WDDOINIT:*...get alv models
      lr_dd_alv1 ?= wd_this->r_model_calen.
      lr_dd_alv2 ?= wd_this->r_model_operlist.
    l_tags_alv2 = 'AUFNR'.* create or enable/disable alvs as drag source
      IF NOT lr_dd_alv2->r_drag_source_info IS BOUND.
        lr_dd_alv2->create_drag_source_info(
          EXPORTING
            data = 'ALV2'
            tags = l_tags_alv2 "'alv2'
            enabled = abap_true ).
      ELSE.
        lr_dd_alv2->r_drag_source_info->set_enabled( abap_true ).
      ENDIF.
    l_tags_alv1 = 'AUFNR3'.
      lr_dd_alv1->set_drop_row_name_fieldname( 'AUFNR3' ).
      lr_dd_alv1->set_drop_row_name( ' ' ).
      lr_dd_alv1->create_drop_row_target_info(
        EXPORTING
          id   = 'ALV1'
          name = 'alv1'
          tags = l_tags_alv1
          enabled = abap_true ).
    In drop event: I am trying to fetch the selected row and update the ALV2 accordingly
    lr_element = lr_node->get_lead_selection( ).
      IF lr_element IS BOUND.
        lr_element->get_attribute(
            EXPORTING
              name = 'AUFNR'
            IMPORTING
              value = l_value ).
      ENDIF.
        lo_nd_nd_calendar = wd_context->get_child_node( name = wd_this->wdctx_nd_calendar ).
      lo_nd_nd_calendar->bind_table( new_items = lt_nd_calendar set_initial_elements = abap_true ).
    ENDMETHOD.
    Any help is greatly appreciated..

  • Drag and drop components

    hi folks,
    am using jdev 11.1.1.5.0 - adfbc.
    when am i wondering about drag and drop components in ADF 11g.
    i get some of the example.
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/60-table-drag-n-drop-sample-176981.pdf
    http://www.baigzeeshan.com/2011/01/drag-and-drop-collection-in-oracle-adf.html
    http://www.baigzeeshan.com/2010/07/implementing-drag-and-drop-functionaly.html
    http://www.gebs.ro/blog/oracle/adf-drag-and-drop-hints/
    http://www.gebs.ro/blog/oracle/oracle-adf-overcome-adf-restrictions-on-copying-components-with-drag-n-drop/
    ok fine. is there any other links. make more interactive in UI
    need is :
    make my user to feel free use my application.

    What about the product documentation ?
    http://docs.oracle.com/cd/E23943_01/web.1111/b31973/af_dnd.htm#CIHCHGIF
    Also, the following book:
    has a chapter (chapter 14) on drag and drop
    http://www.amazon.com/Oracle-Fusion-Developer-Guide-Applications/dp/0071622543/ref=sr_1_cc_1?s=aps&ie=UTF8&qid=1343975521&sr=1-1-catcorr&keywords=Oracle+Fusion+Developer+Guide
    Frank

  • Can't resize firefox so i can drag and drop to create a shortcut

    I can't make my Firefox page smaller so I can drag and drop a web site to create a shortcut. I am using windows 7. I have no grippe when i point in the lower right corner. When I use zoom the page itself re sizes but not the window. I just need to see a little of my desktop so I can create a shortcut.

    Could it be, you are in full-screen mode? Press F11 to check it: if you are indeed in the fulöl-screen mode, the FX window will resize and you should be able to grp the lower right corner for resizing.
    Let us know if it helped.

  • Why am I having trouble importing vCards? I follow the Help Center instructions by dragging and dropping, but some don't sync into the cloud. And why can't I drag multiple vCards? I have over 4,000. Please tell me I don't have to do one at a time?

    Why am I having trouble importing vCards? I follow the Help Center instructions by dragging and dropping, but some don't sync into the cloud. And why can't I drag multiple vCards? I have over 4,000. Please tell me I don't have to do one at a time?

    carolinechx wrote:
    i know the description may be a little bit too confusing
    Mostly because you are not using any capital letters or paragraph returns and your post is difficult to read.

  • Swaping key figures in Web Report(Drag and drop)

    Hi,
    Assume that I have following three key figures displaing in the following sequence in web report:
    Actual, Target, Estimate:
    Now I want to put the key figures in the following order:Estimate,Actual,Target
    When I do try to do the Drag and Drop in the web report I'm getting the following message and I'm unable to move Estimate to the first column,
    Message: Drag and drop action was invalid and was not executed
    I can able to drag and drop in the Bex Analyzer but in web reporting its not working
    Please help
    Thanks

    Hi,
    You can achieve this swapping of KFs by swapping them in BEx. In WAD, you just use the BEx query in which you do this swapping.
    Regards,
    Yogesh.

  • Drag and Drop objects in web app

    Hi all,
    I have a web application in which i have an option to delete the listed items. now i have to place an image of recycle bin on the webpage and to give the utility of delete operation by only dragging the object from list and droping it into recycle bin. How can i do this? Is there any body who have already done this? Any reply will be welcomed.
    And guys no reply for my validation and 'scope' questions.
    Thanx in advance.

    http://www.googleisyourfriend.com/search?q=javascript+drag+and+drop&meta=

  • Drag and drop option for hierarchy through Web Template

    Hi All,
    I have 2 hierarchies in one report. For example Product Hierarchy and Customer hierarchy. I would like to have an option in query where I can select the node from each hierarchy and the report is displayed only for the selected node/nodes. I am using Web Template. I used "Hierarchy filter" web item and was able to achieve this. But I would like to have a drag and drop option.
    I mean when I use Hierarchy filter web item, I have to select the particular node in the hierarchy. and then the report (Web Item - Table) is displayed based on the selection. But I would like to drag the node from the hierarchy and drop it to the report (Web Item - Table) and the report is displayed for the selected hierarchy node.
    Is this possible? How? Do I have to write any Java code or we can achieve this with BI Standard functionality.
    Regards.
    Parin Gandhi.

    This is not possible using Standard BI web functionality.
    If you are an expert with JavaScript and BI Web APIs you can probably write JS code to do this.

  • Drag and Drop; What row is my drop positon (ADF 11g)

    Hello!
    I have a request for an drag and drop - site. First a test the technic with the examples in the web - great feature, but by my request i have one great problem.
    facts:
    two pannels, in all pannels are one af:table with different data controls
    - in the first pannel/table (source) i defined on a column a client attribute and the attributeDragSource
    - in the second pannel/table (goal) i defined on a PanelGroupLayout (surround a column) the dropTarget (inclusive dataFlavor)
    I definied a session-scope class and write the methode "public DnDAction handleItemDrop(DropEvent dropEvent)"
    Till then its work sucessful - the methode will be called and the transfer data can be read.
    problem:
    - I need the row for the drop position (for manual queuing).
    - I have found the component, the id of the component, the x and y - position of the drop.
    - A try with the current row of the IteratorBinding what returned the last marked row in the table, not the drop-position.
    I need a key (at best the value of a row.binding.Value) of the drop position in the table.
    Any idea - a simple code example?
    Harald

    Hi!
    My problem was not the correct component ... this information was already available, my problem was the correct row in the component.
    In the meantime I have found a result, i not sure it´s the best, but it works.
        public DnDAction handleItemDrop(DropEvent dropEvent) {
            System.out.println("demo1.java - handleItemDrop");
            try {
                DataFlavor<Number> d = DataFlavor.getDataFlavor(Number.class);
                //get drag Value
                Number dragValue = dropEvent.getTransferable().getData(d);
                if (dragValue == null)
                    return DnDAction.NONE;
                else {
                    // get the current record
                    ELContext elContext = FacesContext.getCurrentInstance().getELContext();  
                    // creating value expression with the help of the expression factory and the ELContext  
                    System.out.println("Component/Id of the drop value:"+dropEvent.getDropComponent().getId());
                    System.out.println("Value of the drop value (PK of the row):"+dropEvent.getDropComponent().getValueExpression("value").getValue(elContext));
                    // and now work with the available data
                    return DnDAction.COPY;
            } catch (Exception ex) {
                System.out.println("item drop failed with : " + ex.getMessage());
                return DnDAction.NONE;
        }

  • Drag and Drop attachement files to applications like web browsers

    I am able to drag and drop files from file explorer to html 5 web site.  Why can't I drag and drop outlook attachment to the same web site?  What is the difference between the two?
    In terms of development, what need to be done to make it work?  If there is more than one way, please, list them.
    Thanks in advance

    Just wanted to say hi and check if there is anything that I can do for you on this problem.If
    so, please do not hesitate to let me know and I will be happy to help.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Web Dynpro ABAP, Adobe interactive forms and Drag and Drop functionality.

    Hi Experts,
    is it possible to use Drag and Drop functionality together with Adobe Interactive forms in Web Dynpro ABAP? I consider dragging object (like texts) to interactive form placed in Web Dynpro.

    I think I understand but just to make it clear. I use texts created using function module "SAVE_TEXT". In my Web Dynpro I  select one or more of them and use the button "insert text" (with appropriate functionality behind it) to insert them to specified location in my PDF form opened in this Web Dynpro. Considering what you said it is not possible to replace this "insert text" button by drag and drop functionality. Am I correct?
    Btw great job with the book "Next Generation ABAP Development" Thomas!

Maybe you are looking for

  • How many times can I watch a TV Show I've purchased?

    If I buy a season of The Rachel Zoe Project and have it streamed directly to my HD TV, how many times can I watch any given episode.

  • About screen

    I have two screen 500 and 600. First call screen 500, pop a dialog, after input some fields, i want to write the list in screen 600. I have the following code. When I call 600, no data are written. can someone tell me the reason? Thanks in advance! I

  • MacBook shuts down after update on startup

    Today my MacBook has been acting up again. This time, I shut it Down and restarted it, then it started applying the update for a while. Then, after it's done, it shus down. When I power it up again, it updates again. Then the same cycle repeats and r

  • IRQL Not Less Than Or Equal To [ B.S.O.D. ]

    Okay, I really hope this is the right place for help, because I'm growing increasingly frustrated. Where to begin?... Ah, alright. So, I just recently bought this computer in Janurary, and it was working fine until a few weeks ago.I shut the laptop a

  • Kde kopete with ichat

    I've just started using kopete and I like the look of the ichat style of chat window.  However, when I use it, and I talk my text does not fit in the chat bubble nicely.  It's not "transparent".  I cant describe it, but i have a screenshot  available