Resizer

An element used for window resizing. If you place a custom resizing button inside the resizer, the user will be able to resize the window by dragging it. The resizer will send a command event after the resize is complete.

この要素はウインドウのサイズ変更に利用される。独自のリサイズボタンをリサイザ内に置くと、ユーザはそれをドラッグしてウインドウのサイズを変更できるようになる。リサイザはサイズ変更が完了した時点で、 command イベントを配信する。

属性:

dir

属性:

dir

Type: one of the values below

The direction that the window is resized.

  • left: Resized to the left.
  • right: Resized to the right.
  • top: Resized up.
  • bottom: Resized down.
  • bottomleft: Resized down and to the left.
  • bottomright: Resized down and to the right.
  • topleft: Resized up and to the left.
  • topright: Resized up and to the right.

型 : 以下の値の一つ

ウィンドウのサイズ変更される向き。

  • left: 左にサイズ変更される。
  • right: 右にサイズ変更される。
  • top: 上にサイズ変更される。
  • bottom: 下にサイズ変更される。
  • bottomleft: 下および左にサイズ変更される。
  • bottomright: 下および右にサイズ変更される。
  • topleft: 上および左にサイズ変更される。
  • topright: 上および右にサイズ変更される。

XUL Element から継承:

align allowevents allownegativeassertions class coalesceduplicatearcs
collapsed container containment context contextmenu
datasources debug dir empty equalsize
flags flex height hidden id
insertafter insertbefore left maxheight maxwidth
menu minheight minwidth mousethrough observes
ordinal orient pack persist popup
position ref removeelement sortDirection sortResource
sortResource2 statustext style template tooltip
tooltiptext top uri wait-cursor width

プロパティとメソッド:

XUL Element から継承:

align allowEvents blur boxObject boxObject.element
boxObject.getLookAndFeelMetric boxObject.height boxObject.screenX boxObject.screenY boxObject.width
boxObject.x boxObject.y builder className click
collapsed contextMenu controllers database datasources
dir doCommand flex focus getElementsByAttribute
height hidden id left maxHeight
maxWidth menu minHeight minWidth observes
ordinal orient pack persist ref
resource statusText style tooltip tooltipText
top width

Element から継承:

addEventListener
appendChild
attributes
childNodes
cloneNode
dispatchEvent
firstChild
getAttribute
getAttributeNS
getAttributeNode
getAttributeNodeNS
getElementsByTagName
getElementsByTagNameNS
hasAttribute
hasAttributeNS
hasAttributes
hasChildNodes
insertBefore
isSupported
lastChild
localName
namespaceURI
nextSibling
nodeName
nodeType
nodeValue
normalize
ownerDocument
parentNode
prefix
previousSibling
removeAttribute
removeAttributeNS
removeAttributeNode
removeChild
removeEventListener
replaceChild
setAttribute
setAttributeNS
setAttributeNode
setAttributeNodeNS
tagName

Copyright (C) 1999 - 2004 XulPlanet.com