mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix egw.tooltip documentation
This commit is contained in:
parent
0e1aa738eb
commit
6d1674bc45
3
api/js/jsapi/egw_global.d.ts
vendored
3
api/js/jsapi/egw_global.d.ts
vendored
@ -1214,8 +1214,9 @@ declare interface IegwWndLocal extends IegwGlobal
|
|||||||
* has to be a jQuery node.
|
* has to be a jQuery node.
|
||||||
* @param _str is the html or text code which should be shown as tooltip.
|
* @param _str is the html or text code which should be shown as tooltip.
|
||||||
* @param _isHtml true: add a html (no automatic quoting!), false (default): add as text
|
* @param _isHtml true: add a html (no automatic quoting!), false (default): add as text
|
||||||
|
* @param _options tooltip options
|
||||||
*/
|
*/
|
||||||
tooltipBind(_elem : HTMLElement, _str : string, _isHtml? : boolean);
|
tooltipBind(_elem : HTMLElement, _str : string, _isHtml? : boolean, _options);
|
||||||
/**
|
/**
|
||||||
* Unbinds the tooltip from the given DOM-Node.
|
* Unbinds the tooltip from the given DOM-Node.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user