Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

Does Kendo UI Editor support full screen mode?

$
0
0

That is all right. Atanas.
I should clarify my question.
From the example u provide, there is function like this.

function onFullScreen(){
         
        if(toggleFullScreen())
        {
          editor.wrapper.css({width: $("body").width(), height: $(document).height()});
        }else{
          editor.wrapper.css({width: 600, height: 400});
        }
      }

 

editor.wrapper.css({width: $("body").width(), height: $(document).height()}) will set editor to full screen. However,         editor.wrapper.css({width: 600, height: 400}) will set editor to fixed 600 width and 400 height.
I don't want to toggle back to fixed width and height.
Here is what i want editor.wrapper.css({width: editor's original width before full screen, height: editor's original height before full screen}). Is it possible?


Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>