|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--DHTMLgoodies_formTooltip
Defined in form-field-tooltip.js
Constructor Summary | |
DHTMLgoodies_formTooltip
()
Constructor |
Method Summary | |
void
|
disableTooltip()
Hide tooltip and disable it |
Object
|
getCookie(name)
These cookie functions are downloaded from http://www.mach5.com/support/analyzer/manual/html/General/CookiesJavaScript.htm |
Object
|
getLeftPos(inputObj)
This method will return the left coordinate(pixel) of an object |
Object
|
getTopPos(inputObj)
This method will return the top coordinate(pixel) of an object |
void
|
initFormFieldTooltip()
Initializes the tooltip script. |
void
|
setArrowVisibility(displayArrow)
Display arrow at the top or at the left of the tooltip? |
void
|
setCloseMessage(closeMessage)
Specify "Close" message |
void
|
setCookie(name,value,expires,path,domain,secure)
These cookie functions are downloaded from http://www.mach5.com/support/analyzer/manual/html/General/CookiesJavaScript.htm |
void
|
setCookieName(newCookieName)
Specify name of cookie. |
void
|
setDisableTooltipByCookie(disableTooltipByCookie)
Send true to this method if you want to be able to save tooltip visibility in cookie. |
void
|
setDisableTooltipMessage(disableTooltipMessage)
Specify disable tooltip message at the bottom of the tooltip |
void
|
setPageBgColor(pageBgColor)
Specify background color of page. |
void
|
setRightArrowWidth(arrowRightWidth)
Size width of arrow when the tooltip is on the right side of inputs |
void
|
setTooltipBgColor(newBgColor)
This method specifies background color of tooltip |
void
|
setTooltipCornerSize(tooltipCornerSize)
Size of rounded corners around tooltip |
void
|
setTooltipDisablePossibility(disableTooltipPossibility)
Specify whether you want the disable link to appear or not. |
void
|
setTooltipPosition(newPosition)
Specify position of tooltip(below or right) |
void
|
setTooltipWidth(newWidth)
Specify width of tooltip |
void
|
setTopArrowHeight(arrowTopHeight)
Size height of arrow at the top of tooltip |
Constructor Detail |
DHTMLgoodies_formTooltip()
Method Detail |
void disableTooltip()
Object getCookie(name)
String
- name = Name of cookie
Object
- inputObj = Reference to HTML element
Object getLeftPos(inputObj)
Object
- inputObj = Reference to HTML element
Object getTopPos(inputObj)
Object
- inputObj = Reference to HTML element
void initFormFieldTooltip()
void setArrowVisibility(displayArrow)
Boolean
- displayArrow
void setCloseMessage(closeMessage)
String
- closeMessage
void setCookie(name,value,expires,path,domain,secure)
String
- name = Name of cookie
String
- value = Value of cookie
Int
- expires = Timestamp - days
String
- path = Path for cookie (Usually left empty)
String
- domain = Cookie domain
Boolean
- secure = Secure cookie(SSL)
void setCookieName(newCookieName)
String
- newCookieName
void setDisableTooltipByCookie(disableTooltipByCookie)
Boolean
- disableTooltipByCookie
void setDisableTooltipMessage(disableTooltipMessage)
String
- disableTooltipMessage
void setPageBgColor(pageBgColor)
String
- pageBgColor
void setRightArrowWidth(arrowRightWidth)
Int
- arrowTopHeight
void setTooltipBgColor(newBgColor)
String
- newBgColor
void setTooltipCornerSize(tooltipCornerSize)
Int
- newSize (0 = no rounded corners)
void setTooltipDisablePossibility(disableTooltipPossibility)
Boolean
- disableTooltipPossibility
void setTooltipPosition(newPosition)
String
- newPosition (Possible DHTMLgoodies_formTooltip.prototype.values = "below";or "right")
void setTooltipWidth(newWidth)
Int
- newWidth
void setTopArrowHeight(arrowTopHeight)
Int
- arrowTopHeight
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |