jQuery UI Widgets › Forums › General Discussions › Editors › Editor › How to hide Tools and Cursor of the Editor
Tagged: editor, javascript editor, jquery editor, jqwidgets editor
This topic contains 7 replies, has 2 voices, and was last updated by Hristo 8 years, 10 months ago.
-
Author
-
Hi,
In a use case, I would like to hide the tools and the cursor of the editor. (Just to show the content entered with the editor previously. The user can not edit the content but still can click on the hyperlinks if any!) How can I do it?Thanks in advance,
Michael WuCorrection: hide the ‘|’ insertion pointer, not the cursor!
I work out hiding the Tools bar with the following:
$(‘#ta_editor}’).jqxEditor({
tools: ”,
editable: false
});Hello michaelwur,
I assume that everything is fine.
If you still have an issue, please, clarify it?Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHi,
I had replaced the Editor with a general div section for displaying the content entered with the Editor previously.But, I still would like to know if it is possible to hide the ‘|’ in the Editor if I set editable to false. Could it be done this way? If yes, how can I achieve this effect?
Thanks in advance!
Hello michaelwur,
Could you clarify?
The ‘|’ symbol is used to separate different widgets in the tools menu.
You could miss it.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHi,
Sorry, I did not describe the problem clearly. What I mention is the ‘|’ editing cursor in the textarea, not the separator bar on the tools menu of the editor.As I set the editable property of the editor to false, I would like to hide the ‘|’ cursor. (The ‘|’ cursor in the editor area make the user feel that it is editable!)
Best regards
Michael WuHello Michael Wu,
Unfortunately, it is not possible.
Thank you for the understanding.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.