Hi Everyone,
I have a RadEditor with couple of toolbar buttons which includes hyperlink manager toolbar button.
I have edit modes as design, html and preview.
I would like to disable hyperlink when on html and preview modes, and disable on design mode until a button is clicked.
i tried if mode = design, visible = false, but it does not work all the time.
Example:
1st time when I load the module, by default it is in design mode, and hyperlink is disabled, when i switch to html/preview modes, the hyperlink is disabled,but when i switch back again to design ,the hyperlink is enabled.
"Any Idea how to disable hyperlink in all the 3 modes and enable only on design mode when a button is clicked."
Thanks in advance for you help on this.
-Rad
I have a RadEditor with couple of toolbar buttons which includes hyperlink manager toolbar button.
I have edit modes as design, html and preview.
I would like to disable hyperlink when on html and preview modes, and disable on design mode until a button is clicked.
i tried if mode = design, visible = false, but it does not work all the time.
Example:
1st time when I load the module, by default it is in design mode, and hyperlink is disabled, when i switch to html/preview modes, the hyperlink is disabled,but when i switch back again to design ,the hyperlink is enabled.
"Any Idea how to disable hyperlink in all the 3 modes and enable only on design mode when a button is clicked."
Thanks in advance for you help on this.
-Rad