Ejemplo n.º 1
0
 public TabPanel(Element config) { throw new Exception(); }
Ejemplo n.º 2
0
		/// <summary>
		///     Shows the window, rendering it first if necessary, or activates it and brings it to front if hidden.
		///     animate while opening (defaults to undefined with no animation)
		/// </summary>
		/// <param name="animateTarget">(optional) The target element or id from which the window should</param>
		/// <returns></returns>
		public extern virtual void show(Element animateTarget);
Ejemplo n.º 3
0
		/// <summary>
		///     Hides the window, setting it to invisible and applying negative offsets.
		///     animate while hiding (defaults to null with no animation)
		/// </summary>
		/// <param name="animateTarget">(optional) The target element or id to which the window should</param>
		/// <param name="callback">(optional) A callback function to call after the window is hidden</param>
		/// <returns></returns>
		public extern virtual void hide(Element animateTarget, Delegate callback);
Ejemplo n.º 4
0
 public void render(Element container, string position) { throw new Exception(); }
Ejemplo n.º 5
0
 /// <summary>
 /// This method is called when an Ajax response is received, and an Element needs updating.
 /// @param {Ext.Element} el The element being rendered
 /// @param {Object} xhr The XMLHttpRequest object
 /// @param {Updater} updateManager The calling update manager
 /// @param {Function} callback A callback that will need to be called if loadScripts is true on the Updater
 /// </summary>
 public void render(Element el, object response, object updateManager, JsAction callback) { }
Ejemplo n.º 6
0
 public ColorPalette(Element config) { throw new Exception(); }
Ejemplo n.º 7
0
 public void render(Element container) { throw new Exception(); }
Ejemplo n.º 8
0
 public ToolTip(Element config) { throw new Exception(); }
Ejemplo n.º 9
0
 public void render(Element el) { throw new Exception(); }
Ejemplo n.º 10
0
 public Spacer(Element config) { throw new Exception(); }
Ejemplo n.º 11
0
 public TextItem(Element config) { throw new Exception(); }
Ejemplo n.º 12
0
 public Separator(Element config) { throw new Exception(); }
Ejemplo n.º 13
0
 public Fill(Element config) { throw new Exception(); }
Ejemplo n.º 14
0
 public ButtonGroup(Element config) { throw new Exception(); }
Ejemplo n.º 15
0
 public Window show(Element animateTarget) { throw new Exception(); }
Ejemplo n.º 16
0
 public void render(Element el, object xhr) { throw new Exception(); }
Ejemplo n.º 17
0
 public Window show(Element animateTarget, JsAction callback, object scope) { throw new Exception(); }
Ejemplo n.º 18
0
 public void render(Element el, object xhr, Updater updateManager) { throw new Exception(); }
Ejemplo n.º 19
0
 public Component(Element config) { throw new Exception(); }
Ejemplo n.º 20
0
 public void render(Element el, object xhr, Updater updateManager, JsAction callback) { throw new Exception(); }
Ejemplo n.º 21
0
 public void render(Element container, double position) { throw new Exception(); }
Ejemplo n.º 22
0
 public Viewport(Element config) { throw new Exception(); }
Ejemplo n.º 23
0
		/// <summary>Appends the passed element(s) to this element</summary>
		/// <param name="el"></param>
		/// <returns>Ext.Element</returns>
		public extern virtual void appendChild(Element el);
Ejemplo n.º 24
0
 public Window(Element config) { throw new Exception(); }
Ejemplo n.º 25
0
		/// <summary>Sets the target element from which the window should animate while opening.</summary>
		/// <param name="el">The target element or id</param>
		/// <returns></returns>
		public extern virtual void setAnimateTarget(Element el);
Ejemplo n.º 26
0
 public Window hide(Element animateTarget, JsAction callback) { throw new Exception(); }
Ejemplo n.º 27
0
		/// <summary>
		///     Hides the window, setting it to invisible and applying negative offsets.
		///     animate while hiding (defaults to null with no animation)
		/// </summary>
		/// <param name="animateTarget">(optional) The target element or id to which the window should</param>
		/// <returns></returns>
		public extern virtual void hide(Element animateTarget);
Ejemplo n.º 28
0
 public void setAnimateTarget(Element el) { throw new Exception(); }
Ejemplo n.º 29
0
		/// <summary>
		///     Hides the window, setting it to invisible and applying negative offsets.
		///     animate while hiding (defaults to null with no animation)
		/// </summary>
		/// <param name="animateTarget">(optional) The target element or id to which the window should</param>
		/// <param name="callback">(optional) A callback function to call after the window is hidden</param>
		/// <param name="scope">(optional) The scope in which to execute the callback</param>
		/// <returns></returns>
		public extern virtual void hide(Element animateTarget, Delegate callback, object scope);
Ejemplo n.º 30
0
 public SplitButton(Element config) { throw new Exception(); }