Description
A dialog to let the user set a hyperlink on the currently selected text.
Details
Properties (2)
-
editor
-
<attribute name="editor" value="${grte}" />
Reference to the associated richtexteditor. (default: grte)
-
ystart
-
<attribute name="ystart" value="110" />
Methods (3)
-
hide()
-
hide
slides out the dialog
-
makelink()
-
<method name="makelink" />
public function makelink();
makelink
Assigns link and standard link formatting to text selected in the editor.
-
show()
-
show
slides in the dialog.
LZX Synopsis
<class name="
linkdialog" extends="
LzView
">
<attribute name="
editor
" value="
${grte}" />
<attribute name="
ystart
" value="
110" />
</class>
JavaScript Synopsis
public
linkdialog extends
LzView
{
prototype public function
hide
();
prototype public function
show
();
}