Print Friendly

Class Ext.UpdateManager.defaults

Package:Ext
Class:UpdateManager.defaults
Extends:Object
Defined In:UpdateManager.js
The defaults collection enables customizing the default properties of UpdateManager

Properties   -  Methods   -  Events

Public Properties

Property Defined By
  disableCaching : Boolean UpdateManager.defaults
Whether to append unique parameter on get request to disable caching (Defaults to false).
  indicatorText : String UpdateManager.defaults
Text for loading indicator (Defaults to '<div class="loading-indicator">Loading...</div>').
  loadScripts : Boolean UpdateManager.defaults
True to process scripts by default (Defaults to false).
  showLoadIndicator : Boolean UpdateManager.defaults
Whether to show indicatorText when loading (Defaults to true).
  sslBlankUrl : String UpdateManager.defaults
Blank page URL to use with SSL file uploads (Defaults to "javascript:false").
  timeout : Number UpdateManager.defaults
Timeout for requests or form posts in seconds (Defaults 30 seconds).

Public Methods

This class has no public methods.

Public Events

This class has no public events.

Property Details

disableCaching

public Boolean disableCaching
Whether to append unique parameter on get request to disable caching (Defaults to false).
This property is defined by UpdateManager.defaults.

indicatorText

public String indicatorText
Text for loading indicator (Defaults to '<div class="loading-indicator">Loading...</div>').
This property is defined by UpdateManager.defaults.

loadScripts

public Boolean loadScripts
True to process scripts by default (Defaults to false).
This property is defined by UpdateManager.defaults.

showLoadIndicator

public Boolean showLoadIndicator
Whether to show indicatorText when loading (Defaults to true).
This property is defined by UpdateManager.defaults.

sslBlankUrl

public String sslBlankUrl
Blank page URL to use with SSL file uploads (Defaults to "javascript:false").
This property is defined by UpdateManager.defaults.

timeout

public Number timeout
Timeout for requests or form posts in seconds (Defaults 30 seconds).
This property is defined by UpdateManager.defaults.

Ext - Copyright © 2006-2007 Ext JS, LLC
All rights reserved.