Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
Place toolbar below Textarea
posted

Hi!

 How do I place the toolbar of WebHTMLEditor below the textfield?

 Thank you in advance!

Parents
No Data
Reply
  • 10880
    posted

    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:

    var editor = iged_getById("WebHtmlEditor1");

    editor._elem0.children[0].children[0].swapNode(editor._elem0.children[0].children[1]);

Children
No Data