When I updated to 14.1 I am no longer able to hide toolbars when creating an editor. I can still hide them via the igHtmlEditor('option',...) but when doing this my editor is too high because there was room taken up from the visible editors at the start. The code I have below is a brand new test project.
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title></head><body> <div id="htmlEditor"></div>
<script src="scripts/jquery-1.9.1.min.js"></script> <script src="scripts/jquery-ui-1.10.3.min.js"></script> <script src="scripts/infragistics/infragistics.loader.js"></script> <script>
$(function () { $.ig.loader( { scriptPath: '/Scripts/infragistics/', cssPath: '/Content/', resources: "igHtmlEditor", ready: function () { $("#htmlEditor").igHtmlEditor({ width: "100%", showCopyPasteToolbar: false, showInsertObjectToolbar: false }); } }); }); </script></body></html>
Mike,
Development issue 170258 has been resolved and the fix is in the latest service release which you can download from the My Keys and Downloads page.
Let us know if we may be of further assistance.
Hello Mike,
This issue has been reported and fixed. 170258 is the development issue ID, You will be notified when the service release is out with the fix included.
Please let me know if you have any further questions regarding this matter.