Hi!
How do I place the toolbar of WebHTMLEditor below the textfield?
Thank you in advance!
This is not a feature that is currently implemented in our control. Please log a feature request for this here:
http://devcenter.infragistics.com/Protected/RequestFeature.aspx
Here is a hack to get this functionality and may cause issues as it has not been tested. This is not supported by Infragistics and is provided as is.
JavaScript code:
editor._elem0.children[0].children[0].swapNode(editor._elem0.children[0].children[1]);