Ejemplo n.º 1
0
 /// <summary>
 /// Registers the library script for the DynamicListBox
 /// </summary>
 protected virtual void RegisterLibraryScript()
 {
     DynamicListBoxResourceHandler.RegisterScript(this.Page, "DynamicListBoxes_Library", "DynamicListBox.js");
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Registers the script library for this control.
 /// </summary>
 protected virtual void RegisterScriptLibrary()
 {
     DynamicListBoxResourceHandler.RegisterScript(this.Page, "MetaBuilders_DualList", "DualList.js");
 }