Пример #1
0
		/// <summary>
		/// Builds up a set of events the control can use (i.e. jQuery UI control supports).  Which is
		/// then used in rendering the JavaScript required to initialise the control properties.
		/// </summary>
		/// <param name="options">Collection to add the identified options to</param>
		override protected internal void DiscoverOptions(Core.ScriptOptions options) {
			options.AddEventHandler("create", "event, ui", this.CreateEvent);
			options.AddEventHandler("beforeActivate", "event, ui", this.BeforeActivateEvent);
			options.AddEventHandler("load", "event, ui", this.LoadEvent);
			options.AddEventHandler("activate", "event, ui", this.ActivateEvent);
			options.AddEventHandler("beforeLoad", "event, ui", this.BeforeLoadEvent);
		}
Пример #2
0
		/// <summary>
		/// Builds up a set of events the control can use (i.e. jQuery UI control supports).  Which is
		/// then used in rendering the JavaScript required to initialise the control properties.
		/// </summary>
		/// <param name="options">Collection to add the identified options to</param>
		override protected internal void DiscoverOptions(Core.ScriptOptions options) {
			options.AddEventHandler("change", "event, ui", this.ChangeEvent);
			options.AddEventHandler("create", "event, ui", this.CreateEvent);
			options.AddEventHandler("spin", "event, ui", this.SpinEvent);
			options.AddEventHandler("start", "event, ui", this.StartEvent);
			options.AddEventHandler("stop", "event, ui", this.StopEvent);
		}
Пример #3
0
		/// <summary>
		/// Builds up a set of events the control can use (i.e. jQuery UI control supports).  Which is
		/// then used in rendering the JavaScript required to initialise the control properties.
		/// </summary>
		/// <param name="options">Collection to add the identified options to</param>
		override protected internal void DiscoverOptions(Core.ScriptOptions options) {
			options.AddEventHandler("create", "event, ui", this.CreateEvent);
			options.AddEventHandler("select", "event, ui", this.SelectEvent);
			options.AddEventHandler("load", "event, ui", this.LoadEvent);
			options.AddEventHandler("show", "event, ui", this.ShowEvent);
			options.AddEventHandler("add", "event, ui", this.AddEvent);
			options.AddEventHandler("remove", "event, ui", this.RemoveEvent);
			options.AddEventHandler("enable", "event, ui", this.EnableEvent);
			options.AddEventHandler("disable", "event, ui", this.DisableEvent);
		}
Пример #4
0
		/// <summary>
		/// Builds up a set of events the control can use (i.e. jQuery UI control supports).  Which is
		/// then used in rendering the JavaScript required to initialise the control properties.
		/// </summary>
		/// <param name="options">Collection to add the identified options to</param>
		override protected internal void DiscoverOptions(Core.ScriptOptions options) {
			options.AddEventHandler("create", "event, ui", this.CreateEvent);
			options.AddEventHandler("search", "event, ui", this.SearchEvent);
			options.AddEventHandler("response", "event, ui", this.ResponseEvent);
			options.AddEventHandler("open", "event, ui", this.OpenEvent);
			options.AddEventHandler("focus", "event, ui", this.FocusEvent);
			options.AddEventHandler("select", "event, ui", this.SelectEvent);
			options.AddEventHandler("close", "event, ui", this.CloseEvent);
			options.AddEventHandler("change", "event, ui", this.ChangeEvent);
		}
Пример #5
0
		/// <summary>
		/// Builds up a set of events the control can use (i.e. jQuery UI control supports).  Which is
		/// then used in rendering the JavaScript required to initialise the control properties.
		/// </summary>
		/// <param name="options">Collection to add the identified options to</param>
		override protected internal void DiscoverOptions(Core.ScriptOptions options) {
			options.AddEventHandler("create", "event, ui", this.CreateEvent);
			options.AddEventHandler("beforeShow", "input, inst", this.BeforeShowEvent);
			options.AddEventHandler("beforeShowDay", "date", this.BeforeShowDayEvent);
			options.AddEventHandler("onChangeMonthYear", "year, month, inst", this.OnChangeMonthYearEvent);
			options.AddEventHandler("onClose", "dateText, inst", this.OnCloseEvent);
			options.AddEventHandler("onSelect", "dateText, inst", this.OnSelectEvent);
		}
Пример #6
0
		/// <summary>
		/// Builds up a set of events the control can use (i.e. jQuery UI control supports).  Which is
		/// then used in rendering the JavaScript required to initialise the control properties.
		/// </summary>
		/// <param name="options">Collection to add the identified options to</param>
		override protected internal void DiscoverOptions(Core.ScriptOptions options) {
			options.AddEventHandler("close", "event, ui", this.CloseEvent);
			options.AddEventHandler("create", "event, ui", this.CreateEvent);
			options.AddEventHandler("open", "event, ui", this.OpenEvent);
		}
Пример #7
0
		/// <summary>
		/// Builds up a set of events the control can use (i.e. jQuery UI control supports).  Which is
		/// then used in rendering the JavaScript required to initialise the control properties.
		/// </summary>
		/// <param name="options">Collection to add the identified options to</param>
		override protected internal void DiscoverOptions(Core.ScriptOptions options) {
			// events
			options.AddEventHandler("create", "event, ui", this.CreateEvent);
		}
Пример #8
0
		/// <summary>
		/// Builds up a set of events the control can use (i.e. jQuery UI control supports).  Which is
		/// then used in rendering the JavaScript required to initialise the control properties.
		/// </summary>
		/// <param name="options">Collection to add the identified options to</param>
		override protected internal void DiscoverOptions(Core.ScriptOptions options) {
			options.AddEventHandler("blur", "event, ui", this.BlurEvent);
			options.AddEventHandler("create", "event, ui", this.CreateEvent);
			options.AddEventHandler("focus", "event, ui", this.FocusEvent);
			options.AddEventHandler("select", "event, ui", this.SelectEvent);
		}
Пример #9
0
		/// <summary>
		/// Builds up a set of events the control can use (i.e. jQuery UI control supports).  Which is
		/// then used in rendering the JavaScript required to initialise the control properties.
		/// </summary>
		/// <param name="options">Collection to add the identified options to</param>
		override protected internal void DiscoverOptions(Core.ScriptOptions options) {
			options.AddEventHandler("create", "event, ui", this.CreateEvent);
			options.AddEventHandler("change", "event, ui", this.ChangeEvent);
			options.AddEventHandler("complete", "event, ui", this.CompleteEvent);
		}
Пример #10
0
		/// <summary>
		/// Builds up a set of events the control can use (i.e. jQuery UI control supports).  Which is
		/// then used in rendering the JavaScript required to initialise the control properties.
		/// </summary>
		/// <param name="options">Collection to add the identified options to</param>
		override protected internal void DiscoverOptions(Core.ScriptOptions options) {
			options.AddEventHandler("create", "event, ui", this.CreateEvent);
			options.AddEventHandler("beforeClose", "event, ui", this.BeforeCloseEvent);
			options.AddEventHandler("open", "event, ui", this.OpenEvent);
			options.AddEventHandler("focus", "event, ui", this.FocusEvent);
			options.AddEventHandler("dragStart", "event, ui", this.DragStartEvent);
			options.AddEventHandler("drag", "event, ui", this.DragEvent);
			options.AddEventHandler("dragStop", "event, ui", this.DragStopEvent);
			options.AddEventHandler("resizeStart", "event, ui", this.ResizeStartEvent);
			options.AddEventHandler("resize", "event, ui", this.ResizeEvent);
			options.AddEventHandler("resizeStop", "event, ui", this.ResizeStopEvent);
			options.AddEventHandler("close", "event, ui", this.CloseEvent);
		}