Name

LzInputTextSprite() (dhtml)

Synopsis

JavaScript: LzInputTextSprite
Type: Function
Access: private
Runtimes: dhtml
Topic: Kernel.DHTML
Declared in: WEB-INF/lps/lfc/kernel/dhtml/LzInputTextSprite.js

Description

LzInputTextSprite.js

Details

Methods (21)

__createInputText()
private function __createInputText(t);
deselect()
private function deselect();
getText()
private function getText();
getTextfieldHeight()
private function getTextfieldHeight();
gotBlur()
private function gotBlur();
gotFocus()
private function gotFocus();
__hide()
private function __hide();
__hideIfNotFocused()
private function __hideIfNotFocused();
select()
private function select(start, end);
setColor()
private function setColor(c);
setEnabled()
private function setEnabled(val);
setFontName()
private function setFontName(fname);
setFontSize()
private function setFontSize(fsize);
setFontStyle()
private function setFontStyle(fstyle);
setHeight()
private function setHeight(h);
setMaxLength()
private function setMaxLength(val);
setText()
private function setText(t);
__setTextEvents()
private function __setTextEvents(c);
setWidth()
private function setWidth(w);
__show()
private function __show();
__textEvent()
private function __textEvent(e, eventname);

Prototype Properties (10)

__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 = 2;
__setFontName
private var __setFontName;
__setFontSize
private var __setFontSize;
__setFontStyle
private var __setFontStyle;
setSelection
private var setSelection;
____wpadding
private var ____wpadding = 2;

JavaScript Synopsis

private function LzInputTextSprite(owner);