Dear hassan,
Pls visit
http://cutesoft.net/example/general.aspx , and click RadioButton "Simple", this example integrate all table options under one dropmenu. You can find its source code in download package, the path is:
\CuteEditor_for_NET6\Framework 2.0\cs\default.aspx.
It use AutoConfigure Property, the code is Editor1.AutoConfigure = AutoConfigure.Simple, it will use configuration file \Framework 2.0\CuteSoft_Client\CuteEditor\Configuration\AutoConfigure\Simple.config. In this file, you can find:
<item type="dropmenu" name="Table" group="InsertTableGroup" imagename="table" />
It represents table items will be displayed as dropmenu.
Regards,
Eric