<linkdialog>

JavaScript: lz.linkdialog
extends <view> » <node> » lz.Eventable »
A dialog to let the user set a hyperlink on the currently selected text.

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
editor expression any grte read/write
  Reference to the associated richtexteditor. (default: grte)
esel expression any 0 read/write
  the end index of the text to mark as an url
ssel expression any 0 read/write
  the start index of the text to mark as an url
ystart expression any 110 read/write
   

Methods

hide()
linkdialog.hide();
hide slides out the dialog

makelink()
linkdialog.makelink();
makelink Assigns link and standard link formatting to text selected in the editor.

show()
linkdialog.show();
show slides in the dialog.

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy