打印版式

Class Ext.DialogManager

Package:Ext
Class:DialogManager
Extends:Object
Defined In:BasicDialog.js
Provides global access to BasicDialogs that have been created and support for z-indexing (layering) multiple open dialogs.

属性   -  方法   -  事件

公共属性

属性 定义对象
  zseed : Number DialogManager
The starting z-index for BasicDialogs (defaults to 9000)

公共方法

方法 定义对象
  bringToFront(String/Object dlg) : Ext.BasicDialog DialogManager
Brings the specified dialog to the front
  get(String/Object id) : Ext.BasicDialog DialogManager
Gets a registered dialog by id
  hideAll() : void DialogManager
Hides all dialogs
  sendToBack(String/Object dlg) : Ext.BasicDialog DialogManager
Sends the specified dialog to the back

公共事件

此类没有公共事件。

属性详情

zseed

public Number zseed
The starting z-index for BasicDialogs (defaults to 9000)
This property is defined by DialogManager.

方法详情

bringToFront

public function bringToFront(String/Object dlg)
Brings the specified dialog to the front
参数:
  • dlg : String/Object
    The id of the dialog or a dialog
返回:
  • Ext.BasicDialog
    this
This method is defined by DialogManager.

get

public function get(String/Object id)
Gets a registered dialog by id
参数:
  • id : String/Object
    The id of the dialog or a dialog
返回:
  • Ext.BasicDialog
    this
This method is defined by DialogManager.

hideAll

public function hideAll()
Hides all dialogs
参数:
  • 无。
返回:
  • void
This method is defined by DialogManager.

sendToBack

public function sendToBack(String/Object dlg)
Sends the specified dialog to the back
参数:
  • dlg : String/Object
    The id of the dialog or a dialog
返回:
  • Ext.BasicDialog
    this
This method is defined by DialogManager.

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