Name
LzTextSprite() (dhtml)
Description
LzTextSprite.js
Details
Methods (22)
-
__cancelhandler()
-
private function __cancelhandler();
-
getMaxScroll()
-
private function getMaxScroll();
-
getScroll()
-
private function getScroll();
-
getSelectionPosition()
-
private function getSelectionPosition();
-
getSelectionSize()
-
private function getSelectionSize();
-
getTextfieldHeight()
-
private function getTextfieldHeight();
-
getTextHeight()
-
private function getTextHeight();
-
getTextSize()
-
private function getTextSize(string, ignorewidth);
-
getTextWidth()
-
private function getTextWidth();
-
__initTextProperties()
-
private function __initTextProperties(args);
-
setFontName()
-
private function setFontName(fname);
-
setFontSize()
-
private function setFontSize(fsize);
-
setFontStyle()
-
private function setFontStyle(fstyle);
-
setHeight()
-
private function setHeight(h);
-
setMultiline()
-
private function setMultiline(m);
-
setPattern()
-
private function setPattern(val);
-
setResize()
-
private function setResize(r);
-
setScroll()
-
private function setScroll();
-
setSelectable()
-
private function setSelectable(s);
-
setSelection()
-
private function setSelection(start, end);
-
setText()
-
private function setText(t, force);
-
setWidth()
-
private function setWidth(w);
Prototype Properties (13)
-
_fontFamily
-
private var _fontFamily = Verdana,Vera,sans-serif;
-
_fontSize
-
private var _fontSize = 11px;
-
_fontStyle
-
private var _fontStyle = normal;
-
_fontWeight
-
private var _fontWeight = normal;
-
__hpadding
-
private var __hpadding = 4;
-
__setHeight
-
-
setTextColor
-
private var setTextColor;
-
__setWidth
-
-
_sizecache
-
private var _sizecache = { ... };
-
__sizecacheupperbound
-
private var __sizecacheupperbound = 1000;
-
_styledirty
-
private var _styledirty = true;
-
_whiteSpace
-
private var _whiteSpace = normal;
-
__wpadding
-
private var __wpadding = 4;
JavaScript Synopsis
private function LzTextSprite(owner);