InfinniUI
latest
  • Getting Started
  • Architecture description
  • Core
  • Elements
    • Button
    • ButtonEdit
    • CheckBox
    • ComboBox
    • DataGrid
    • DataNavigation
    • DatePicker
    • DateTimePicker
    • Divider
    • EditorBase
    • ExtensionPanel
    • FileBox
    • Frame
    • GridPanel
    • Icon
    • ImageBox
    • IndeterminateCheckBox
    • Label
    • Link
      • Extends
      • Syntax
      • Methods
      • Link.metadata
        • Properties
        • Examples
    • ListBox
    • ListEditorBase
    • MenuBar
    • NumericBox
    • Panel
    • PasswordBox
    • PopupButton
    • RadioGroup
    • ScrollPanel
    • StackPanel
    • TablePanel
    • TabPanel
    • TextBox
    • TextEditorBase
    • TimePicker
    • ToggleButton
    • ToolBar
    • TreeView
    • ViewPanel
InfinniUI
  • Docs »
  • Elements »
  • Link »
  • Link.setHref
  • Edit on GitHub

Link.setHref¶

Устанавливает адрес документа, на который должна переводить ссылка.

Syntax¶

Link.setHref(value)

Parameters¶

Name Type Description
value String Адрес документа, на который должна переводить ссылка.

Returns¶

Нет.

Examples¶

link.setHref("http://docs.infinnity.ru/");

See Also¶

  • getHref()
Next Previous

© Copyright 2016, Infinnity Solutions. Revision 0be6abe6.

Built with Sphinx using a theme provided by Read the Docs.