GetmeUK / ContentTools

A JS library for building WYSIWYG editors for HTML content.
http://getcontenttools.com
MIT License
3.95k stars 393 forks source link

How to change the "inspector" location #530

Open raank opened 5 years ago

raank commented 5 years ago
<div id="form">
    <!-- my form header -->
    <div data-editable data-name="form-content"></div>
    <div id="content-tools-actions">
        <div id="buttons-ignition"></div>
        <div id="form-inspector">
            <!-- i need transfer "inspector" to here -->
        </div>
    </div>
</div>

buttons of "ignition" i got manipulated, but "inspector" no.

Tnks