blockly > utils > style

utils.style 名前空間

関数

職務 説明
getBorderBox(element) 計算された(全辺)の枠線の幅をピクセル単位で取得します。Closure の goog.style.getBorderBox からコピーされました
getComputedStyle(element, property)

ノードの計算済みスタイル値を取得します。リクエストされたプロパティが SVG で、明示的に設定されていない場合は、空の文字列を返します(firefox および Webkit)。

Closure の goog.style.getComputedStyle からコピー

getContainerOffsetToScrollInto(element, container, opt_center) 指定された element のコンテンツと境界が表示されるよう、最小量で container のスクロール位置を計算します。要素がコンテナより大きい場合、その左上隅はコンテナの左上隅にできるだけ近い位置に配置されます。Closure の goog.style.getContainerOffsetToScrollInto からコピー
getPageOffset(el) HTML ドキュメントの左上端を基準とした、Coordinate オブジェクトを返します。Closure の goog.style.getPageOffset に類似しています
getSize(element) 要素の高さと幅を取得します。Closure の goog.style.getSize に類似
getViewportPageOffset() ドキュメントに関連するビューポートの座標を計算します。Closure の goog.style.getViewportPageOffset と同様
scrollIntoContainerView(element, container, opt_center) 指定された element のコンテンツと境界が表示されるよう、container のスクロール位置を最小量で変更します。要素がコンテナより大きい場合、その左上隅はコンテナの左上隅にできるだけ近い位置に配置されます。Closure の goog.style.scrollIntoContainerView からコピー

変数

変数 説明
TEST_ONLY