List of handy shortcut links

Hi,
Sometimes in the Application Builder there are a list of handy links to help fill out another field. For instance below the "Display As" list, is a row of links where some of the most used values can be set by a single click.
Quistion: How is that made?
I can see that the setValue funtion must be called, so thats fine. But how do I create the list?
When adding a List of horizontal links to a page they always display in a new Region. I've tried to add Items to a list region after creating the region and that seems to work. But the alignment isn't too good.
Is there a more officiel way to make these handy links?
John Hansen

Hello,
They usally aren't lists its just static html in the Post Element Text of the item.
Carl

Similar Messages

  • How do I generate a list of keyboard shortcuts for any given application

    I want to generate a list of keyboard shortcuts for all of the applications I have on my Mac. I want the list to be a simple text (or rtf) file that I can edit and organize. (By edit, I don't mean change the shortcuts, only the report of them.)
    I was using Key Cue, but it does not let me save the list to a text file.
    I want this for several purposes. One is to have a easy to reference list of shortcuts to learn. Another is to find unused key combinations that I can use for my own keyboard shortcuts that I create with DefaultKeyBinding.dict.
    Note: The program doesn't have to an OS X app. A program that runs from a shell without a GUI is plenty adequate.
    If there is a way to read the keyboard commands from a plist list or other such file, and any of you know the format for these or where I can find them, I can write a Perl script myself to do it.

    Well, the info is stored in...
    /Users/YourUserName/Library/Preferences/com.apple.universalaccess.plist
    PlistPro has a way to convert it to ASCII, but you'll srtill have work to do, as...
    {enabled = 1; key = 20; modifier = 1179648; sybmolichotkey = 28; },
    {enabled = 1; key = 20; modifier = 1441792; sybmolichotkey = 29; },
    {enabled = 1; key = 21; modifier = 1179648; sybmolichotkey = 30; },
    {enabled = 1; key = 21; modifier = 1441792; sybmolichotkey = 31; },
    {enabled = 0; key = 28; modifier = 1572864; sybmolichotkey = 15; },
    {enabled = 0; key = 27; modifier = 1572864; sybmolichotkey = 19; },
    {enabled = 0; key = 24; modifier = 1572864; sybmolichotkey = 17; },
    {enabled = 0; key = 47; modifier = 1835008; sybmolichotkey = 25; },
    {enabled = 0; key = 43; modifier = 1835008; sybmolichotkey = 26; },
    {enabled = 0; key = 28; modifier = 1835008; sybmolichotkey = 21; },
    {enabled = 0; key = 96; modifier = 1048576; sybmolichotkey = 59; },
    {enabled = 1; key = 122; modifier = 262144; sybmolichotkey = 12; },
    {enabled = 0; key = 120; modifier = 262144; sybmolichotkey = 7; },
    {enabled = 0; key = 99; modifier = 262144; sybmolichotkey = 8; },
    {enabled = 0; key = 118; modifier = 262144; sybmolichotkey = 9; },
    {enabled = 0; key = 96; modifier = 262144; sybmolichotkey = 10; },
    {enabled = 0; key = 97; modifier = 262144; sybmolichotkey = 11; },
    {enabled = 1; key = 50; modifier = 1048576; sybmolichotkey = 27; },
    {enabled = 1; key = 98; modifier = 262144; sybmolichotkey = 13; },
    {enabled = 1; key = 50; modifier = 1572864; sybmolichotkey = 51; },
    {enabled = 1; key = 100; modifier = 262144; sybmolichotkey = 57; },
    {enabled = 1; key = 17; modifier = 1572864; sybmolichotkey = 50; },
    {enabled = 1; key = 2; modifier = 1572864; sybmolichotkey = 52; },
    {enabled = 0; key = 105; modifier = 0; sybmolichotkey = 32; },
    {enabled = 0; key = 109; modifier = 0; sybmolichotkey = 33; },
    {enabled = 0; key = 103; modifier = 0; sybmolichotkey = 36; },
    {enabled = 0; key = 109; modifier = 0; sybmolichotkey = 62; },
    {enabled = 0; key = 49; modifier = 1048576; sybmolichotkey = 60; },
    {enabled = 0; key = 49; modifier = 1572864; sybmolichotkey = 61; },
    {enabled = 1; key = 2; modifier = 1310720; sybmolichotkey = 70; },
    {enabled = 1; key = 49; modifier = 1048576; sybmolichotkey = 64; },
    {enabled = 1; key = 49; modifier = 1572864; sybmolichotkey = 65; },
    {enabled = 0; key = 53; modifier = 1048576; sybmolichotkey = 73; },
    {enabled = 1; key = 107; modifier = 0; sybmolichotkey = 53; },
    {enabled = 1; key = 113; modifier = 0; sybmolichotkey = 54; }

  • Travwerse a linked list in a doubly linked list

    I have to traverse a linked list to a doubly linked list and I am not sure how to do that.
    Here is some sample code:
    class linkData {
              dataRecord data;
              linkData next;
              linkData prev;
    linkData head;Should I use something like this:
    if (index < (size >> 1)) {
                     next = header.next;
                     for (nextIndex=0; nextIndex<index; nextIndex++)
                       next = next.next;
                 } else {
                    next = header;
                     for (nextIndex=size; nextIndex>index; nextIndex--)
                         next = next.previous;
                 }

    mindspeed wrote:
    I have to traverse a linked list to a doubly linked list This makes no sense as traverse means to pass or move over or along something. Perhaps you mean translate instead.

  • Workflow, How to make the attached SAP shortcut linked to a webgui t-code ?

    How to make the attached SAP shortcut linked to the webgui ? (Instead of the SAP Gui )
    When I received a "workflow msg" in my outlook inbox, I clicked on the attached shortcut.
    And a logon pop-up comes to me, in order that I logon to SAP in the SAPGui mode.
    It enables me to make a decision in SAP.
    I'd like that when the user receive the shortcut ( or a link ), it opens the webgui mode ?
    How can I do that ?
    Thx a lot,
    Erwan

    thx

  • Choose From List and Golden arrow link in System Matrix UDF column

    I'm wondering if there is a way through the SDK to create a 'Choose From List' and Golden arrow linked button in a System Matrix UDF column? 
    For example the Item Code in a sales order matrix does both.

    Hi,
    Try this code for adding CFL.             
                   SAPbouiCOM.ChooseFromListCollection oCFLs = null;
                    SAPbouiCOM.Conditions oCons = null;
                    SAPbouiCOM.Condition oCon = null;
                    oCFLs = oForm.ChooseFromLists;
                    SAPbouiCOM.ChooseFromList oCFL = null;
                    SAPbouiCOM.ChooseFromListCreationParams oCFLCreationParams = null;
                    oCFLCreationParams = ( ( SAPbouiCOM.ChooseFromListCreationParams )( SBO_Application.CreateObject( SAPbouiCOM.BoCreatableObjectType.cot_ChooseFromListCreationParams ) ) );
                    oCFLCreationParams.MultiSelection = false;
                    oCFLCreationParams.ObjectType = "object id ";
                    oCFLCreationParams.UniqueID = "CFL1";
                    oCFL = oCFLs.Add( oCFLCreationParams );
                   oColumn.ChooseFromListUID = "CFL1";
                  //where oColumn is the instance of that column.
    Hope u will get help....
    Thanks and Regards,
    Lalit

  • Is There a List of Keyboard Shortcuts for Adobe Digital Editions, I Found Two By Accident the "Arrow" Keys and the "Enter Key" for Turning Pages in an eBook...

    Hi  ??  :       Does Anyone Know If There is a List of Keyboard Shortcuts for Adobe Digital Editions, I Found/Discovered Two By Accident the “Arrow” Keys and the “Enter Key” for Turning Pages in an eBook...   Thanks
    I Did Look for this Keyboard Shortcuts in Adobe Digital Editions Help & FAQ Areas and Got the Run Around, Very Hard to Find How Use Adobe Products !!
    Microsoft Windows Vista & Win 7 Operating Systems
    Message was edited by: Al Adams

    Nope, I doubt it.  As I said:
    I disabled Aero theme, checked font scaling was 100% and rebooted Windows in between all of the steps to no avail.
    I've been reading a lot around this and it seems the arrow key problem is a red herring; I think it's just some kind of terminal preferences corruption.

  • Could java deal with shortcut/link files ?

    Hi all,
    We could often use the shortcut(.lnk) or link files on Windows or Unix.
    Could Java class deal with these files directly ? That is, could it got
    the target file of the shortcut link files? So that, we could use the target file exactly the same with other normal files.
    Any comments and help are welcome. Thanks.
    -GeorgeZ.

    Be aware that MS .lnk files are extremely different from what you use in Unix. In Unix, the OS resolves links automatically, and the application never even knows they are there. In Windows, this is absolutely not the case, and it takes a bit of work to get the windows shell to tell you where the link is pointing.
    If you absolutely have to dereference .lnk files in Java you'll need to use JNI. The JNI interface will be the absolute easiest part of this, though. Getting a resolved .lnk in C++ is a major pain in the neck (about 50 lines of code).
    - K

  • Full list of Keyboard shortcuts?

    Where can I find a complete list of Keyboard Shortcuts for After Effects 7.0 ? (and possibly Premiere CS2 if you'd like to throw that in your answer as well)
    I've visited the keyboard shortcuts section of After Effects Help, but it is broken up into chunks, and doesn't seem to be complete - I would love to find the be-all end-all list of default shortcuts for them. I tried a search in the knowledgebase, but came up nil.
    Basically I'm looking for more shortcuts for moving around my timeline like moving the cursor to the in/out-point of a layer within the timeline, etc. and more
    Thanks all

    > Where can I find a complete list of Keyboard Shortcuts for After
    > Effects 7.0 ? (and possibly Premiere CS2 if you'd like to throw that
    > in your answer as well)
    >
    > I've visited the keyboard shortcuts section of After Effects Help,
    > but it is broken up into chunks, and doesn't seem to be complete - I
    > would love to find the be-all end-all list of default shortcuts for
    > them. I tried a search in the knowledgebase, but came up nil.
    The keyboard shortcuts section of After Effects 7 Help was only about half complete. The
    "Keyboard shortcuts" section of After Effects CS4 Help on the Web is 100% complete. So is the
    CS3 section. The shortcuts haven't changed much from one version to the next, so you should be able to use these later documents for After Effects 7 in this context.
    Here's the search that I used to find the section on navigating in time:
    Click this to execute a search that finds the shortcuts for moving in time.
    Regarding your criticism about the list being broken into chunks: I think that you'd find it much harder to find anything in a list of 800 items that was not broken into chunks.
    BTW, be careful what you ask for when you ask for printed shortcut reference cards. There are nearly 800 keyboard shortcuts in After Effects. Printing these all takes many, many pages. So a printed card is necessarily only a subset. And then people get confused and assume that those are all of the keyboard shortcuts, and we get peppered with feature requests for shortcuts that already exist.

  • Can you tell me were to print out a list of keyboard shortcuts

    I just want a list of the keyboard shortcuts I need on an everyday basis. A friend told me were to go online and I forgot what goes after the / in the web address. Can anyone help

    Click here for a list of keyboard shortcuts.
    (23919)

  • Where do I find a list of keyboard shortcuts?

    Looking for a list of keyboard shortcuts usable in Lion.

    Use the Help menu in the Finder and enter shortcuts:
    OT

  • Is there a list of keyboard shortcuts in korean?

    I'm looking for a list of keyboard shortcuts for Mountan Lion in Korean.

    Here is one for Lion, still looking for ML....
    http://support.apple.com/kb/PH4303?viewlocale=ko_KR

  • Is there a list of keyboard shortcuts to use on a wireless keyboard without a numeric pad?

    Is there a list of keyboard shortcuts to use on a wireless keyboard without a numeric pad?  What I'm missing most is the Page Up/Page Down and Begin/End functions, but a reference list for all available functions would be nice.

    Yup. Best $11 you can spend:
    http://www.lafcpug.org/store.html#keyguides
    Shane

  • Is there a list of keyboard shortcuts for Win 7 using the MacBook Pro keyboard ?

    Is there a list of keyboard shortcuts for Win 7 using the MacBook Pro keyboard ?

    See > http://support.apple.com/kb/HT5636

  • List of keyboard shortcuts for FCE2

    A few months ago I found a 2 page list of keyboard shortcuts for iPhoto and I was wondering if anyone had found or made one for FCE2?
    Thanks
    iMac G5, 1.8GHz   Mac OS X (10.4.7)   1 GB ram, no built in iSight (should have waited 3 months)

    Hi(Bonjour)!
    There is a "real paper" quick reference in FCE 2 and 3 box.
    And there is a PDF one on installation CD for FCE 3.5 .
    Also you can get quickly to this information by using tool--"button list" and typing your command or the shortcut itself.
    Michel Boissonneault

  • Spartan and Shortcut Links

    I am on build 10061 now, but in 10049 with IE I was able to make shortcut links on the start menu and taskbar to go go gmail, forums, online store (for my job) etc. I can't seem to how to do that with Spartan...is that possible?

    thats what I was afraid of LOL
    I just got IE to work again, after the 10061..all links went away, no shortcut for IE worked...had to go through my computer and find the iexplore.eve to even run IE lol. 
    Hi,
    By default in 10061, website link is opened with Spartan, as david mentioned, you can set IE as the default program if you want. And the main issue now is that you want to find IE? You can find the exe under systemdrive\Program Files\Internet Explorer\iexplore.exe,
    and pin it to startmenu or taskbar.
    Regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for