How to arrange items

Hello,
I have created a user and given him the 'Manage Items' privilege on page1. This page1 is published as a portlet on page2 and the user can only access page2. When accessing page2, the user clicks the 'edit' link and can add items.
However, how can I make the 'arrange items'-icon to display next to the 'add item'-icon??
(It doesn't work to give the 'Manage' privilege on page1, it still only shows the 'add item'-icon.)
Can I change the 'Manage Items' privilege in some way?
Thanks
Malin

You can rearrange within the categories,  but the categorie placement is fixed.
Maybe in due time a third party work around will come to the surface.

Similar Messages

  • How to arrange items in an application

    Hi,
    I'm new at APEX and at this forum
    My Question is:
    I want to create a region that shows a certain record from a table but i want to be able to arrange the items by my choice.
    when i create the region based on a form items are arrange verticaly and when creating it with tabular form it is created horizontaly
    how can i read one record from a table and be able to arrange it by my choice?
    Thanks!

    Hi 937e291f-dc9b-4640-be53-1915bfb41c2a,
    Since you are new, there are a couple things we suggest before getting to your questions.   It can help you and help to get your question answered faster/more easily.
    We need as much relevant information as possible upfront. This should include:
    Full APEX version
    Full DB/version/edition/host
    OS Web server architecture (EPG, OHS or APEX listener/host OS)
    Browser(s) and version(s) used
    Theme used Template(s) used / modified  -- (Revelant/important for some problems.)
    Region/item type(s) and
    more detail about what you want to do.
    ===========================
    Since you are new to the forum you don't know we're kind of informal here. Could you tell us your name and even change your "display name ..." to a friendlier handle? For example, I'm Howard.
    You are correct that tabular forms arrange one row/record per line but the data items can be reorder.  Some can also be hidden.  This is done in the Report Attributes tab of the report.
    A region based on a form arranges the items vertically but you can rearrange them.  See http://apex.oracle.com/pls/apex/f?p=991204:57 Login as user demo password demo.  To see the code, go to http://apex.oracle.com/pls/apex/f?p=4550:1
    Use Workspace APEX_EXAMPLES_01  User demo password demo.
    Warning I'm new at this too, so my code will never win any awards.  But it may show you some techniques.
    Kind regards,
    Howard

  • How to arrange photos in an album, PE11

    I am unable to find how to arrange photos in an album in PE11. Anybody have an idea?

    When you have selected an album, look at the menu 'Sort by', next to the 'All media' button. Set it to 'Album order'. Then you can select (highlight) one or several items and move them around in the browsing space.
    Note that PSE11 is missing the alphabetical sort order (that has been introduced in PSE12).

  • How to get items from a list that has more items than the List View Threshold?

    I'm using SharePoints object model and I'm trying to get all or a subset of the items from a SharePoint 2010 list which has many more items than the list view threshold (20,000+) using the SPList.GetItems() method. However no matter what I do the SPQueryThrottledException
    always seems to be thrown and I get no items back.
    I'm sorting based on the ID field, so it is indexed. I've tried setting the RowLimit property on the SPQuery object(had no effect). I tried specifying the RowLimit in the SPQuerys ViewXml property, but that still throws a throttle exception. I tried using the
    ContentIterator as defined here:http://msdn.microsoft.com/en-us/library/microsoft.office.server.utilities.contentiterator.aspx,
    but that still throws the query throttle exception. I tried specifying the RowLimit parameter in the ProcessListItems functions, as suggested by the first comment here:http://tomvangaever.be/blogv2/2011/05/contentiterator-very-large-lists/,
    but it still throws the query throttle exception. I tried using GetDataTable instead, still throws query throttle exception. I can't run this as admin, I can't raise the threshold limit, I can't raise the threshold limit temporarily, I can't override the lists
    throttling(i.e. list.EnableThrottling = false;), and I can't override the SPQuery(query.QueryThrottleMode = SPQueryThrottleOption.Override;). Does anyone know how to get items back in this situation or has anyone succesfully beaten the query throttle exception?
    Thanks.
    My Query:
    <OrderBy>
        <FieldRef Name='ID' Ascending='TRUE' />
    </OrderBy>
    <Where>
        <Geq><FieldRef Name='ID' /><Value Type='Counter'>0</Value></Geq>
    </Where>
    My ViewXml:
    <View>
        <Query>
            <OrderBy><FieldRef Name='ID' Ascending='TRUE' /></OrderBy>
            <Where>
                <Geq><FieldRef Name='ID' /><Value Type='Counter'>0</Value></Geq>
            </Where>
        </Query>
        <RowLimit>2000</RowLimit>
    </View>
    Thanks again.

    I was using code below to work with 700000+ items in the list.
    SPWeb oWebsite = SPContext.Current.Web;
    SPList oList = oWebsite.Lists["MyList"];
    SPQuery oQuery = new SPQuery();
    oQuery.RowLimit = 2000;
    int intIndex = 1;
    do
    SPListItemCollection collListItems = oList.GetItems(oQuery);
    foreach (SPListItem oListItem in collListItems)
    //do something oListItem["Title"].ToString()
    oQuery.ListItemCollectionPosition = collListItems.ListItemCollectionPosition;
    intIndex++;
    } while (oQuery.ListItemCollectionPosition != null);
    Oleg
    Hi Oleg, thanks for replying.
    The problem with the code you have is that your SPQuery object's QueryThrottleMode is set to default. If you run that code as a local admin no throttle limits will be applied, but if you're not admin you will still have the normal throttle limits. In my
    situation it won't be run as a local admin so the code you provided won't work. You can simulate my dilemma by setting the QuerryThrottleMode  property to SPQueryThrottleOption.Strict, and I'm sure you'll start to get SPQueryThrottledException's
    as well on that list of 700000+ items.
    Thanks anyway though

  • How to Inactive Item Status at Org Level

    How to Inactive Item Status at Org Level and what are the implications of doing so.
    What are the prerequisits before inactivating an item status.
    The Procedure I am following is
    Changing the Item Attribute control to Org Level for Item Status
    Log on to Organization Items and Selecting the Item Status as Inactive.
    Can any one please let me know what are the pre requisits before Inactivating an Items and The procedure I am following is correct.
    Thanks
    Srinivasa Garikipati

    Hi;
    Please check serial attribute and org attribute problems with item master and see its helpful
    Also you can check:
    http://oz1-n.blogspot.com/2009/06/interview-questions-for-oracle-11i-apps.html part
    1. Once an item is assigned to an organization, is it possible to remove this association at a later time?
    2. How do I inactivate an item?
    Regard
    Helios

  • How to arrange the information in alphabetical order in a listbox?

    Can you guys help me out?
    How to arrange the information in alphabetical order in a listbox?
    *The information is taken from a text file using FileReader
    Thanks

    private void jbInit() throws Exception {
    // Get information for the text file
    File f1 = new File("Albums.txt");
    try {
    FileReader fr = new FileReader(f1);
    BufferedReader br = new BufferedReader(fr);
    //Use a loop to read
    for (String str = br.readLine();
    str != null;
    str = br.readLine())
    jListModel.addElement(str);
    //Closing the file
    fr.close();
    catch (Exception ex) {
    JOptionPane.showMessageDialog(this, "Error Retriving File", "error",
    JOptionPane.ERROR_MESSAGE);
    Can you explain to me how to use the Collection class? Above codes is getting the data from my text file and put it into my ListBox(jModelList)... So after inputting the text into it.. how do i arrange it using the Collection?
    Thanks

  • I just downloaded the newest version of iTunes and I want to know how to arrange my music by artist/album/name/etc seeing as the little arrow that used to be there is now gone?

    I just can't figure out how to arrange my iTunes library with the newest version that I just downloaded and I'd appreciate if anyone knew how to help me! Thanks

    Try iTunes menu View > Column Browser > Show Column Browser.
    What "little arrow"?

  • MM: Purchase requisition line Items - How many line items can we use

    Hi all,
    1. Purchase requisition Line items  (How many line items can we use?), is there any restrictions.
    2. While creating PO with only one tax code for the related PR to input Tax code (without selecting  line Items).
    Regards,
    Sudheer

    Hi
    There is no limitation for number of items in PR.
    Tax code is always applicable for individual item only.It cannot be selected form the whole PO.
    Regards
    Dev

  • WD(ABAP) - how to populate items in itemlistbox

    Is there any reference about how to populate items in Itemlistbox? I have tried to bind a context node with cardinality 1..n and Selection 0..n to the datasource of a itemlistbox element. The node contains two attributes jy and jy_text representing value and text repectively. I assign some sets of data to the attributes and finally bind the table to the node. But it doesn't display anything in the itemlistbox at runtime. Does anyone have idea?
    My code is like this:
    =====================
      DATA:
        NODE_HEAD                           TYPE REF TO IF_WD_CONTEXT_NODE,
        NODE_JY_LIST                        TYPE REF TO IF_WD_CONTEXT_NODE,
        ELEM_JY_LIST                        TYPE REF TO IF_WD_CONTEXT_ELEMENT,
        STRU_JY_LIST                        TYPE IF_MAIN=>ELEMENT_JY_LIST,
        tb_jy_list                          like table of STRU_JY_LIST,
        tb_is                               type table of v_tb038a_std,
        st_is                               type v_tb038a_std.
    * navigate from <CONTEXT> to <HEAD> via lead selection
      NODE_HEAD = WD_CONTEXT->GET_CHILD_NODE( NAME = `HEAD` ).
    * navigate from <HEAD> to <JY_LIST> via lead selection
      NODE_JY_LIST = NODE_HEAD->GET_CHILD_NODE( NAME = `JY_LIST` ).
    select ind_sector text into CORRESPONDING FIELDS OF TABLE tb_is from V_TB038A_STD where SPRAS = '1'.
    LOOP AT tb_is into st_is.
      STRU_JY_LIST-jy = st_is-ind_sector.
      STRU_JY_LIST-jy_text = st_is-text.
    insert STRU_JY_LIST into TABLE tb_jy_list.
    ENDLOOP.
    NODE_JY_LIST->bind_table( tb_jy_list ).
    Message was edited by: Fred Zhou

    Hi Fred,
    You should check the following:
    The text property of the listbox should bind to the text attribute of your context node.
    Regina

  • How to hide items on Windows 8 File Explorer Ribbon

    Scenario
    This article describes how to hide items on the file explorer ribbon in Windows 8 and Windows 8.1.
    Method
    We can implement it via customizing the permission of the related registry keys.
    Note: Before you make changes to a registry key or subkey, we recommend that you export, or make a backup copy, of the key or subkey.
    Before you make changes to a registry key or subkey, we recommend that you
    export, or make a backup copy, of the key or subkey.
    Step 1:
    Open
    Registry Editor and locate to following registry key under which you can find the corresponding keys of the items on the File Explorer Ribbon.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\
    In the following figure, it shows the Add a network location item on the file explorer ribbon, and the corresponding
    registry key in Registry Editor.
    Step 2:
    Take ownership of the registry key
    Note: You can take ownership
    of a registry key if you are logged on as an administrator or if you have been specifically assigned the permission to take ownership of the registry key by the current owner.
    Right-click on the registry key which you want to take ownership of,
    and then select
    Permissions... option.
    Click on
    Advanced button to grant special permissions in the key.
    At the top to the right of the current
    Owner, click on the Change link.
    Enter
    Administrator in the Enter the object name to select
    box, and then click on Check Names.
    Click on
    OK twice to apply.
    Step 3:
    Change the permission of the registry key.
    On
    Permissions for the key name display dialog, click
    Administrators in the Group or user names window, and then select the
    Allow check box for
    Full Control
    option.
    Click
    Users in the Group or user names window, and then select the
    Deny
    check box for
    Full Control
    option.
    Step 4:
    Click on
    Apply and OK to save the changes and the following figure shows the modified permissions and owner.
    Step 5:
    When you open File Explorer, the item you would like to hide disappears. For your information, the following is an example:
    Item: Add a network location
    Corresponding Registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Windows.AddNetworkLocation
    For advanced users
    You can also deploy script with Set-Acl which is a PowerShell command to take ownership and change permissions
    of the keys. For your information, please refer to the following articles to learn more about this command:
    Set-Aclhttp://technet.microsoft.com/en-us/library/hh849810.aspx
    SET-ACL on registry key
    http://blogs.technet.com/b/brad_rutkowski/archive/2008/09/29/set-acl-on-registry-key.aspx
    Apply to
    Windows 8
    Windows 8.1
    Welcome to your feedbacks.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    The reason they gave was it is possible for the file to stay open when done with the file. (not properly closing) As the driver would be accessing the file to retrieve the thumbnail.
    The thing is a driver is nothing more than a program it self. Therefore it is capable of opening and closing a file and placing the thumbnail into the database for that folder. It then would be capable to verify if the thumbnail exists in that database. Since the driver only has to run when explorer is open in that folder's view, it really is not running that often.
    The catch I can see it when both Illustrator and explorer are running at the same time. Which one should close the file? The solution would be a small app that verifies that both programs are running and has control of clean up when both have closed. The driver and Illustrator could also in theory check and see if the other is running, if it is do nothing if not then close the file.
    So it really boils down to having the driver and Illustrator talking to each other.

  • How to arrange photos in Aperture slide shows to the beat of the  music?

    Is there anyone that knows how to arrange photos to the beat of the music in Aperture slide shows? I have tried to do a search for this topic, looked at "help" and still can get things to work properly. The "beat of music" command seems to be grayed out. Is there a bug in the software? Any help would be appreciated.

    I have been following this thread with great interest. I have tried to do this in Aperture as well. Jumping ahead just a bit to what might be David's next issue, once we figure out why the option is not available to him.
    For me once the music has been added the " Align slide to the beat" is available. However it doesn't seem to do anything.
    I have accomplished this in iMovie and Final Cut Express. In both of these programs you have to actually mark the beats for things to work. You mark the beats and the software sets the play duration to match. This is pretty easy in iMovie. I am hoping for a similar or better interface in Aperture 3. How is this accomplished in Aperture?

  • How to arrange photos in camera roll datewise its not showing datewise please let me know

    how to arrange photos in camera roll datewise its not showing datewise please let me know

    Emile
    Bear with me a minute. You're confusing a lot of things.
    1. As Larry says, on Windows you are using a File Manager for you your photos. All well and good if it works for you, but limited. Why? Because it doesn't leverage any of the extra information available with photos files. Essentially, a File Manager doesn't distinguish between a photo nd a Word file or a Music file. They are just files.
    2. Photo Managers like iPhoto (Or Picasa, Aperture, Lightroom et al) work differently. They are designed to leverage the additional information available in the photo file. Case in point: Date. In the File Manager you have folders created for Year/Month/Day. In iPhoto the pics are grouped into Events automatically. These Events are based on the date and time the Photos were taken, and which is recorded in the Exif metadata for the photo file.
    As we all know, when one downloads pictures from a camera, their"names" appear as a bunch of letters and the number indicating thesequence.
    These are Filenames assigned by the Camera. In iPhoto you don't change Filenames you edit Titles. Titles are quite independent of filenames and are an entry in the Exif metadata.
    I'm not sure what you've done in the renaming sequence, but iPhoto does not have a Sort -> by Name command. There is a Sort By Title command.
    But you would not use Events for this job anyway. You would use an Album. Create an Album, drag the pics to it and then you can sort them in any order you want, manually. Then using the Batch Change Command you can create a sequence for them. So, Title the pics 'House Sale' and check the box to append  number and the result:
    House Sale 01, House Sale 02 etc
    Regards
    TD

  • Need FM/BAPI to get how many line items per given FI document...

    Hello Experts,
    IS there an available FM or BAPI to get how many line items there is for a given
    FI document? We are avoinding BSEG because of the performance.
    Hope you can help me guys. Thank you and take care!

    Hi,
    Not sure if there is a specific FMs or BAPIs whose specific purpose is to just count FI document lines. But you can use a number of FMs to read an FI document.
    i.e. FI_DOCUMENT_READ - pass the document keys (BUKRS, BELNR, GJAHR) and retrieve the T_BSEG table to get the document lines. Then you can just use DESCRIBE statement to get the number of lines in T_BSEG.
    Also, based on experience, I never had any problems with BSEG as long as I am providing the complete keys for an FI document (BUKRS, BELNR, GJAHR). But if you are trying to avoid BSEG, you can use the secondary index tables like BSIS , BSAS, BSAD, BSID, BSIK, BSAK to improve performance.
    Regards,
    Oscean Tortona

  • Object array - how to add items?

    Hello!
    I have little problem, how to add item to array, to get something like this:
    Object[][] someObject = {
    {"1", "2"},
    {"4","5"}
    };From this:
    Object[][] someObject = {
    {"1", "2"}
    };? Thanks in advance!

    Once you allocate an array like that, you can't
    resize it.
    Object[][] someObject = {
    {"1", "2"}
    };creates an array with size [1][2]. You can't makeit
    any larger. You can create a new Object[][]
    with the new size, copy the elements into the new
    array, then add your new objects in the newposition.
    or even better use arraylistExcept that he's using this for a JTable, so the best he could do is a Vector. Yuck. :)

  • How to arrange the components in swings

    hi..
    i hava a small problem with components, how to arrange components as i like .
    Name : |____________________|
    Number :|____________________| phone : |____________________|
    Address : |____________________| <------ it is TextField ok.
    Like this, how to do this one in swings. I want 10 Lables & 10 TextField .
    I want Label Behind the Textfield as shown above
    Message was edited by:
    therathna
    Message was edited by:
    therathna

    but gives error when resize the window frameIf you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program (SSCCE) that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

Maybe you are looking for

  • Please Help - How to Fetch the Data from a Cube

    Dear All, We created a cube containing dimensions Customer, Product, Branch, Activity, Time dimensions using Oracle Analytical WorkSpace Manager. Once Cube is created, How can I see the Data existing in the Cube using normal SQL Queries ??? Through A

  • Stock transfer between 2 projects of different plants.

    Hi All, We have two plants and each plant as multiple projects. Some time it is required to transfer stock between two project which are of different plants. Currently we are using MOVEMENT TYPE 415Q , where stock transfer is done using 4 steps. Our

  • How to download the trial version of adobe premier pro cs4?

    I having the windows 7 32-bit os, so the premier pro cs5 was not work in my system, so i deside to run cs4, if you having any other solution for this problem plz guide me.

  • Cant Get My Program to Read a Text File

    import java.util.Scanner; import java.io.*; import java.text.DecimalFormat; public class Calculator     public static void main (String[] args)         final String filepath = "calculator.txt";         int a, b, x;         String command;         Sca

  • IPad Content Viewer 1.9 don't donwload any folio ?

    I installed the new Content Viewer 1.9, but now with this version I can't download any of my folios. When I'm waiting long time a message appear say me: "can't connect with the server in this moment try more later". With 1.8 I don't had this problem.