How to show full link in Pages

Dear,
i'm pasting a many URL links to pages. When i paste them, pages automaticly help me to shorten the links with ... in the middle to make it tight. However, i need to it to show the full linkage address, rather than shorten it with ...
I tried smart link but it seems that it doesn't work. What can i do to make it ? thank you!

Sorry. i'm currently using pages 5.2

Similar Messages

  • How to show a photo in pages by VC?

    How to show a photo in the table or the detail in the pages generated for the Composer Appearance? Example: The user makes a search, receives as resulted a book list, he would like to show in this list an icon with the cover of each book and when clicar in the icon to open the detail of the book showing an image of the cover. How to make this in the VC? Thanks in advanced!

    - Use a "Form view", create a button there.
    - Double-click on it and create on the tabstrip "Action" a custom action "NEWIMAGE"
    - Apply to "[self]".
    - Connect the output-port of the Form view with the input-port of the HTML view
    - Click on the line between the ports
    - double-click on the field "url*"
    - enter now a formula in the formula-editor that allows you to e.g. get the url from a data-field
    (you can test it with just inserting a url in the formula like 'http://www.sap.com' - don't forget the quotes- and that is different from the default url)
    Mario

  • How to dynamically change link in Page Viewer Web Part SharePoint 2010?

    Newbie Question:
    Situation:
    a) Created: Two Site Pages page 1 & page 2
    b) Page 1: Includes simple hyperlink text Example - Home | About Us | Contact etc
    c) Page 2: Includes Page Viewer Web Part that includes link to an existing web site (this site has all of the pages) and the olde site is shown in SharePoint site
    Complication:
    a) I want the users to click on Page 1 - About Us etc
    b) The View on Page 2 - page viewer link should be dynamically updated to About Us . If user clicks on contact us on Page 1..the page 2 view should change dynamically to Contact US
    ASK:
    a) How do I dynamically update the links in Page Viewer web part using minimal coding (if possible)
    Any Guidance will be greatly appreciated.

    Hello,
    You can also used the another appoch,
    Create your custom webpart , then add the PageViewer Webpart at run time,Create webpart property for the custom webpart to change the url and add the PageViewer webpart runtime,
    I have created the custom webpart property to specified the url at the tine of edit the webpart
    Here is the code
    using System;
    using System.ComponentModel;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    using Microsoft.SharePoint;
    using Microsoft.SharePoint.WebControls;
    using System.Collections;
    using Microsoft.SharePoint.Publishing.WebControls;
    using Microsoft.SharePoint.WebPartPages;
    namespace MyNameSpace.MyPageViewer
    [ToolboxItemAttribute(false)]
    public class MyPageViewer : System.Web.UI.WebControls.WebParts.WebPart
    private string _customUrl = "http://yourdefaulturl";//Specified default url
    [WebBrowsable(true)
    , Personalizable(true)
    , Bindable(true)
    , Browsable(false)
    , DefaultValue("")
    , Category("Custom Page Viewer Properties")
    , WebPartStorage(Storage.Shared)
    , FriendlyName("PageViewer URL")
    , Description("PageViewer URL")]
    public string CustomUrl
    get { return _customUrl; }
    set {if (string.IsNullOrEmpty(value) == false) { _customUrl = value; } }
    #endregion
    public MyPageViewer()
    this.ChromeType = PartChromeType.None;
    protected override void OnInit(EventArgs e)
    EnsureChildControls();
    base.OnInit(e);
    protected override void CreateChildControls()
    string pageViewerUrl = CustomUrl;
    Microsoft.SharePoint.WebPartPages.PageViewerWebPart pageViewerWebPart = new Microsoft.SharePoint.WebPartPages.PageViewerWebPart();
    if (!string.IsNullOrEmpty(pageViewerUrl))
    pageViewerWebPart.ContentLink = pageViewerUrl;
    pageViewerWebPart.ChromeType = PartChromeType.None;
    pageViewerWebPart.Height = "382";
    pageViewerWebPart.Width = "682";
    this.Controls.Add(pageViewerWebPart);
    protected override void OnLoad(EventArgs e)
    base.OnLoad(e);
    protected override void OnPreRender(EventArgs e)
    base.OnPreRender(e);
    Hope this will help you
    Hiren Patel | Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • How to show full name of user in crystal report

    Hi. I am using Crystal Report 2008. I need to show full name (first name and last name) of the user logged in. Currently I am using "currentceusername" but it shows the user id that a user uses to login.
    Is there any way to show the full name of the user in crystal report?
    Thanks in advance.

    Hello,
    Not you H4... Can I suggest if someone replies to actually add something of value!!!!
    Cr does not have the ability to query your AD Server. What you would have to do is use a AD query tool or Export Option and export the user info from the log on ID into a Excel or an Access table or something CR could report off of. Then you can add a subreport to get the name from the ID and insert it into the main report.
    Check with your IT department, they should have tools to get the info. I'm not sure if there is a DB connector that would allow you to query the AD server directly but if there is one and it supports ODBC then you can use that as your subreport Data connection.
    Typically names do not change that often so rather than running the Query every time the report is generated it would be better to export the info to a text type file and simply use it for your report. IT can put a rule on to export if the Names change.
    Thank you
    Don

  • How to show masked links in PDF when printing?

    Hello
    Ive got a PDF where some hyperlinks are masked behind certain words. For digital use of this document this is fine. However when printing I would like to have the full link to be printed (eg as a comment or on top of the word which contains the link). Is there a possibility to do this with Acrobat?
    thanks

    Hello there,
    Thanks for posting. Unfortunately, I'm afraid you're in the wrong forum; this is the forum for questions specific to Acrobat.com (www.acrobat.com), and we are not able to help with questions about other Adobe products and services. If you're using Adobe Reader free software, I recommend posting to the Reader forum, where your questions is more likely to get a helpful response:
    http://forums.adobe.com/community/adobe_reader_forums
    Sorry not to be of more help! Good luck.
    Best,
    Rebecca

  • How to show list view of pages?

    I want to show list of subsits on navigation. when clicking a subsite on navigation  to show corresponding pages in list view. on clicking a page in list view to open page. please share your view how it can be done. 

    Hi Magesh,
    According to your description, my understanding is that you want to show subsites on the navigation, and when the mouse hovers, the corresponding pages are shown in list view, click these pages, it will be opened. Is it right?
    To achieve it, you can use managed navigation. Go to Site Settings->Term store management, you can create a term set, create terms based on the names of the subistes, for each term, click Navigation, and under Navigation Node Type, select the URL of the
    subsite for “Simple Link or Header”. Then in each corresonding subsite term, create some sub-terms related to pages, and for each sub-term, click Navigation and under Navigation Node Type, select the URLs of the corresponding page for “Simple Link or Header”.
    After the above, go to Site Settings->Navigation, on the Global Navigation section, select “Managed Navagation:…”. On the Managed Navigation :Term Set section, select the term that you created.
    More information, please refer to the link:
    http://www.c-sharpcorner.com/UploadFile/anavijai/managed-metadata-navigation-in-sharepoint-2013/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to show full screen

    Hi All,
    I am trying to show a confirmation page in full screen after a form submission, like the result of the search portlet. Can anyone let me know how to do this? Thank you so much in advance!
    Sincerely,
    Vince

    Thanks Steve!
    Here is what I mean:
    I have a portlet which is being diplayed on a portal page shared with other portlets. It is a feedback portlet. Users enters some message, then click the submit button to submit the feedback. A confirmation page which will be displayed in full screen, also generated by the feedback portlet is returned back to the browser. How can I tell the portal to display the confirmation page in full screen?
    Thanks again,
    Vince

  • How to display a linked multi-page pdf?

    I am a DW newbie building a small website for my book design business. I would like to show book design samples as spreads in a multi-page pdf (set up with page display set to two-up)  linked to thumbnail images on a web page. I have created the links, but the pdf either opens in another window as single page, or (in Firefox) triggers a dialog box which asks to either dowload or open in Acrobat. Is the display of pdfs always dictated by the client browser settings or is there a DW behavior or widget that can accomplish this? Any other ideas on how best to display these samples? DW CS5.5, Mac OS 10.6.8.

    Thanks for your reply. I think I have what I need now: I can export pdfs out of InDesign as spreads, and then the pdf reader in the browser sees that spread in the linked pdf as a single page. Should have thought of that sooner. Would be nice if there was some way to control the display of linked pdfs with code rather than be at the mercy of the client browser.

  • How to show error message on page #NOTIFICATION_MESSAGE#?

    Hi,
    Is it possible to show error message on a page, where apex substitutes #NOTIFICATION_MESSAGE# at page template, with a javascript call? My requirement is to report error messages which i get from ondemand process, these on-demand processes were called from my javascript code. If any error message is returned by on-demand process, as of now, I'm reporting the error message to user by javascript based alert dialog box, but it would much better if i could keep the error message reporting by my application in a consistent manner. So any suggestion please?
    -Krishna

    Hi Roel,
    Thanks, jumping in for help.
    I tried your given code, i found that the page html source doesnt has any element with a name '#messages'. As per my understanding, its the apex engine which checks for any error, if found it shows it by adding an element id '#messages', but here on my requirement its not the apex engine which has detected the error, its my functional logic which wants to report a message. On a normal and error free page condition, we usually dont find '#message' element. I'm curious on how apex inbuilt engine is reporting an error to a page?

  • How to show the number of page in my document without inserting page number?

    I have no idea how to make Pages show the number of the page in my document I'm editing.

    In the Pages > View > Show Thumbnails. Each numbered thumbnail is a page in your document. The thumbnail has a blue background when you are on that page.

  • How to show my iTunes podcast page in my facebook fanpage..

    Hi, I was wondering if anyone knows how to put their podcast page on iTunes onto the bandpage site on facebook..

    The URL which you were given for the iTunes Store page for your podcast leads to what is an ordinary web page (with a link on to the Store page in iTunes). I don't know how Facebook works in this respect, but if you can in some way embed an ordinary web page then you should be able to do it with this (provided that Apple haven't taken steps to prevent the page being used within another page - it's possible to do that). You would have to find out from Facebook how to go about this.

  • How to show full size images from a thumbnail view?

    Hi,
    I am trying to setup a simple portfolio of projects. I have a series of 4 screen dumps of some web work I did, and they have to be greatly reduced in size so they can all fit on one page. I'd like to be able to have the user click on any of the 4 screen shots (imported png files) and then see a full size image. I know how to do this basically in plain html, but uncertain how to set this up with iWeb. Do I need to create 4 new pages with the full size images on them? Or is there an easier way.
    thx
    'mark

    mark:
    The method described on this demo page is one way you can accomplish what you want: Opening Item in a New, Precisely Sized Window.
    Another method can be seen here: Fancy Zoom.
    There are a number of flash based slideshows that might do what you want. Check out these:
    Jalbum
    SimpleViewer and Flash Album Exporter
    Mouse Over
    OT

  • How to show tracking bubbles in pages for Pad

    I've just received a document that has been corrected in Pages with track changes on, but when I open it in pages on the iPad, I can see the corrections but I can't see the tracking bubbles to accept or reject the changes… How do I turn them on? Track changes is turned on for the document, but I can't see any way of showing or hiding the tracking bubbles...

    - Use a "Form view", create a button there.
    - Double-click on it and create on the tabstrip "Action" a custom action "NEWIMAGE"
    - Apply to "[self]".
    - Connect the output-port of the Form view with the input-port of the HTML view
    - Click on the line between the ports
    - double-click on the field "url*"
    - enter now a formula in the formula-editor that allows you to e.g. get the url from a data-field
    (you can test it with just inserting a url in the formula like 'http://www.sap.com' - don't forget the quotes- and that is different from the default url)
    Mario

  • How to show products in home page

    Hi
    I can't seem to find a way to show catalogue products on the home page the same way they appear on the catalog page.
    I can only see a list or product names but not the image.
    see
    http://stsstone.businesscatalyst.com/home
    I want it to look like this:
    http://stsstone.businesscatalyst.com/limestone
    Thanks
    Mica

    You can insert products by tagging them and outputting the module based on those products
    http://helpx.adobe.com/business-catalyst/kb/modules-quick-reference.html#id_26776
    {module_productfeaturelist,tag}  
    {module_productfeaturelist,tag,rowLength,sortType,targetFrame,useBackupTemplate} 
    Parameters
    tag being the product tag
    rowLength; for example, 3
    sortType can be alphabetical, price, date, expiry date, or weight
    targetFrame; for example, _blank
    useBackupTemplate can be true or false
    {module_productlistdump,-1,rowLength,targetFrame,sortBy}
    Displays the List of all Products as names that are links to those products
    Parameters
    leave this parameter as is
    rowLength - limits the number of items per row when items are displayed as a list. Default is one item per row.
    targetFrame - for example, _blank. Specify the frame you want the item to open in
    sortBy - sorts the item in specified order
    Alphabetical - sorts items alphabetically
    Weight - sorts items by weight
    {module_productresults}  
    {module_productresults,rowLength,targetFrame,resultsPerPage,sortType,hideEmptyMessage,useLi} 
    rowLength - limits the number of items per row when items are displayed as a list. Default is one item per row.
    targetFrame - for example, _blank. Specify the frame you want the item to open in
    resultsPerPage - specifies the number of results the search displays per page.
    sortType - sortType can be alphabetical, price, date, or weight
    hideEmptyMessage - specify True if you don't want the No Items Found message to display
    UseLi - specify True to render the output in Li's instead of tables
    Examples
    {module_productlistdump,-1,1,_blank,Alphabetical} - this module displays the product list in the new window, alphabetically and all in one column

  • How do I stop links on pages from being highlighed with color? Doesn't happen with Explorer - just Firefox. It is annoying

    When I open web pages using Firefox, all of the outbound links
    on the page are have a colored shading around them. Not only
    is it annoying, sometime it's the same color as the link text which
    makes the link unreadable.
    I know this must be a simple adjustment, but I have looked high and
    low, googled, etc., and cannot find a satisfactory answer.
    Help!

    If the background of links is red then that is probably caused by an extension like SEO or SearchStatus that has the option set to highlight noFollow links.
    You can check the options of such an extension.
    You can click the icon on the Status bar to open the SearchStatus options and un-tick "Highlight NoFollow Links"<br />
    See http://www.quirk.biz/searchstatus/

Maybe you are looking for

  • Need Start routine logic

    Hi, Can anyone please let me know the code in start routine for the below. I want to delete the unwanted datapackage in start routine for the below condition. For  system PCR For purch.org Z300, only those purchase orders shall be loaded to further l

  • URL for SQL/PL SQL

    Hi Can anybody share if there are any list of URL's available for SQL and PL/SQL Regards Bala

  • How to replace pages, trashed by mistake, os 10.5.8 - new needs os10.6?

    How to replace pages, trashed by mistake, os 10.5.8 - new needs os10.6? Can I buy an old pages? can I down load a similar? I can open the works I saved as word documents but I didn't do it often. I need the hunderds of docments no longer available to

  • Windows 8 not recognizing ipod device

    Does anyone know how to make windows 8 work with apple devices (ipod/iphone)?  Itunes will not let me sync these devices

  • Still practicing my CSS layout, and IE 7 issues.

    I've revamped my site, and I've been practicing with the last 4 sites or so with mostly CSS layout....definitely a work in progress. My site is the first I've tried with overlapping images and the whole z-index thing. Everything looks great, for the