コード例 #1
0
ファイル: DynamicListBox.cs プロジェクト: hdgardner/ECF
 /// <summary>
 /// Registers the library script for the DynamicListBox
 /// </summary>
 protected virtual void RegisterLibraryScript()
 {
     DynamicListBoxResourceHandler.RegisterScript(this.Page, "DynamicListBoxes_Library", "DynamicListBox.js");
 }
コード例 #2
0
ファイル: DualList.cs プロジェクト: hdgardner/ECF
 /// <summary>
 /// Registers the script library for this control.
 /// </summary>
 protected virtual void RegisterScriptLibrary()
 {
     DynamicListBoxResourceHandler.RegisterScript(this.Page, "MetaBuilders_DualList", "DualList.js");
 }