Hyperlink in iGrid Cell?

Hi,
Is it possible to have a hyperlink in a iGrid cell?
Thanks,
Sara

Sara:
My technique is to use a string property (a string transaction output), then I wrote a library of small transactions that create the correct HTML content for various types of HTML tags (tables, rows, columns, divs, etc).  I invoke these as needed, and the resultant HTML snippet is appended to the string transaction output property.
To generate the HTML content, I invoke the runner servlet, pass the name of the appropriate output parameter in OutputParameter=XXX, and add to the URL:
&Content-Type=text/html
I've used this technique to create specialized tables, gantt charts, and entire pages dynamically as well.
AJAX is also a viable approach.  The only real disadvantage is that you can't edit/manage the application logic as easily in a single place, but it is definitely a good approach to use AJAX if you'll be leveraging some of the very cool AJAX UI libraries out there.
Again, I am a big fan of Adobe Flex also.  It can easily integrate with/share events with the MII applets and other HTML content on the page, or you can build entire apps with Flex using just MII as the back end.
Hope this helps,
Rick

Similar Messages

  • Hyperlink in Excel cell

    Is it possible to write hyperlink in each cell of Excel (report 6 and/or 10) in a way to run hyperlink after run report with one mouse click on the cell (active hyperlink) when excel is displayed.
    I was trying with this example below but without succes beside this I can not find any solution on metalink:
    Re: Hyperlink Related Issue
    function F_enameFormatTrigger return boolean is
    begin
    if :ename = 'SMITH' then
    srw.set_hyperlink('http://www.smith.com');
    elsif :ename = 'JONES' then
    srw.set_hyperlink('http://www.jones.com');
    end if;
    return (TRUE);
    end;

    nagornyi, that is the problem, because I must type Enter if I want to make hyperlink active! So it is not enought just writing tekst but type Enter as well. Try to do this and tell me if I'm wrong.

  • Multiple dynamic Hyperlinks in Single Cell

    My Requirement is similar to
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/c3f1cbeb-20b8-4457-9189-3e451c2a5af9/multiple-hyperlinks-in-single-cell-in-ssrs?forum=sqlreportingservices
    single Data column will be displaying csv values and need to build hyperlink for each item in new window.
    Eg- 
    Bike,car,bus
    Bike,car,Bus,Tram
    When user selected data,
    In an single cell of my ssrs, i need to display an column which can hyperlink to respective page
    The values are coming from an table column as comma separated values.
    ShanmugaRaj

    Hi,
      I think you can use place holders to put these three values seperatly and set an action property on the placeholder. Is the values in the hyperlink are static or dynamic ?
    Best Regards Sorna

  • How to enable hyperlink for a cell in excel thru OLE?

    Hi,
    Iam using OLE2 to download data from an internal table into excel sheet.I want to enable hyperlink for one cell in each line of the excel. Please advice how to go abt it?
    Regards,
    Shambu

    To hyperlink to the specific sheet in your workbook, you need to first create the sheet and use the parameter #3 of the Hyperlink's ADD method.
    Try like this:
    *.....Hyperlink to another sheet
      GET PROPERTY OF e_appl 'Range' = e_range
        exporting
        #1 = 'A1'
        #2 = 'A1'.
      GET PROPERTY OF e_activesheet 'Hyperlinks' = e_hyperlink.
      get property of e_work 'Sheets' = e_sheets.
      CALL METHOD OF e_sheets 'Add' = e_work2.
      CALL METHOD OF e_hyperlink 'Add'
        EXPORTING
        #1 = e_range
        #2 = ''
        #3 = 'Sheet2!A1'.   "Targeted Sheet & Cell
    *.....Hyperlink to another sheet
    Regards,
    Naimesh Patel

  • Hyperlink from a cell to text in Pages

    Hi everyone,
    Here's my problem,
    I'd like to create a kind of hyperlink from a cell in a table in a Pages doc, so that the number in the cell automatically copy where I want in the doc.
    Ex: you want to copy an number  from a cell and paste it in a sentence so that you only have to change the number in the cell.
    Does anyone know how to do it?
    Thanks
    J

    Hi J,
    Nice! I was puzzled to know how it would work in Pages (your original post). I see that you have used Numbers to do this, with some of the Table (Tableau) borders white.
    Thank you!
    Now I know what you were trying to do, I found that this will also work in Pages with the same formulas:
    Here with all borders black:
    Cost cells formatted in Inspector > Table > Format > Currency > Euro
    Regards,
    Ian.

  • How do I enable hyperlink within a cell?

    Help,
    In Numbers 3.5.2
    Some cells work when I click on a hyperlink, some don't. How can I format the text to open the URL? 
    Thanks

    Hi Turftoe,
    In Numbers 3,
    Numbers > Edit > Substitutions > Smart Links
    To change a non-active link to an active URL from Column C to Column D,
    Formula in D2 (and Fill Down)
    =HYPERLINK(C2)
    If you want to 'kill' a hyperlink, use the PLAINTEXT function to convert it to (umm...) plain text .
    Regards,
    Ian.

  • Robohelp HTML 9 hyperlinks in table cells help

    Hi,
    I'm creating a table in robohelp html 9 and adding hyperlinks in the table cells. If the hyperlink is the first word in that cell robohelp is adding styling code to the link eg <td><a href="#" style="color: #0000ff; text-decoration: underline; ">test</a></td>.
    If I add a link to the second word in a table cell the styling does not appear or even if I add a space before the link the code does not appear eg <td>&#160;<a href="#">test</a> </td>.
    The code appears when I flick between design and HTML views but it does not make any difference in which view I create the link.
    No matter how many times I delete this code is keeps coming back. Can  anyone please help me? Is there some default that gives this the styling  code?Does anyone else get this issue?
    A table with the different examples is below. It was created in design view by clicking table>insert table>OK. Links added by clicking the insert hyperlink button.
    <table style="border-collapse: separate; border-collapse: separate;" cellspacing="0"
             width="33.333%" border="1">
        <col style="width: 100%;" />
        <tr>
            <td><a href="#" style="color: #0000ff; text-decoration: underline; ">test
             that has the added code</a></td>
        </tr>
        <tr>
            <td>&#160;<a href="#">test with space in front of link</a> </td>
        </tr>
        <tr>
            <td><a href="#" style="color: #0000ff; text-decoration: underline; ">test</a></td>
        </tr>
        <tr>
            <td>A <a href="#">test</a> </td>
        </tr>
    </table>
    Thanks in advanced

    I have the same problem with those stupid links in tables - I've been working on this for HOURS and HOURS...... Based on previous experience, I assumed it must only be me and an ill-formed stylesheet. The table/link issue just came to my attention because I am in the process of changing styles/formats to a new company standard (new link color) and thought I really screwed my CSS up as I was changing things!
    My only workaround thusfar has been to rewrite some data in the tables so that text will precede the link (yes, I did).  And where I just couldn't do that, I resigned myself to the problem and forced a different color on the links (changing the #0000ff).  One plus was that RH didn't rewrite the color code once it was changed manually..... but then I realized later that I didn't consider the hover color when I did this, so I now have to go back and correct them. 
    So glad to find your post...........
    I played with the idea of adding hidden text, but was worried that the problem was really a result of an issue with my CSS and doing that wasn't the proper way to fix it.   So, without guilt, I took Rick's suggestion and added an invisible dot/period at the beginning of every link in a table, when that link is the first or only content in the td.  Did the trick!  Now the links assume my declared css style! 
    I submitted a bug report.......
    Thank you!!!

  • Hyperlink in table cell ?

    Hi All,
    We require to navigate to a path for each row in  the table control. Is it possible to have a hyperlink in a table cell for each row? or do I use button cell to do the same ?
    Regards,
    Kanu
    Solved!
    Go to Solution.

    Hi Wolfgang,
    Thanks for your reply. I understand that a text message control can be made a hyperlink as per simple.cws example. However, I don't know how to do the make a string cell of a table a hyperlink. Even though, I set the cell attribute as VAL_CELL_STRING, how do I make it a hypelink ?
    Regards,
    Kanu

  • Hyperlink on Blank Cells in WebI

    Hi,
    I want to enable the hyperlink on the particular column content. There are few cells that remain blank
    Whenever, I enable a hyperlink on that particular column, it gets enable for the cell and however in blank cell it displays the url of the hyperlink.
    I would be really grateful if someone could throw some light on this.
    Regards,
    BOB

    Hi,
    We cannot hide specifc cells in WebI, however we can choose to whether to display or not empty measure values and empty dimension value.
    So you need to select the desired block-> Right Click  and Select Format Table-> Uncheck Show rows with empty dimension values or Show rows with empty measure values whichever is required to be hidden.
    Hope this helps.
    Regards,
    Manpreet

  • I have a table which shuffles cells, can i add hyperlink to each cell?

    I have a table containing 8 different names. I have a shuffle code which randomly shuffles the cells around within the table. However i want to have a hyperlink to each name in each cell, is this possible?
    I am an amateur at dreamweaver! all help would be greatly appreciated.
    here is my code so far:
    <html>
    <head>
    <!--***************
    CSS section
    ****************-->
    <style type="text/css">
    body {
                 background:white; color:black;
                 font-family:Georgia, Times New Roman, Times, serif;
    .tableItem {
       position: relative;
       background: #ffffdd;
       color: rgb(255,0,0);
       border: 1px solid black;
       font-size : xx-large;
       text-indent: 1em;
       padding-right: 1em;
    </style>
    <!--***************
    Javascript section
    ****************-->
    <script language="javascript">
    var names = new Array();
    var offset = 0;
    var numPlayers = 8;
    var maxShuffle = numPlayers -1;
      names[0] = {id:'Monet', pic:'flower0.png'};
      names[1] = {id:'Renoir', pic:'flower1.png'};
      names[2] = {id:'Manet', pic:'flower1.png'};
      names[3] = {id:'Gaugin', pic:'flower1.png'};
      names[4] = {id:'Cezanne', pic:'flower1.png'};
      names[5] = {id:'Morisot', pic:'flower1.png'};
      names[6] = {id:'Picasso', pic:'flower1.png'};
      names[7] = {id:'Matisse', pic:'flower1.png'};
    function initialise(){
      for (i=0; i<numPlayers; i++) {
         document.getElementById('cell_'+i).innerHTML = "<div class = \"tableItem\">"+names[i].id;
    function changeText(){
      offset++;
      for (i=0; i<maxShuffle; i++) {
         document.getElementById('cell_'+i).innerHTML = "<div class = \"tableItem\">"+names[(offset+i)%maxShuffle].id;
    </script>
    </head>
    <body onLoad="initialise();">
    <p> </p>
    <table width="240" border="0" cellspacing="0" cellpadding="0" >
      <tr>
        <td id="cell_0"><div class = "tableItem">  </div></td>
        <td id="cell_6"><div class = "tableItem">  </div></td>  </tr>
       <tr>
        <td id="cell_1"><div class = "tableItem">  </div></td>
        <td id="cell_5"><div class = "tableItem">  </div></td>  </tr>
        <tr>
        <td id="cell_2"><div class = "tableItem"> </div></td>
        <td id="cell_4"><div class = "tableItem"> </div></td>  </tr>
       <tr>
        <td id="cell_3"><div class = "tableItem">  </div></td>
        <td id="cell_7"><div class = "tableItem"> </div></td>  </tr>
    </table>
    <p> </p>
    <a href="javascript:changeText()">Shuffle</a>
    </body></html>

    Maybe this will help.
    http://alt-web.com/DEMOS/CSS-Clickable-Table-Cells.shtml
    Nancy O.

  • Creating hyperlink on DataGrid Cell Data

    Hi All,
    Having created a Datagrid with displays Product names in the 1st column, is it possible to create individual hyperlinks on the data in this column. The result would be that when the User clicks on any one of the Product names a Internet Explorer browser window would open showing more details about the Product selected?
    Thanks,
    J

    Here is my column definition for a link:
    <mx:DataGridColumn
    headerText="View" dataField="link" width="50" editable="
    false" textAlign="center">
    <mx:itemRenderer>
    <fx:Component>
    <mx:LinkButton label=". . ." color="blue" fontSize="16" fontWeight="
    bold">
    </mx:LinkButton>
    </fx:Component>
    </mx:itemRenderer>
    </mx:DataGridColumn>
    You will need to set a click listener for LinkButton. To open a new window I use this:
    reportString =
    "window.open('" + reportString + "',
    ShipInfo', 'status=0,toolbar=0,resizable=yes')";ExternalInterface.call(reportString);
    Basically it is a JavaScript window.open method.
    HTH

  • Hyperlink in table cell possible?

    Hello experts,
    is it possible to have a table that contains hyperlinks? If so, how?
    I've tried to configure a column as Action: System action: Hyperlink; Apply to: Self; Hyperlink address: "http://localhost/", but the column doesn't react to clicks.
    Your help is much appreciated,
    Florian

    Hi Florian,
    it seems, that some elements do not react to actions, even though they have an action tab in the properties dialogue.
    I suggest you insert a button into the table, use the hyperlink-action an include the url into the caption of the button.
    Kind Regards,
      Benni

  • Transferring hyperlinks to different cells

    Hello
    I'm not sure if I asked the right question, so hopefully the description will be enough.
    I want to be able to transfer the hyperlink values from Column E to the words in Column F, hide Columns B,C,D and E, and end up with Columns A and F, with the words in Column F containing the links.
    I have a very limited knowledge of this, so if there is a better way please let me know.
    Thanks.
    Fred

    NG,
    If you modify your expression in Column E, I think you will have what you want in column E:
    =HYPERLINK(D, F)
    Regards,
    Jerry

  • Add Hyperlink to table cell content dynamically

    Hello,
              I have a xdp form created in Livecycle designer. We populate a table by dynamically merging XML to this xdp form uing livecycle FormServices.
    For example:
    the XML:
    <data>
    <person>
         <name> George</name>
         <age>11</age>
    </person>
    <person>
         <name> John</name>
         <age>30</age>
    </person>
    </data>
    populated in table of pdf:
    Name
    Age
    George
    11
    John
    30
    How do I add the hyper link to "George", "John" programmatically, so it can be link to some other URL.
    Thanks,
    Joanna

    So my table is like this:
    Product
    Price
    Apples
    1.29
    Oranges
    2.49
    Grapes
    1.99
    and my XML is like this:
    <
    Product ProductType="Apples">
    <URL>www.apples.com</URL>
    <Price>1.29</Price>
    </Product>
    <
    Product ProductType="Oranges"> 
    <URL>www.oranges.com</URL>
    <Price>2.49</Price>
    </Product>
    <
    Product ProductType="Grapes"> 
    <URL>www.grapes.com</URL>
    <Price>1.99</Price>
    </Product>
    What I want to do is populate the table from the XML file, and make the URL element be linked from the product name (Apples for instance) at runtime  when I fill the table.  Any ideas?

  • Hyperlinks in cells, how do you deal with it?

    I've got the hyperlinks palette open (Windows menu / Interactive / Hyperlinks)
    Selecting a cell (or a table), that I would like to be clickable in a PDF, disables the hyperlinks address text field:
    Obviously hyperlinks from cells are not supported.
    How do you deal with it? Do you put empty textboxed on top of each cell that should be clickable?
    Thanks,
    Andreas

    @Andreas – to choose buttons over text based hyperlinks would mean you can define the area that is responsive like you want (the size is the size of the button) and you could design different button states in different ways (color, images, what not…).
    For the scripter in you: Hyperlink objects have no geometric bounds, Button objects have…
    Just an idea:
    Imagine a script that is scanning all cells of a selected table and if there are hyperlinks detected uses position, width and height of that cell to generate a button just on top of the cell (it could be well on a different layer above) using the information the hyperlink provides. Every time the table is changed by the user and the script is fired again, the old buttons are removed and new buttons will be built…
    If there are more hyperlinks than one in a specific cell, the buttons will be built around the area the hyperlinked text will occupy…
    Uwe

Maybe you are looking for