예제 #1
0
        protected virtual void Render()
        {
            _root.Empty();

            _root.Css("height", "100%");

            (_textArea = DOM.textarea()).AppendTo(_root).Css("height", "100%");

            Window.SetTimeout(() => { Render(_textArea.Get(0)); }, 0);
        }