To refer to an element in a list

I use a list for navigation. I have 5 items in the list (white, black, green, blue and yellow). I have five regions defined for each item in the list. Click about to say white, only the white of the region should be displayed and others hidden. How to refer to an item in the list. If the navigation button, I can easily associate a dynamic action with the button and control areas. Here, I am unable to reference as to who was clicked point. No idea how to go about this problem.

Thanks in advance

Rambeau

This is a simple example showing how do:

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

Denes Kubicek

Tags: Database

Similar Questions

  • Set a key to refer to an element

    Hello

    As far as I know, in a map, you can set a key to refer to a topic:

    < keydef href = "Concepts/c_access_control_policies.xml.

    keys = 'access control policies' type = 'concept' > < topicmeta >

    political access control < navtitle > < / navtitle > < / topicmeta > < / keydef >

    For all subjects, that's fine: I can then use they key "access control policies" whenever I need to refer to this subject.

    However, I would like to be able to reference an element within a section. For example, to have a section that lists all the clauses and phrases; each of these elements would have unique ID etc. In the plan, I would then create keydefs to refer to these elements. So far, I was unable to do so.

    I can easily create references to these terms and phrases through conrefs, but whenever I want to create a conref, I have to go through the process of localization of the file etc. I would have thought that the keys would be easier.

    Any help gratefully received.

    Peter

    Hello

    For references to themes, cards and non-DITA resources, the value of the @keyref attribute is simply a key name: = keyref 'key topic'. However, for references to the elements non-sujet in the subjects and non-topicref in cards, the value of the @keyref attribute is a key name, a forward slash ("/") and the ID of the target element: keyref = "topic-key/some-element-id"

    For example, consider the matter in the document 'file.dita ':

    Example referenced topic

    Some content.

    And this key definition:

    href = "file. DITA "/ >"

    A form 'myexample/para-01' keyref decides of the

    element in the section. Let me know if I understood your question.

    Kind regards

    Ajit

  • Adobe first Elements 13 is listed as $79.99 (alone) or WITH Adobe Photoshop elements 13 for $119.99 (for both). I bought 13 items first by itself for $79.99.   Now, I realize that I need the 13 elements of Photoshop also.     My question I

    This is my first attempt in the Adobe community. I hope I'm doing this correctly.

    Please send me an email to [email protected] If you can answer my question.

    I'll paste it again here. Thank you! John

    QUESTION:

    Adobe first Elements 13 is listed as $79.99 (alone) or WITH Adobe Photoshop elements 13 for $119.99 (for both). I bought 13 items first by itself for $79.99.   Now, I realize that I need the 13 elements of Photoshop also.My question is: can I put the $40 more (purchase price of $119.99 in combination) to buy the 13 elements of Photoshop? Or do I have to pay the price of $79.99 (yet) to buy the 13 elements of Photoshop?There is no option to upgrade on the website of the $40 more purchase price (which would be equivalent to the original price of combination $119.99) after I bought the first 13 items only ($79.99).

    gt40john

    This isn't Adobe. Instead essentially a user to user forum.

    Suppose you bought the items 13 as a download from Adobe first.

    Adobe sells more than 13 Photoshop or Premiere elements 13 elements. He sells only the latest version now (v14).

    If you bought the first 13 elements download Adobe over the last 30 days, you should be able to request a return/refund from Adobe. I do not know how he would deal with an Exchange because it sells more than 13 - May 14 deal might be involved? Just in case you are eligible, Contact Customer Care

    And, if you bought elsewhere (from an authorized dealer), you are governed by the policy of return/refund/exchange of the authorized dealer, not Adobe direct.

    But if you are not within 30 days of the purchase, you'll probably eventually find a dealer authorized to buy Photoshop elements 13, although it is still available.

    Many scenarios here, but you should have business with Adobe on this if it goes back to the purchase of Adobe. If this isn't a direct purchase from Adobe, your fate is up to the dealer.

    RTA

    Add on... Please don't include contact information in your messages to avoid unwanted nuisance to your contact information.

    A moderator may delete such information once it is noticed by a moderator.

  • Display list items based on another element of the list

    Hi all

    I want to display the list item based on another element of the list, but his does not work.

    This is my code:


    / * WHEN-NEW-FORM-INSTANCE * /-his work.
    DECLARE

    rg_district recordgroup;

    rg_name VARCHAR2 (40): = "district";

    vtemp NUMBER;

    BEGIN

    rg_district: = FIND_GROUP (rg_name);

    IF ID_NULL (rg_district)

    THEN

    rg_district: =.

    CREATE_GROUP_FROM_QUERY (rg_name,

    'select dist, dist district_mas.

    );

    vtemp: = POPULATE_GROUP (rg_district);

    POPULATE_LIST ('BLOCK3.) Of RIDING ", rg_name);

    END IF;

    END;

    * / CHANGED AFTER a - list * /-does not work. Cannot complete the list based on the list

    DECLARE

    rg_branch recordgroup;

    rg_name1 VARCHAR2 (1000): = "branch";

    vtemp NUMBER;

    BEGIN

    rg_branch: = FIND_GROUP (rg_name1);

    IF this is ID_NULL (rg_branch)

    THEN

    DELETE_GROUP (rg_name1);

    rg_branch: =.

    CREATE_GROUP_FROM_QUERY

    ("rg_branch",

    "SELECT FROM dist_branch WHERE district IN branch (DIST DISTRICT_MAS WHERE DISTRICT = SELECT').

    || : BLOCK3. DISTRICT OF

    );

    vtemp: = POPULATE_GROUP (rg_branch);

    POPULATE_LIST ('BLOCK3.) Branch of THE ', rg_branch);

    END IF;

    END;

    Table:

    CREATE TABLE DISTRICT_MAS

    (

    DIST VARCHAR2 (100 CHAR)

    );

    CREATE TABLE DIST_BRANCH

    (

    NEIGHBORHOOD VARCHAR2 (100 CHAR),

    DIRECTORATE GENERAL OF THE VARCHAR2 (100 CHAR)

    );

    Values:

    insert into district_mas values ('chennai');

    insert into district_mas values ('coimbatore');

    insert into dist_branch values ('chennai', 'chennai_north');

    insert into dist_branch values ('coimbatore', 'Podanur');


    Concerning

    Nassik M

    I tested the code below when the list has changed


    DECLARE

    rg_branch recordgroup;

    rg_name1 VARCHAR2 (1000): = "branch";

    vtemp NUMBER;

    QT VARCHAR2 (10): = "';

    BEGIN

    rg_branch: = FIND_GROUP (rg_name1);

    IF this is ID_NULL (rg_branch)

    THEN

    DELETE_GROUP (rg_name1);

    END IF;

    rg_branch: =.

    CREATE_GROUP_FROM_QUERY

    (rg_name1,

    'SELECT branch, branch OF THE DISTRICT WHERE the dist_branch =' | QT | : BLOCK3. DISTRICT OF | QT);

    vtemp: = POPULATE_GROUP (rg_branch);

    POPULATE_LIST ('BLOCK3.) Branch of THE ', rg_branch);

    END;

    Hope it's work...

    Hamid

  • How to give orders to elements of a list (Applescript)

    Hello

    I'm confused by something I saw in the indesign scripts. I make a list of items from a selection page, then sorting into sublists, each of the whish I would like to place orders. Once I've made lists, however, I always get an error if I try to place an order in this list.

    Here's a condensed example:

    say application "Adobe InDesign CS5.

    set itemList to the selection

    game list1 to {point 1 itemList, point 2 itemList}

    game list2 to {point 3 itemList, point 4 itemList}

    dire list1

    set name to "test"

    end tell

    end say

    or

    say application "Adobe InDesign CS5.

    set itemList to the selection

    game list1 to {point 1 itemList, point 2 itemList}

    game list2 to {point 3 itemList, point 4 itemList}

    value name of list1 to 'test '.

    end say

    both give me an error, but if I tell the selection itself (also a list, right?) it works, for example:

    say application "Adobe InDesign CS5.

    value name of selection of 'test '.

    end say

    or, infuriatingly:

    say application "Adobe InDesign CS5.

    set itemList to the selection

    game list1 to {point 1 itemList, point 2 itemList}

    game list2 to {point 3 itemList, point 4 itemList}

    select list2

    value name of selection of 'test '.

    end say

    If I can choose the elements using a list, but not much.

    Anyone know what is happening here?

    Thank you.

    You cannot send a command to a list; your script is seen as trying to put the name of a list, and which cannot be done.

    Once you start address selection, you are addressing a single InDesign identity - the fact that it returns a list of elements is irrelevant.

  • To refer to an element in a TileList

    When a TileList component using its itemRenderer property, i.e.;
    myItemRenderer.mxml - is a VBox component
    tileListInstance.itemRenderer = new ClassFactory (myItemRenderer);


    .. . How can we refer to an element (in the tileListInstance component) via ActionScript?

    I hope that this failure of the attempt will highlight my goal.
    tileListInstance [2] .alpha =. 5;

    Thanks again, I understand now.

  • How to influence the APEX 4.0 autocomplete text element drop-down list colors?

    Hello

    Could some body if you please tell me the model that I need to change?

    I use the 15 theme and the text with AutoComplete element has a very different color scheme, I would like to change, so that it would harmonize with the theme 15 colors. It's just that I can't find the model to change. TIA.

    Tamás

    Tamas

    There is no model for the AutoComplete element. His appearance is controlled entirely using CSS. Theme 15 includes a style on the theme of AutoComplete items: she descends to a generic schema that is specified in the apex_4_0.css style sheet:

    .ac_results {
      padding: 0;
      border: 1px solid black;
      background-color: white;
      overflow: hidden;
      z-index: 99999;
    }
    .ac_results ul {
      width: 100%;
      list-style-position: outside;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .ac_results li {
      margin: 0;
      padding: 2px 5px;
      cursor: default;
      display: block;
      font: menu;
      font-size: 12px;
      line-height: 16px;
      overflow: hidden;
    }
    .ac_results li {
      margin: 0;
      padding: 2px 5px;
      cursor: default;
      display: block;
      font: menu;
      font-size: 12px;
      line-height: 16px;
      overflow: hidden;
    }
    .ac_loading {
      background: white url('indicator.gif') right center no-repeat;
    }
    .ac_odd {
      background-color: #eee;
    }
    .ac_over {
      background-color: #0A246A;
      color: white;
    }
    

    The best approach would be to use a tool to identify what web Inspector that each of these rules in the context of the use of the AutoComplete element and create your own theme-15-friendly style sheet to override this subset of apex_4_0.css.

  • How to record only recently added to the elements of the list on the right

    Dear Sir

    I have a shuttle with left and right bean drags lists.
    At some point I save the right drag the contents of the list to DB. Then I add additional items to the list on the right. Trying to save again I give oracle.jbo.TooManyObjectsException: Houston-25013: too many objects correspond to the primary key oracle.jbo.Key
    exception.
    What is the approach that I take only save newly added items from the shuttle?
    I wonder if I can put the additional logic (what logic that would I need to check the value PK that is already in the database?) in the method AM with which I save the shuttle like here (TicketID and ResponsibilityID are the primary key)
    ...
    If (items! = null)
    {
    Object [AI] = items.toArray ();
    for (int i = 1; i < ia.length; i ++)
    {
    Line rowApproval = vo.createRow ();
    vo.insertRow (rowApproval);
    rowApproval.setNewRowState (Row.STATUS_INITIALIZED);
    Line = vo.getCurrentRow ();
    row.setAttribute ("TicketId", items.get (0));
    row.setAttribute ("ResponsibilityId", items.get (i));
    row.setAttribute ("Status", items.get (i));
    }

    or do I have to do something in the OS?

    Thank you

    Anatoliy

    Hello

    Can you please clarify - do I have to make a loop? I mean for every record/element in the trailing list
    I run the VO (that I will create) VO.executeQuery?
    

    Yes, you do want to run the VO for each record... passing the different parameter at each iteration.

    Kind regards
    GYAN

  • Height for element converter problem list

    Hi all

    I have a list, the items are of the number 4. now I used the Web in the width and height 75.now 383 itemrenderer component when I select an item in the list, I want that specific canvas height be raised to 92...

    How can I make this possible as I want to say now on the choice of the converter of element I increase the height of this.height = 92.when debug code, variable, it shows 92 which was 75 earlier but no effect takes place from the point of view of design... can someone help me in this case

    Please

    Thank you

    Is that what you have set the variableRowHeight true property?

  • How to select an element of a list with a separate button item

    This is a repost, I decided it would probably be better here than in the General discussion Forum. I will try to remove it.

    Hi all
    This is my first post here. I'm trying to find a way to select an item in a list with a button element. This button calls a function. I searched for the last 3 hours online and I can't find anything about it. I thought that maybe I could together the selectedItem parameter, but which is read-only and I think it returns an object rather than something like a number reference, so even if I could put it, it would be useless. I also found a button of update of get, thinking that can lead somewhere, but I think it's to define which element has the focus currently insofar as grasping and things like that. I'm lost.

    Basically, I'm looking for a way to type this myList.setSelected (5); where 5 is the 5th item in the list.

    Any help would be appreciated.

    Never mind found. It's called selectedIndex property and it is writable

  • The FIRST element of the list/tree style

    Everyone was able to set the style of the first item in a list or a tree to something different than the rest of elements of this object? Help!

    Finally got the time to understand this... here is GB if someone else needs it:

    package {}
    Import mx.controls.listClasses.ListItemRenderer;

    SerializableAttribute public class FirstItemRenderer extends ListItemRenderer
    {

    public void FirstItemRenderer()
    {
    Super();

    }

    override public function set data(value:Object):void {}
    Super.Data = value;

    {Switch (Super.listdata.RowIndex)}
    case 0:
    this.setStyle ("fontWeight", "bold");
    break;
    by default:
    this.setStyle ("fontWeight", "normal");
    }

    }

    }
    }

  • Element of the list-

    I created a static list item

    There are 6 values in the element.
    Now, I don't want one of the values values - 3rd

    When I try to delete, an empty element happens in 3rd position where I deleted the value of the list and descriptuion

    How can I remove the value 3, without creating a new list item and macros all elemets again

    Any help appreciated

    Use Ctrl + Shift +.

  • There is an unknown element in my list of "Login Items"

    Hello

    While checking my "Login Items" list, I noticed that there is an entry that is tagged as 'unknown '. His name is 'apple -'. Could someone help me please to find out what it is? Is it necessary? If this is not the case, how can I remove it? Why it is marked as "unknown"? I am including a picture for the context.

    Select it and press less to remove it

  • Recorded TV causes Media Center to stop when the cursor is moved over the icon. Sometimes Blue Screen of Death. How can I remove the element from the list of recorded TV shows?

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    "This problem that I've seen before - corrupted metadata in a recorded TV file causes MC to Issac when you click on" show in the list.
    And, it is useful to know that show is the cause.  :)
    Solution: Close Media Center.  Open an Explorer window and go to C:\Users\Public\Recorded TV.  Find the offending file, and either move it to another folder (unless it is a 'protected' program, you can always watch it in Media Player), or delete.
    The file name format is: showname_network_starttime(where starttime is presented as dd_mm_yyyy_hh_mm_ss (24hours). wtv)

    HTH,
    Chris

    MS - MVP (Media Center) [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • A lot of Audio project, stop all the sound elements rather than list each of them to take a break

    Hi all

    I use the following code to play and pause the music.

    If (sym.$("_05letitbe") [0] .paused) {}

    SYM.$("_05letitbe") [0]. Play();

    Play this one

    SYM.$("AldoNova") [0] () .pause;

    Break of it (if he plays)

    } else {}

    SYM.$("_05letitbe") [0] () .pause;

    }

    OK, looking at the 3rd line (sym.$("AldoNova") [0] () .pause;)

    )

    If I have 100 songs in the project, I have 99 songs here the list and put it on pause.

    As you never know that someone is listening to at any given time.

    So. My question is this.

    How can I stop (stop) all the other songs, when the user click on a song to play.

    Something like that.

    If (sym.$("_05letitbe") [0] .paused) {}

    SYM.$("_05letitbe") [0]. Play();

    Play this one

    $("audio").trigger ("pause"); All the other songs that can play pause

    } else {}

    SYM.$("_05letitbe") [0] () .pause;

    }

    However, I've tried and it doesn't work.

    Moreover, there is no key frames or labels for audio, and I want TO keep it this way.

    Wayne

    Well, I have not found a way to make this work in addition to the example I gave you. I changed the audio to make it more obvious in this example. If you can use jquery, then I updated using $each)

    Microsoft OneDrive - access to files anywhere. Create docs with free Office Online

Maybe you are looking for

  • Data card support Mac El Capitan

    Hi team, I have a new Mac book pro 13 "non-retine with os El Capitan. I need a map data for internet connectivity. Someone you suggest which is the map of data taken in charge of Mac. My preferred brand is Dlink. Any brand is fine with which works ve

  • How to merge the C drive and unallocated space

    I recently had a new 1 TB HDD in my count and then I had to download Windows XP Pro as my old hard drive crashed. In under disk 0 disk management, I (c :)) 128.00 GB and to the right, I have not allocated 803,52 GB.)  I'm not sure how it happened.  I

  • Windows live messenger problem continues to go to my office when I try to read my messages

    Windows live messenger keeps coming to my office page when I click on my messages

  • BlackBerry in Z10 Z10 magnification settings

    I accidentally changed the settings of magnification in Z10. I can not revrse it. Help, please

  • Apps not sync

    Hello For the past two days as my apps, bing, news, finance, sport etc., content is not getting synced when I connect to the internet. Even if I open an app, it it will automatically close down and shows me the splash screen. This has happened to me