document the addclickhandler function for AdminBar
This commit is contained in:
parent
7eb7b83eaa
commit
148bd7405b
1 changed files with 4 additions and 0 deletions
|
|
@ -982,6 +982,10 @@ WebGUI.Admin.AdminBar
|
|||
this.maxHeight = YAHOO.util.Dom.getViewportHeight() - this.dtHeight;
|
||||
};
|
||||
|
||||
/**
|
||||
* addClickHandler( dt, dd )
|
||||
* Add the correct click handler on the dt to show the dd.
|
||||
*/
|
||||
WebGUI.Admin.AdminBar.prototype.addClickHandler
|
||||
= function ( dt, dd ) {
|
||||
var self = this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue