How can I add a link in a cell in pages to another document

Hello I am new to this so be gentle with me
Can anyone tell me if it is possible to add a link in a (table) cell in pages to another document on my Mac, so when I click on it, it will take me to the document
Many Thanks
Charles

As far as I remember you couldn't do it in PAges 09 and Pages 5 has lost over 90 features that Pages 09 has so I would say no you can't. I can't test it right now. I had a quick look in the help (http://help.apple.com/pages/mac/5.0/?lang=en) and could find that you could link to another document from anywhere let alone a table cell.

Similar Messages

  • How can i add a MouseMotionlistener  to the cells in the JTable?

    hi !
    how can i add a MouseMotionlistener to the cells in the JTable?

    yes i have.but that is different from adding MouseMotionlistener to the cells for me .
    i just want get the values where the mouse moves to .

  • How can I add a link to an item within a workflow email - which will always find the item - even if it's status has changed?

    I've used the method within the SharePoint designer to add a link to the workflow context current item URL, but when the current item status changes then obviously this link will no longer work.
    How can I change this link so that it will always open the item, even if someone has changed it within the list, before I clink on the link?
    This is an important one as over 300 people will use the list and many of these will be emails about items on the list will be in different time zones.  I don't want to have lots of mails from people saying "this list doesn't work" as it's
    critical they keep using it.
    Please help.
    P.S.  I don't know if the <href> method will work, so if someone can confirm to me then that would be great.

    Hi,
    According to your post, my understanding is that add a link to an item within a workflow email.
    I’ m not very clear about the status you said. Please descript more detail which URL do you want to display.
    Per my knowedge, you can display the following url in your email body:
    [%Workflow Context: Current Item URL%]
    [%Workflow Context: Current Site URL%]
    [%Workflow Context: Workflow Status URL%]
    [%Current Item: Encoded Absolute URL%]
    Please start the workflow automatically when an item is changed and changed.
    No matter how you  edit the item or update the approve status, the URLs remains the same.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How can I add action listener to a cell or row in a table?

    hi there
    I need to be able to click on one cell or one row in a table, and perform some action, like openning a dialog or something. how can i add listener?

    // See How to Use Tables in tutorial. You will get one idea about Table Renderer and Editors.
    // If u understand the concept, ur problem is very easy to solve by adding Editor to your column.
    "You can think of the renderer as a configurable ink stamp that the table uses to stamp appropriately formatted data onto each cell. When the user starts to edit a cell's data, a cell editor takes over the cell, controlling the cell's editing behavior.
    Here, While tabing thru the table row, default all cell editors are JLabels. (Not editables)
    So u can make it those cells are editable JTextFields or JComboBoxes based on the column while tabbing. And you can add Listeners to that fields too. So those editable fields are called Editor Components.
    // see javax.swing.DefaultCellEditor class for more description
    Here i am adding my own JTextField editor to 3rd column of a table by using
    mytable.getColumnModel().getColumn(2).setCellEditor(editor );
    Here editor is a obj of below class. (Not complete..class)
    public class JbuiEditor extends DefaultCellEditor implements // any listener {
    public JbuiEditor(JTextField tField) {
    super(tField);
    setClickCountToStart(1);
    tField.addFocusListener(this);
    this.editorComponent = tField;
    public Component getComponent(){
         return editorComponent;
    public Component getTreeCellEditorComponent(JTree tree, Object value,
                                  boolean isSelected,
                                  boolean expanded,
                                  boolean leaf, int row) {
         String StringValue = tree.convertValueToText(value, isSelected,
                             expanded, leaf, row, false);
         delegate.setValue(stringValue);
         return editorComponent;
    public Object getCellEditorValue() {
    return super.getCellEditorValue();
    public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected,int row, int column) {
    super.getTableCellEditorComponent(table,value,isSelected,row,column);
    ((JTextField)editorComponent).setText(value.toString());
    //Here u can add any type of listener to this Editor component.like..
    ((JTextField)editorComponent).addActionListener(..);
    ((JTextField)editorComponent).addFocusListener(..);
    return editorComponent;
    Hope gives some idea.

  • How can I add a link to the "New Tab" tab in Firefox?

    When I open Firefox my home page tab and 2 "New Tab" tabs opens. On the New Tab page there are some links. I want to add a link to this page like before.

    hello, you can drag and drop links from your bookmarks or history onto the new tab page and pin them there this way...

  • How can I add a link to an external page to the iWeb created navigation menu?

    I want to add a link to a Wordpress blog to my iWeb created navigation menu.  Dream Host is hosting my site.

    Here's a JavaScript that inserts a link in the navbar
    <script language="JavaScript" type="text/javascript">
    <!--
              theNavUL = parent.document.getElementById("widget0-navbar-list");
              // insert a LI before the current list of li's
              TheLi = parent.document.createElement("li")
              TheLi.innerHTML = "<a href='http://www.wyodor.net' title='Wyodor&#39;s Homepage'>Home</a>";
              TheLi.classname = "noncurrent-page";
              theNavUL.insertBefore(TheLi, theNavUL.getElementsByTagName("li")[0]);
              // append a LI to the current UL list
              TheLi = parent.document.createElement("li")
              TheLi.innerHTML = "<a href='http://www.wyodor.net' title='Wyodor&#39;s Homepage'>Home</a>";
              TheLi.classname = "noncurrent-page";
              theNavUL.appendChild(TheLi);
    // -->
    </script>
    Paste the code in a HTML Snippet.
    Edit:
    See it in action (the More and Home links are added this way) :
         http://www.wyodor.net/mfi/ipad/

  • How can i add url link in an application.

    Hi,i want to add link in an application mean i want to add url link in JFrame.thanks

    add a JLabel to the frame like
    String link = "<html><body><a hreff=put your link here>click here</a></body></html>"
    JLabel myLable = new JLabel( link );enjoy ;-)

  • How can I add a custom attribute to the create page dialog?

    I followed the following link to add a custom attribute called starred and this attaribute can be displayed in siteadmin grid
    http://dev.day.com/docs/en/cq/current/developing/customize_siteadmin.html
    I would like to let the user input the value when they create a page. That's why I would like to add a custom field in the input dialog box as attached pic.
    The method you describe before can only added those CQ bulid-in attribute.
    For those custom attribute, how can I added it?

    Hi,
    How can I customize the /bin/wcmcommand or how can I make use of [2] to create a custom WCMCommand?
    I think the "formUrl" is to post those input value to the jcr repository?
    var createDialog = {
            "jcr:primaryType": "cq:Dialog",
            "id": CQ.Util.createId("cq-createdialog"),
            "title":CQ.I18n.getMessage("Create Page"),
            "formUrl": CQ.shared.HTTP.externalize("/bin/wcmcommand"),
            "params": {
                "cmd":"createPage",
                "_charset_":"utf-8"
    I have added a field called "starred"
    Moreover, when I using the firebug to trace the post command, I can see that the starred value is posted also.
    :status
    browser
    _charset_
    utf-8
    cmd
    createPage
    label
    b
    parentPath
    /content/keyword_elaboration
    starred
    c
    template
    /libs/collab/commons/templates/form
    title
    a
    Source
    cmd=createPage&_charset_=utf-8&%3Astatus=browser&parentPath=%2Fcontent%2Fkeyword_elaboration&title=a&label=b&starred=c&template=%2Flibs%2Fcollab%2Fcommons%2Ftemplates%2Fform
    However, when I go to the crxde to view the node's attribute, the properity starred is not created
    Are there anything I did wrong or missing?
    Thanks.
    Message was edited by: aslkit

  • How can I add a log in and password protected page on my website

    I would like to add a "register now" and login page to my website.  Can anyone help with a SIMPLE solution?  I've tried to follow the 'secure area' info on BC but not having any success.
    I would like to have a 'register/login' button in order for visitors to get to a secure page. How can I make it happen on Muse?
    THANK YOU!!

    Hi
    You may want to refer to discussion here : Adding a Secure Zone to my Muse site
    As mentioned, you need to create a secure zone in your Business catalyst site and have a landing page set there only. This cannot be managed from Muse only. 
    For more details on how to create secure zones and achieve this, you may want to refer to some useful article as mentioned below:
    Business Catalyst Help | Add a secure area to your site
    http://www.bcgurus.com/tutorials/using-bc-secure-zones-with-adobe-muse
    I hope this helps.

  • Why did Adobe remove link action "Go to a page in another document"???

    When linking documents, you used to be able to link to another document and tell Adobe which page to open on.  Example: I want to link document A to document B but I want document B to open on Page 2 instead of 1.  That option does not exists anymore under Actions, execute menu option.  It was very helpful and I would like it back.

    Yes but when I click Set Link it's only for the opened document. Not the document I need.  And when I try to edit the link, i only get option for name destination which doesn't work.  Below is what I am used to seeing which is not available anymore it appears:

  • How can I add a link to an essay written in Word?

    I'd like to assemble an iWeb site that includes links to essays I have written. These are in Word files. They are also on my iDisk. Is that the route? How would I do this?
    Thanks!

    Okay, now I got it to open in Firefox using your Cmd I trick. So it opens on the web. But the URL has an htm on the end, not an html. Thus, when I drag the address link to the desk top, so I can attach the site to a message, then try and open it, Firefox says "no page found" or some other error message.
    Although Word says its saving it as an HTML, it comes out as an HML. Is that where I'm going wrong? Or is it that I'm putting it in the wrong place on my iDisk. I've tried the Public folder, but I get the same problem.
    What next?
    Thanks!

  • How can I add usable links to e-mail?

    I am trying to include a link to my garden blog, within an e-mail message. I need to make it "clickable"... have received these live forward links, so I know it's possible. I tried typing it in, with the "http://" first, but it still doesn't work. I'm using regular Apple Mail, but can find no help. Thanks, in advance, for any assistance!
    iMac G5   Mac OS X (10.4.7)  
    iMac G5   Mac OS X (10.4.7)  

    Too late to edit but be aware that this spot is for discussions about Discussions. You will find lots of smarter people than me if you post this in Applications/Mail and Address Book.

  • How can I add hyperlink to the object in iCloud pages ?

    Hi, there
    I want to add hyperlink to the object(image) in icloud pages.
    But it looks no such function on  icloud(any "add link" botton)
    I know that how to add hyperlint to the object in pages v5.2.
    1. place object
    2. prepare text box and add hyperlink to the text(invisible color)
    3. overlay object and textbox
    But, in icloud pages, I coundln't do above method.
    Pls give me some advice.
    Thanks.

    The feature to add images in tables is gone, ike about another 90 features that exists in Pages 09.

  • How can I add an audio media file to my Pages document

    I have created a Pages document on my iPad.  I can add photos but not audio (there is only a Photos option)  So I emailed the document to my desktop and went onto iCloud via Safari.  Now i don't see the Media icon (I am in Pages beta if this is relevant).  Any suggestions?

    I knew about the comment possibility, but as you have said...users would need instruction.  This is intended for a controlled environment where I know that everyone will have a device with a microphone.  However, the users of the form would have very little experience as this is meant for patients.

  • How can I add a Last Update to a web page with a web app.

    I would like to know how to update a webpage whenever a web app item has been added or updated last.
    I have the tag {tag_lastupdatedate}  but it only works is only for the web app list or details page.
    I want to be able to add the date and time as to when the entire list was last updated. Any suggestions? thanks!

    Hi DLSAgency,
    There is a module called {module_lastupdated} and it will display the date when the web page it's on has been last updated, but there is no module that will display when the web app list inside that page was last updated. There no such functionality in BC.
    Cheers,
    Mario

Maybe you are looking for

  • Why when i plug my iPod Touch 4th gen in does it not ask me to upgrade to iOS 5?

    my ipoid is a 4th generation touch and ive seen the upgrade for ios5 and when i plugged it in it was supposed to ask me if i wanted to upgrade and it never has. ive tried unplugging it and then plugging it back in but it wont ask me and i cant see th

  • Read only access issue after time machine migrate

    Having a small issues on my new rMBP. I recently switched from my MBA to this newer rMBP and I previously had a Time Machine backup that I migrated over. For some reason though..when accessing my external hard drive it keeps asking to authenticate th

  • How to use the Portal Connection Service in a standard J2EE application

    Hi, We want to use portal connection service to connection backgend system from a standard j2ee application. But the connection need a connectionProperties object which is created in this way: ConnectionProperties connectionProperties = new Connectio

  • Online UK Phone number expires but can't renew

    Hello, My Online number expires in a matter of days and for some reason I am unable to access the page to renewal. When I click on Settings under the Skype Number section, all it does is refresh the page. If someone can help me I would much appreciat

  • How can I add members to a role by script in the tabular model?

    How can I add members to a role by script in the tabular model?  I have the role set up, and I have a security table created that contains the domain/userid of all of the users that I'd like to add to that role.  Can this be done by script rather tha