Example demonstrates
FixedToolBar property use effect. The second
HTML Editor component instance
has not hard fixed full toolbar buttons set: some buttons from fourth toolbar row are moved to the end of third row.
Example code
<ed:Editor id="editor1" runat="server" modeswitch="false" submit="false" Height="250" />
<ed:Editor id="editor2" runat="server" FixedToolBar="false" modeswitch="false" submit="false" Height="250" />