コード例 #1
0
 /// <summary>
 /// Adds the JS/CSS required for the MultiNodeTreePicker
 /// </summary>
 /// <param name="ctl"></param>
 public static void AddAllMNTPClientDependencies(this Control ctl)
 {
     //get the urls for the embedded resources
     ctl.AddCssMNTPClientDependencies();
     ctl.AddJsMNTPClientDependencies();
 }