移動可能なDOJOエディターがあります
<div id="dnd" dojoType="dojo.dnd.Moveable">
<div data-dojo-type="dijit/Editor" height="120px" width="250px"
id="editor3"
data-dojo-props="plugins:['bold','italic']">
<p>This instance is created with customized toolbar/ plugins</p>
</div>
</div>
知りたいこと:
1- 幅属性を変更してもエディターの幅に違いが生じない
理由
DOJO 1.9.1 を使用しています