|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--SlidingDiv
スライダーオブジェクトを実装するクラスです
Defined in SlidingDiv.js
| Constructor Summary | |
SlidingDiv(<object> innerDomObj, <string> iconPosition)
スライダーオブジェクトの初期処理を行います。 |
|
| Method Summary | |
void
|
contractHeight()
スライダーの縮小時の高さを設定する。 |
void
|
contractWidth()
スライダーの縮小時の幅を設定する。 |
void
|
expandHeight()
スライダーの拡大時の高さを設定する。 |
void
|
expandWidth()
スライダーの拡大時の幅を設定する。 |
Object
|
getIconCenteredHTML(iconPosition)
スライダーアイコンを設定したHTMLを取得する。 |
void
|
setPosition(iconPosition)
スライダーアイコンを設定したHTMLを取得する。 |
void
|
setupSizing()
スライダーのサイズ変更(ポジション)を変更する。 |
void
|
startContraction()
スライダーのサイズ変更(ポジション)を縮小する。 |
void
|
startExpansion()
スライダーのサイズ変更(ポジション)を拡大する。 |
| Constructor Detail |
SlidingDiv(<object> innerDomObj, <string> iconPosition)
innerDomObj - スライダーを表示するhtmlタグオブジェクト
iconPosition - アイコン配置位置
| Method Detail |
void contractHeight()
void contractWidth()
void expandHeight()
void expandWidth()
Object getIconCenteredHTML(iconPosition)
iconPosition -
void setPosition(iconPosition)
iconPosition -
void setupSizing()
void startContraction()
void startExpansion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||