Clickable url in datagrid

Hi,
On my portfolio I have a set of datagrids. One of them
provides details on the sites I have design, with the first column
containing the site name.
How can I make the content of the sitename column clickable
so it is a hyperlink loading the site?
Thanks♠

Hi,
Create an item renderer containing a LinkButton control. Then
on the click event of the linkbutton simply you use the
navigateToURL() method.
David

Similar Messages

  • Clickable URL in a MDM iView

    Hi
    Are there any possibilities to make a clickable URL in a MDM iview. I have a field in my repository with an URL and would like to make it clickable in the portal. This is possible i the SRM_MDM user intreface, but how is it done with standard MDM iViews.
    Regards
    John-Kjell

    Hi John-Kjell,
    This can be achieved by using HTML Text field. Simply add a Lookup field that is referrencing this table and you will see the URL as Clickable.
    Please note that having too much HTML Text fields ni the repository can have a downside in performance.
    Hope this helps,
    Idan

  • Canvas with clickable URLs

    Hi, I was wondering how to make a Canvas with clickable URLs. So I have a chatbox, and all messages are drawn on a Canvas, but if people give an URL on the chat, then this URL most be clickable, but I don;t know how to start. Some ideas?

    you will need to use a container such as a JEditorPane and add a HyperlinkListener...

  • On a mac with snow leopard, how do you paste a clickable url?

    When I cut and paste a url, it is not clickable. I have been unable to figure out how to make it clickable, which  I believe is called a hyperlink. Thank you for any info.

    Do you mean like this? First, copy the URL. Next, open up TextEdit. Here, you can paste the URL. Next, highlight the URL, right click it and select "Make Link". After that, press the arrow key or click in a blank spot on TextEdit. Select the link, and type in the new name of the link. You have now successfully created a hyperlink.

  • How to add a clickable url

    Hi All,
    Could someone please help me on how to add a clickable external link to a 'mixed char' field on a PeopleSoft page?
    The link should be able to be entered in an instruction field on a page(by a super user) and then the same page should display that url as a clickable link for the end user. (I mean the url is not already embedded in the page for it to get displayed - which I know should be done on the field level setup in application designer)
    I tried the html version with TEXT and the simple version of the url http://www.sitename but it shows up on the end page as a simple text and not as a web link.
    Thanks!

    Hello Hakan Biroglu,
    Thanks a lot for your prompt reply! :)
    I tried your suggestion, now the instruction field identifies the link but it is still not 'clickable' on the end user page, it shows up as a html text.
    example:
    If I type
    Please answer the following question: http : // www. benefitoptions. az. gov
    It shows up on the end user page as plain text:
    "<"p> Please answer the following question:" "<"br" />" "<"a " "href"="http: //www. benefitoptions. az .gov">http :// www. benefitoptions. az. gov "<"/a">"</p">"
    Could you please let me know how I can have this displayed as a clickable link? (I have added lots of " " for this page to show how it actually looks)
    Thanks,
    Priyamvadha
    Edited by: Priyamvadha on Sep 10, 2012 11:46 AM

  • JMenu with clickable URL

    Hi :-)
    I have JFrame, it has JMenuItems.
    If you click on the menu, a little window with a message pop-ups.
    I can add Text and Icon on this pop-up msgbox.
    How can I add a clickable WWW Url within the Text?
    -Aykut

    by default ?
    let say I have a JMenuITem content like this
    I am a message 1: http://www.test-xyz.com
    I am a message 2: http://www.test-abc.com
    If I would click, how does it knows, which URL I have clicked on ?

  • Clickable url variable open new browser

    Below put the variable floorplan[p] as the address in the url
    and made
    it clickable. Works fine.
    I would like to open a new browser window when it is clicked.
    Can't get "_blank" to work. Not sure where to place it or use
    some other
    code instead of "_blank"?
    I used:
    if(floorplan[p] != "none") {
    myText = myText + "<b>floorplan:</b>" + (url =
    "<a
    href='"+floorplan[p]+"'>"+floorplan[p]+"</a>");
    Thank you

    Thanks for your response.
    I'm learning actionscript and I'm not sure how to call the
    link:
    if(floorplan[p] != "none") {
    myText = myText + "<b>floorplan:</b>" + (url =
    "<a
    href='"+floorplan[p]+"'>"+floorplan[p]+"</a>");
    "kglad" <[email protected]> wrote in message
    news:epog89$g0$[email protected]..
    > use the asfunction to have your link call a flash
    function that executes:
    > getURL(url,"_blank");

  • Embedding active, clickable URLs in quicktime movies

    Is this possible using Final Cut?
    I can do this in Garageband but want (need) to be able to do it in Final Cut.
    Any ideas?
    N

    Let us assume that you have a table with name and URL fields
    in order to store your media file information.
    You can get your query via CF from database and make an
    output and generate your dynamic HTML page.
    Such as
    <cfoutput query="myMediaQuery">
    <img src="#url#" alt="#name#" />
    <br />
    #name#
    <br />
    <br />
    </cfoutput>
    This is a simple example for image output. You just need to
    use this kind of output for your media file.
    I hope it is clear.

  • Flash CS5 Newbie - Need help adding URL link to animated banner

    I apologize if this is a very basic question, but I am a newbie at designing in Flash. I have created a basic animation in Flash CS5 and I need to add a clickable URL link to it. I've tried a few tutorials that looked promising, but none of them solved my problem. I've tried a number of things including converting parts or all of the images to simple buttons or movies and linking them that way as well as typing in code for ActionScript 2 and 3, none of which were successful. The animation plays correctly when viewed in my browser, but when I click on it, the link does not work. I would prefer that the entire banner be clickable to take viewers to the linked website rather than using hyperlinked text. Also, when I open the Code Snippets window, it is empty, no matter what image or frame I've selected. Do I need to import code snippets from somewhere or am I simply going about things the wrong way? Any help is greatly appreciated!

    It all depends whether you're decisively using AS2.0 or AS3.0 .
    In the latter, you would need to use a URLRequest() method in conjunction with a navigateToUrl() call (not sure the exact syntax for navigate to Url, it might be a capitalized "URL" in the method but the request takes a String argument such as http://www.adobe.com)

  • Load external XML into DataGrid with AS3

    I've really looked hard to find an example/tutorial for
    loading external XML data into a DataGrid component using AS3. The
    code I'm using at the moment has the XML data in the AS code. If
    anyone can point me to a good resource(s) for code or a tutorial
    I'd be very appreciative. It needs to be AS3. ~steve
    Here is the code that is working for internal XML data:
    import fl.controls.dataGridClasses.DataGridColumn;
    import fl.data.DataProvider;
    stop();
    var emailXML:XML = <emails>
    <email date="06-04-07" code="EMRPAAV" campaign="This is
    the campaign details."/>
    <email date="06-11-07" code="EMRPAAW" campaign="This is
    the campaign details."/>
    <email date="06-18-07" code="EMRPAAX" campaign="This is
    the campaign details."/>
    <email date="06-25-07" code="EMRPAAY" campaign="This is
    the campaign details."/>
    <email date="07-02-07" code="EMRPAAZ" campaign="This is
    the campaign details."/>
    <email date="07-09-07" code="EMRPABA" campaign="This is
    the campaign details."/>
    </emails>;
    var dateCol:DataGridColumn = new DataGridColumn("date");
    dateCol.headerText = "Date";
    dateCol.width = 60;
    var codeCol:DataGridColumn = new DataGridColumn("code");
    codeCol.headerText = "Source Code";
    codeCol.width = 70;
    var campaignCol:DataGridColumn = new
    DataGridColumn("campaign");
    campaignCol.headerText = "Campaign";
    campaignCol.width = 300;
    var myDP:DataProvider = new DataProvider(emailXML);
    emailData.columns = [dateCol, codeCol, campaignCol];
    emailData.width = 440;
    emailData.dataProvider = myDP;
    emailData.rowCount = emailData.length;
    // end code

    Here is how you build it for external XML. in my example am
    using the same xml format that you are using . The xml file called
    "dataGrid.xml"
    import fl.controls.dataGridClasses.DataGridColumn;
    import fl.data.DataProvider;
    import fl.containers.UILoader;
    import fl.data.DataProvider;
    import fl.events.*;
    import flash.xml.*;
    var emailXML:XML;
    var myList:XMLList;
    function parseXML():void
    var url:String = "dataGrid.xml";
    var urlRequest:URLRequest = new URLRequest(url);
    var loader:URLLoader = new URLLoader();
    loader.addEventListener("complete" , loadXML);
    loader.load(urlRequest);
    /*var emailXML:XML = <emails>
    <email date="06-04-07" code="EMRPAAV" campaign="This is
    the campaign details."/>
    <email date="06-11-07" code="EMRPAAW" campaign="This is
    the campaign details."/>
    <email date="06-18-07" code="EMRPAAX" campaign="This is
    the campaign details."/>
    <email date="06-25-07" code="EMRPAAY" campaign="This is
    the campaign details."/>
    <email date="07-02-07" code="EMRPAAZ" campaign="This is
    the campaign details."/>
    <email date="07-09-07" code="EMRPABA" campaign="This is
    the campaign details."/>
    </emails>
    parseXML();
    function loadXML(evt:Event):void
    emailXML = new XML(evt.target.data);
    myDP = new DataProvider(emailXML);
    emailData.dataProvider = myDP;
    var dateCol:DataGridColumn = new DataGridColumn("date");
    dateCol.headerText = "Date";
    dateCol.width = 60;
    var codeCol:DataGridColumn = new DataGridColumn("code");
    codeCol.headerText = "Source Code";
    codeCol.width = 70;
    var campaignCol:DataGridColumn = new
    DataGridColumn("campaign");
    campaignCol.headerText = "Campaign";
    campaignCol.width = 300;
    var myDP:DataProvider;
    emailData.columns = [dateCol, codeCol, campaignCol];
    emailData.width = 440;
    emailData.dataProvider = myDP;
    emailData.rowCount = emailData.length;

  • Possible to have clickable link in a compressed movie

    Hello forum readers,
    I have several QT movies that I'm compressing in Compressor 1.2.1.
    These movies will be offered free on the internet , and I would like to have my logo branding (bottom right corner) so when clicked - it would take them to the website in a browser.
    Is this possible?
    Thanks for any help you may offer,
    Luke Wonderly

    Greetings, 9mluke.
    While I've never done this, it is possible to have clickable urls in a Quicktime file. MacBreak Weekly does this. In fact, they have a video podcast which takes you step by step through the process. It requires a 3rd party program called LiveStage Pro to actually embed clickable links. All of that is described in their podcast which can be found via iTunes here:
    MacBreak 31: The Road To 1080p pt. 6

  • How to rid/hide or ? URL hypertext browser langage when sufing the net??

    Is there a way with ver 4.5 (Pearl 8130) of hiding or shutting off the hypertext browser language when one just 'surf's the net' with the phone? It seems one has to go thru a myriad of this in-depth URL stuff just to read over topics, items of interest and etc.  I am not talking about the "clickable URL links." All help appreciated.

    yup, it's works. Now the parameter form shows.
    But when I have key in the values for all these parameters and press the submit query button, the report server return an error.
    Oracle Reports Server CGI - Key "" is unrecognized. Possible causes: bad URL syntax; key in URL was not found in the key map file
    Why this will happen?

  • String trace |  Convert to URL html format

    Hi,
    I have an html page with a <form> tag that calls a servlet.
    The servlet insert user's input into a DataBase.
    Another jsp page pulls out this record from the DataBase.
    If user inputs a URL link such as http://java.sun.com I want it to be displayed as a clickable URL. So, I need to parse user's input and if URL found insert it into a database in valid html formaty such as
    http://java.sun.com
    How can I parse user's input and find out that it contains a URL?
    I bet I have to use RE.
    Is there a good code example out there?
    Thank you.

    I bet I can trace it and check
    loop over the string
    if charAt(i) is h
    next step if charAt(i) t
    next step if charAt(i) t
    next step if charAt(i) p
    next step if charAt(i) :
    next step if charAt(i) /
    next step if charAt(i) /
    next step if charAt(i) w
    next step if charAt(i) w
    next step if charAt(i) w
    next step if charAt(i) .
    OR
    next step if charAt(i) w
    next step if charAt(i) w
    next step if charAt(i) w
    next step if charAt(i) .
    than build up valid html string
    but would it be a good solution?
    Thanks.

  • URL in a sticky note

    Hello,
    does anyone have an idea how to put a clickable URL in a sticky note?
    thanks,
    Ruben

    Not possible.
    On Fri, Oct 10, 2014 at 11:31 AM, airwolfke1 <[email protected]>

  • MMS not displaying images (links aren't clickable either)

    Sprint Pre v1.0.3 would display a clickable url link for received mms messages which would open the browser and take you to the picture mail. After updating to 1.3.1 and now to 1.3.5, the mms message would continue to show the url, but it's no longer clickable (plain text).
    Any solution, or better, how to get pictures to show within message as other Pre/Pixi I've seen.
    Thanks.
    Post relates to: Pre p100eww (Sprint)

    I would check with Sprint and make sure your network settings such as picture messaging is setup correctly for your account. I had an issue where I could receive text messages but could not send. I called them and they resolved the issue by changing the setting on my account on their side. If that does not resolve the issue then I suggest that you do a restart on your Pre if you have not already. If that does not work then you may need to do a partial/full erase on the device.
    First thing though is since you are getting a link from sprint I'm siding this is a network issue first due to that. If you were not getting any pictures then it could be the network or the device.

Maybe you are looking for

  • Problem in fiscal year

    Hi all, When i'm maintain material at company code using omsy transaction code, i unable to maintain the fiscal year of previous period like year and month in those fields and system showing those fields inactive(grey mode). Could you tell me how to

  • MBP Second  Monitor in an iMac

    Is it possible to use iMacs Monitor as second monitor for a MBP? I have an iMac and am thinking to get a MBP, this would be great in some cases.

  • Macbook freezes on start up, diskwarrior and/or tiger disks not working

    Hi, My laptop slowed whilst I was accessing my wireless modem via the ethernet cable, it wouldn't restart and I waited an hour, but no luck, so I held down the power button to turn off. Upon turning it on again I got the grey screen, then the apple w

  • Find feature working incorrectly?

    When using the FIND feature on the below document, I am getting results that don't make any sense. If I try to use Adobe Reader (9.2.0) and use FIND to locate the word "tax" I get the following results "agreement." "the" "reasonable" and "proper." An

  • Error -1073807346 will get away when i run VI for second time

    This is the weird thing i open the vi for the first time and run it and it will put out the error : Error -1073807346 occurred at VISA Open in Prompt for com port.vi Possible reason(s): VISA:  (Hex 0xBFFF000E) The given session or object reference is