Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.ExtNet Class Reference

More...

Inheritance diagram for Ext.Net.ExtNet:
Ext.Net.X

Additional Inherited Members

- Static Public Member Functions inherited from Ext.Net.X
static void On (GlobalListeners events)
 Appends an event handler to this object. More...
 
static void Un (GlobalListeners events)
 Removes an event handler. More...
 
static object Apply (object obj, object config)
 Copies all the properties of config to obj. More...
 
static T Apply< T > (object obj, object config)
 Copies all the properties of config to obj. More...
 
static void Defer (string handler, int millis)
 Calls this function after the number of millseconds specified, optionally in a specific scope. More...
 
static void Defer (JFunction function, int millis)
 Calls this function after the number of millseconds specified, optionally in a specific scope. More...
 
static void Redirect (string url)
 Redirects a client to a new Url. More...
 
static void Redirect (string url, string msg)
 Redirects a client to a new Url. More...
 
static void Redirect (string url, string msg, string msgCls)
 Redirects a client to a new Url. More...
 
static void Reload ()
 Reloads the page by window.location.reload() call More...
 
static void Reload (string msg)
 Reloads the page by window.location.reload() call More...
 
static void Reload (string msg, string msgCls)
 Reloads the page by window.location.reload() call More...
 
static void Toast (string message)
 Display a toast with the specified message on default location of the screen. More...
 
static void Toast (string message, string title, ToastAlign align=ToastAlign.Default, string iconCls=null)
 Display a toast with the specified arguments settings on default location of the screen. More...
 
static void Toast (Toast component)
 Given an Ext.Net.Toast component, display it on screen. More...
 
static void Toast (object componentConfig)
 Given an anonymous object with config options pertaining to a Toast component, display it on screen. More...
 
static Control GetCtl (string id)
 Get the Control with the specified id. More...
 
static T GetCtl< T > (string id)
 Get the Control with the specified id. More...
 
static BaseControl GetCmp (string id)
 Returns a AbstractComponent by id. More...
 
static T GetCmp< T > (string id)
 Returns the AbstractComponent by id and sets the .Value related fields by calling if available from the Request. More...
 
static T GetCmp< T > (string id, string ns)
 Returns the AbstractComponent by id and sets the .Value related fields by calling if available from the Request. More...
 
static T GetCmp< T > (string id, BaseControl.Config config)
 Returns the AbstractComponent by id and sets the .Value related fields by calling if available from the Request. More...
 
static T ComponentQuery< T > (string selector)
 
static T GetCmp< T > (T component)
 Returns the AbstractComponent and sets the .Value related fields by calling if available from the Request. More...
 
static T SetValue< T > (T component, string value)
 Sets the value of the component if the component is a typeof IField. More...
 
static string GetValue (string id)
 Given the ID of a form field, returns the raw submmitted form value as a string. Returns 'null' if value can not be found. More...
 
static Element Get (Control control)
 Retrieves Ext.Element objects. This method does not retrieve Components. This method retrieves Ext.Element objects which encapsulate DOM elements. Uses simple caching to consistently return the same object. Automatically fixes if an object was recreated with the same id via AJAX or DOM. More...
 
static Element Get (object node)
 Retrieves Ext.Element objects. This method does not retrieve Components. This method retrieves Ext.Element objects which encapsulate DOM elements. Uses simple caching to consistently return the same object. Automatically fixes if an object was recreated with the same id via AJAX or DOM. More...
 
static Element Fly (object node)
 Gets the globally shared flyweight Element, with the passed node as the active element. Do not store a reference to this element - the dom node can be overwritten by other code. Shorthand of Ext.Element.fly Use this to make one-time references to DOM elements which are not going to be accessed again either by application code, or by Ext's classes. If accessing an element which will be processed regularly, then Ext.get will be more appropriate to take advantage of the caching provided by the Ext.Element class. More...
 
static Element Fly (object node, string named)
 Gets the globally shared flyweight Element, with the passed node as the active element. Do not store a reference to this element - the dom node can be overwritten by other code. Shorthand of Ext.Element.fly Use this to make one-time references to DOM elements which are not going to be accessed again either by application code, or by Ext's classes. If accessing an element which will be processed regularly, then Ext.get will be more appropriate to take advantage of the caching provided by the Ext.Element class. More...
 
static Element Body ()
 Returns the current document body as an Ext.Element. More...
 
static Element Form ()
 Returns the current ASP.NET form as an Ext.Element. More...
 
static Element Document ()
 Returns the current HTML document object as an Ext.Element. More...
 
static Element Head ()
 Returns the current HTML head object as an Ext.Element. More...
 
static Element Window ()
 Returns the current window object as an Ext.dom.Element. Typically used for attaching event listeners to the window. Note: since the window object is not an HTMLElement many of the Ext.dom.Element methods are not applicable and may throw errors if called on the returned Element instance. More...
 
static Element Select (string selector, bool unique, string root)
 Selects elements based on the passed CSS selector to enable Element methods to be applied to many related elements in one statement More...
 
static Element Select (string selector, bool unique)
 Selects elements based on the passed CSS selector to enable Element methods to be applied to many related elements in one statement More...
 
static Element Select (string selector)
 Selects elements based on the passed CSS selector to enable Element methods to be applied to many related elements in one statement More...
 
static Element SingleSelect (string selector)
 Selects first element based on the passed CSS selector More...
 
static Element SingleSelect (string selector, bool unique)
 Selects first element based on the passed CSS selector More...
 
static Element SingleSelect (string selector, bool unique, string root)
 Selects first element based on the passed CSS selector More...
 
static void SuspendLayouts ()
 
static void ResumeLayouts ()
 Resumes layout activity in the whole framework. More...
 
static void ResumeLayouts (bool flush)
 Resumes layout activity in the whole framework. More...
 
static void AddScript (string template, params object[] args)
 
static void AddScript (string script)
 
static void Call (string name)
 
static void Call (string name, params object[] args)
 
static void Set (string name, object value)
 
- Properties inherited from Ext.Net.X
static bool IsAjaxRequest [get]
 Determines if the current HttpRequest is an Ext.NET Ajax Request. More...
 
static ResourceManager ResourceManager [get]
 Returns an instance of the current Ext.NET ResourceManager. More...
 
static Mask?? Mask [get]
 
static MessageBox Msg [get]
 
static MessageBox?? MessageBox [get]
 
static QuickTips?? QuickTips [get]
 
static WindowManager?? WindowManager [get]
 
static Js?? Js [get]
 
static bool? ControlsScripting [get, set]
 
static BuilderFactory Builder [get]
 

Detailed Description


The documentation for this class was generated from the following file: