我有一个可移动的 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-为什么更改宽度属性不会对编辑器的宽度产生任何
影响 2-为什么编辑器仅在第一次拖动时才调整自身大小(到适当的高度)
我使用 DOJO 1.9.1