Ext.Net.ToolTip.Update C# (CSharp) Method

Update() private method

private Update ( string html ) : void
html string
return void
        public override void Update(string html)
        {
            string template = "{0}.html={1};if({0}.body){{{0}.body.update({1});}}";
            this.AddScript(template, this.ClientID, JSON.Serialize(html));
        }
    }