asiandreads:
I want to add a new dropdown, and I know the toolbar controls index of where I want to put it.
It puts my dropdown there, but pushes all the other dropdowns below it, making it look awkward and messed up.
can u help (if this makes sense) ? thx,
rob
When you add custom dropdown, you'd better add it into the dropdown group as well. If you addd it into the tool button group, you may have layout problem.
Example:
<item type="g_start" />
<item type="dropdown" name="CssClass" width="80" RenderItemBorder="true" text="[[CssClass]]" command="CssClass" />
<item type="dropdown" name="CssStyle" width="50" RenderItemBorder="true" text="[[CssStyle]]" command="CssStyle" />
<item type="g_end" />
int pos=Editor1.ToolControls.IndexOf("CssStyle")+1;
Keep me posted
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx