Yes i mean FitToWindow ;-)Yes, first i would like to fit to window when the page is opened.And second, i would like to create my own javascript to trigger the FitToWindow operation. I have an embedded Webbrowser control on my WPF-Form and if i resize the Webbrowser i have execute the "FitToWindow"-Command to fill the complete Webbrowser-Area with the editor.Thanks!
<
document.getElementById('UltimateEditor1FitToWindow').click()The client-side ID of the toolbar button takes the suffix of FitToWindow. For example, if the client-side ID of your UltimateEditor control is UltimateEditor1, it will be UltimateEditor1FitToWindow. Then, you can use that ID to simulate the click operation.