Esempio n. 1
0
 internal void SetValue(string value)
 {
     if (parent != null && parent.AllowCallbackScriptMonitoring && Ext.IsAjaxRequest)
     {
         parent.AddScript("{0}.setValue({1});", parent.ClientID, JSON.Serialize(value));
     }
 }
Esempio n. 2
0
 public void RegisterScript(WebControl c, PropertyInfo property)
 {
     c.AddScript(this.GetScript(c, property));
 }