ComponentOne Editor for ASP.NET Web Forms
Run-Time Elements / Editor Dialog Boxes / Insert Hyperlink Dialog Box
In This Topic
    Insert Hyperlink Dialog Box
    In This Topic

    In the Insert Hyperlink dialog box, users can insert hyperlinks into their documents. To open the Insert Hyperlink dialog box, select the Insert tab and click the Link button.

    C1Editor

    The following table details the elements of the Insert Hyperlink dialog box:

    Element Description
    Address field The path to the link.
    Radio buttons The radio buttons in the Insert Hyperlink dialog box allow you to choose from four link types: url, anchor, e-mail, and local file. When anchor is chosen, a drop-down list activates, allowing you to select the anchor name from a list.
    Text to Display field The text that will be displayed as a link.
    Target drop-down list The target is the area where the link will open into. You can choose from four areas: _blank, _parent, _self, and _top.
    Css The name of the CSS style, if any, to apply to the hyperlink.
    Browse button The Browse button opens the Choose File dialog box, which allows you to select a file on your hard drive to link to.
    Upload button The Upload button will upload the file that you chose in the Choose File dialog box to the ~/DialogUploadFolder directory.
    See Also