I'm using the developer version of TinyMCE version 4.1.5 and I'm having problems with the submenus when using fixed_toolbar_container. The submenus are being pushed down at the bottom of the page. What should I do so that it would appear as if they're in the same container even if the divs generated for the submenus are appended at the end of the page.
Here's a screenshot and I've highlighted the part where the submenus appear:
http://i61.tinypic.com/vdq2iu.png
Related
I have a moodle project and after updating to version 3.9 the turn editing on button is not shown, I can not edit my topics
I'm not familiar with RTL themes in general but is it hidden in the cog menu (top left in your screenshot)?
If not, try the URL of your page, with &edit=on or &edit=off on the end of it - with Boost-based themes you can use the Boost Navigation Fumbling plugin (on the plugins directory) to add these links into your nav drawer for users with elevated access.
I have a Wiki.js 2.x server running with PostgreSQL. I'm using default theme.
When creating new page, there is input field for tags, but after creation I couldn't find the place to add/remove tags.
The question: how can I edit tags of my pages ?
You can edit the page (clicking the pencil button). And in the edit page, find the "Page" button at the top-right corner.
That is the place where you can edit the page properties (including tags).
Try disabling mathjax in your config.yml and restart wiki.js
I want to use Chrome to inspect HTML and view the HTML/CSS affecting an element on the page.
This video shows that in Dev Tools Mode you can click the Elements tab and click the Inspect icon (magnifying glass). But that menu is not there.
I'm using chrome: Version 60.0.3112.113 (Official Build) (64-bit)
The icon is now different and can be invoked via Ctrl-Shift-C or in the toolbar, which is on the top of devtools Elements panel.
(answer provided by commentor above)
Is there a setting to change the click behavior in the scrollbar to page up/down instead of jumping to the location in the file? This is the usual scrollbar behavior in almost every other applications except maybe unix applications.
A suggestion could be:
Left click: page up/down
Right click: jump to location
There is a setting for this now:
Editor: Scroll by Page
Controls whether clicks scrolls by page or
jumps to click position.
With that setting enabled, the editor will scroll by one viewport page when clicking anywhere above or below the scrollThumb. With it not enabled (the default) it will scroll to the position in the scroll track where you clicked.
This behavior does not currently exist. I suggest opening a feature request on github.
If, like me, you've been brought to this page despite putting "Visual Studio" into your web search, you can modify this behaviour in the full blown Visual Studio as follows:
Tools > Options > Text Editor > All Languages > Scroll Bars
Under "Behavior", toggle between bar mode and map mode
More information can be found by reading the Microsoft Docs for this feature.
I would like to know if it is possible give the possibility to load a previous version of the current content through a button in the toolbar.
The different versions of content are stored in a database.
The ideal behavior would be that clicking on the button in the toolbar, a popup dialog opens with a list of previous versions of the content. On click, the selected content is loaded into the editor.
I'm using php and mysql.
You have to implement a custom plugin that by ajax get the versions:
Creating a CKEditor Plugin with a Custom Dialog Window
CKEDITOR Plugin SDK